Package boofcv.alg.distort
Interface AssignPixelValue_MB<T extends ImageMultiBand<T>>
- All Known Implementing Classes:
AssignPixelValue_MB.F32
,AssignPixelValue_MB.I16
,AssignPixelValue_MB.I8
,AssignPixelValue_MB.S32
public interface AssignPixelValue_MB<T extends ImageMultiBand<T>>
Abstract way to assign pixel values to
ImageMultiBand
without knowing the underlying data type.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
AssignPixelValue_MB.I16<T extends InterleavedI16<T>>
static class
AssignPixelValue_MB.I8<T extends InterleavedI8<T>>
static class
-
Method Summary
-
Method Details
-
setImage
-
assign
void assign(int indexDst, float[] value)
-