Package boofcv.alg.distort
Interface AssignPixelValue_SB<T extends ImageGray<T>>
- All Known Implementing Classes:
AssignPixelValue_SB.F32,AssignPixelValue_SB.I16,AssignPixelValue_SB.I8,AssignPixelValue_SB.S32
public interface AssignPixelValue_SB<T extends ImageGray<T>>
Abstract way to assign pixel values to
ImageGray without knowing the underlying data type.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classAssignPixelValue_SB.I16<T extends GrayI16<T>>static classAssignPixelValue_SB.I8<T extends GrayI8<T>>static class -
Method Summary
-
Method Details
-
setImage
-
assign
void assign(int indexDst, float value)
-