Uses of Class
adams.data.opencv.multiimageoperation.AbstractOpenCVMultiImageOperation
-
Packages that use AbstractOpenCVMultiImageOperation Package Description adams.data.opencv.multiimageoperation adams.flow.transformer -
-
Uses of AbstractOpenCVMultiImageOperation in adams.data.opencv.multiimageoperation
Subclasses of AbstractOpenCVMultiImageOperation in adams.data.opencv.multiimageoperation Modifier and Type Class Description 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. -
Uses of AbstractOpenCVMultiImageOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractOpenCVMultiImageOperation Modifier and Type Field Description protected AbstractOpenCVMultiImageOperation
OpenCVMultiImageOperation. m_Operation
the transformer to apply to the image.Methods in adams.flow.transformer that return AbstractOpenCVMultiImageOperation Modifier and Type Method Description AbstractOpenCVMultiImageOperation
OpenCVMultiImageOperation. getOperation()
Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractOpenCVMultiImageOperation Modifier and Type Method Description void
OpenCVMultiImageOperation. setOperation(AbstractOpenCVMultiImageOperation value)
Sets the operation to use.
-