Package boofcv.struct.feature
Class MatrixOfList<T>
java.lang.Object
boofcv.struct.feature.MatrixOfList<T>
A matrix of Lists for containing items in a grid.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
grid
-
width
public int width -
height
public int height
-
-
Constructor Details
-
MatrixOfList
public MatrixOfList(int width, int height)
-
-
Method Details
-
reshape
public void reshape(int width, int height) -
reset
public void reset() -
get
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
createSingleList
-
isInBounds
public boolean isInBounds(int x, int y)
-