Class ColorQueue_F32

java.lang.Object
org.ddogleg.struct.FastAccess<T>
org.ddogleg.struct.DogArray<float[]>
boofcv.struct.feature.ColorQueue_F32
All Implemented Interfaces:
Serializable

public class ColorQueue_F32 extends DogArray<float[]>
Stores an array of floats on constant size. Intended for storing multi band data.
See Also:
  • Constructor Details

    • ColorQueue_F32

      public ColorQueue_F32(int numBands)