Package boofcv.alg.distort
Class AssignPixelValue_MB.F32
java.lang.Object
boofcv.alg.distort.AssignPixelValue_MB.F32
- All Implemented Interfaces:
AssignPixelValue_MB<InterleavedF32>
- Enclosing interface:
- AssignPixelValue_MB<T extends ImageMultiBand<T>>
public static class AssignPixelValue_MB.F32 extends Object implements AssignPixelValue_MB<InterleavedF32>
-
Nested Class Summary
Nested classes/interfaces inherited from interface boofcv.alg.distort.AssignPixelValue_MB
AssignPixelValue_MB.F32, AssignPixelValue_MB.I16<T extends InterleavedI16<T>>, AssignPixelValue_MB.I8<T extends InterleavedI8<T>>, AssignPixelValue_MB.S32
-
Constructor Summary
Constructors Constructor Description F32()
-
Method Summary
Modifier and Type Method Description void
assign(int indexDst, float[] value)
void
setImage(InterleavedF32 image)
-
Constructor Details
-
F32
public F32()
-
-
Method Details
-
setImage
- Specified by:
setImage
in interfaceAssignPixelValue_MB<InterleavedF32>
-
assign
public void assign(int indexDst, float[] value)- Specified by:
assign
in interfaceAssignPixelValue_MB<InterleavedF32>
-