Package boofcv.struct
Class RArray2D_F32
java.lang.Object
boofcv.struct.RArray2D_F32
2D-Array where each row is it's own primitive array.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
data
public float[][] data -
cols
public int cols -
rows
public int rows
-
-
Constructor Details
-
RArray2D_F32
public RArray2D_F32(int rows, int cols)
-
-
Method Details
-
reshape
public void reshape(int rows, int cols) -
zero
public void zero() -
get
public float get(int row, int col) -
unsafe_get
public float unsafe_get(int row, int col) -
getCols
public int getCols() -
getRows
public int getRows()
-