Uses of Class
adams.data.boofcv.multiimageoperation.AbstractBoofCVMultiImageOperation
-
Packages that use AbstractBoofCVMultiImageOperation Package Description adams.data.boofcv.multiimageoperation adams.flow.transformer -
-
Uses of AbstractBoofCVMultiImageOperation in adams.data.boofcv.multiimageoperation
Subclasses of AbstractBoofCVMultiImageOperation in adams.data.boofcv.multiimageoperation Modifier and Type Class Description classAndPerforms a logical AND on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.classDiffCompares two images and returns a third image with the differences between them
classOrPerforms a logical OR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.classPassThroughDummy operation, simply passes on the input images.classReportFieldSubtractionFor each of the specified report fields, the difference between the value from the first report and the second is calculated.classXOrPerforms a logical XOR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8. -
Uses of AbstractBoofCVMultiImageOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBoofCVMultiImageOperation Modifier and Type Field Description protected AbstractBoofCVMultiImageOperationBoofCVMultiImageOperation. m_Operationthe transformer to apply to the image.Methods in adams.flow.transformer that return AbstractBoofCVMultiImageOperation Modifier and Type Method Description AbstractBoofCVMultiImageOperationBoofCVMultiImageOperation. getOperation()Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractBoofCVMultiImageOperation Modifier and Type Method Description voidBoofCVMultiImageOperation. setOperation(AbstractBoofCVMultiImageOperation value)Sets the operation to use.
-