AbstractBoofCVMultiImageOperation |
Abstract base class for operations that require multiple images of type BoofCVImageContainer.
|
And |
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.
|
Diff |
Compares two images and returns a third image with the differences between them
|
Or |
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.
|
PassThrough |
Dummy operation, simply passes on the input images.
|
ReportFieldSubtraction |
For each of the specified report fields, the difference between the value from the first report and the second is calculated.
|
XOr |
Performs a logical XOR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.
|