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 class
And
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.class
Diff
Compares two images and returns a third image with the differences between them
class
Or
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.class
PassThrough
Dummy operation, simply passes on the input images.class
ReportFieldSubtraction
For each of the specified report fields, the difference between the value from the first report and the second is calculated.class
XOr
Performs 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 AbstractBoofCVMultiImageOperation
BoofCVMultiImageOperation. m_Operation
the transformer to apply to the image.Methods in adams.flow.transformer that return AbstractBoofCVMultiImageOperation Modifier and Type Method Description AbstractBoofCVMultiImageOperation
BoofCVMultiImageOperation. getOperation()
Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractBoofCVMultiImageOperation Modifier and Type Method Description void
BoofCVMultiImageOperation. setOperation(AbstractBoofCVMultiImageOperation value)
Sets the operation to use.
-