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 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. -
Uses of AbstractOpenCVMultiImageOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractOpenCVMultiImageOperation Modifier and Type Field Description protected AbstractOpenCVMultiImageOperationOpenCVMultiImageOperation. m_Operationthe transformer to apply to the image.Methods in adams.flow.transformer that return AbstractOpenCVMultiImageOperation Modifier and Type Method Description AbstractOpenCVMultiImageOperationOpenCVMultiImageOperation. getOperation()Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractOpenCVMultiImageOperation Modifier and Type Method Description voidOpenCVMultiImageOperation. setOperation(AbstractOpenCVMultiImageOperation value)Sets the operation to use.
-