boofcv.struct
Class QueueCorner
- java.lang.Object
-
- org.ddogleg.struct.FastQueue<Point2D_I16>
-
- boofcv.struct.QueueCorner
-
- All Implemented Interfaces:
- java.io.Serializable
public class QueueCorner extends FastQueue<Point2D_I16>
A list that allows fast access to a queue of points that represents corners in an image. All the points are predeclared and recycled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description QueueCorner()QueueCorner(int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(int x, int y)voidadd(Point2D_I16 pt)-
Methods inherited from class org.ddogleg.struct.FastQueue
addAll, contains, copyIntoList, get, getData, getMaxSize, getSize, getTail, getTail, getType, grow, growArray, isDeclareInstances, remove, removeTail, reset, resize, reverse, setData, setDeclareInstances, setSize, setType, size, toList
-
-
-
-
Method Detail
-
add
public final void add(int x, int y)
-
add
public final void add(Point2D_I16 pt)
- Overrides:
addin classFastQueue<Point2D_I16>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG