Documentation of 'boofcv.struct.geo.QueueMatrix' Java class
QueueMatrix
boofcv.struct.geo

Class QueueMatrix

  • All Implemented Interfaces:
    java.io.Serializable


    public class QueueMatrix
    extends FastQueue<org.ejml.data.DenseMatrix64F>
    FastQueue which will internally declare DenseMatrix64F of a specific shape.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueueMatrix

        public QueueMatrix(int numRows,
                           int numCols,
                           int initialMaxSize)
        Specifies the matrix shape and the number of elements in the internal array initially.
        Parameters:
        numRows - Number of rows in each matrix.
        numCols - Number of columns in each matrix.
        initialMaxSize - Initial number of matrices in storage.
      • QueueMatrix

        public QueueMatrix(int numRows,
                           int numCols)
        Specifies the matrix shape.
        Parameters:
        numRows - Number of rows in each matrix.
        numCols - Number of columns in each matrix.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.