Uses of Class
adams.data.opencv.OpenCVImageContainer
-
-
Uses of OpenCVImageContainer in adams.data.io.input
Methods in adams.data.io.input that return OpenCVImageContainer Modifier and Type Method Description protected OpenCVImageContainer
OpenCVImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file. -
Uses of OpenCVImageContainer in adams.data.io.output
Methods in adams.data.io.output with parameters of type OpenCVImageContainer Modifier and Type Method Description protected String
OpenCVImageWriter. doWrite(PlaceholderFile file, OpenCVImageContainer cont)
Performs the actual writing of the image file. -
Uses of OpenCVImageContainer in adams.data.opencv
Methods in adams.data.opencv that return OpenCVImageContainer Modifier and Type Method Description static OpenCVImageContainer
OpenCVHelper. toOpenCVImageContainer(AbstractImageContainer cont)
Creates anOpenCVImageContainer
container if necessary, otherwise it just casts the object. -
Uses of OpenCVImageContainer in adams.data.opencv.features
Methods in adams.data.opencv.features with parameters of type OpenCVImageContainer Modifier and Type Method Description protected void
AbstractScriptedFeatureGenerator. checkData(OpenCVImageContainer img)
Optional checks of the image.protected void
Scripted. checkData(OpenCVImageContainer img)
Optional checks of the image.HeaderDefinition
Histogram. createHeader(OpenCVImageContainer img)
Creates the header from a template image.HeaderDefinition
MultiOpenCVFeatureGenerator. createHeader(OpenCVImageContainer img)
Creates the header from a template image.HeaderDefinition
Otsu. createHeader(OpenCVImageContainer img)
Creates the header from a template image.HeaderDefinition
Scripted. createHeader(OpenCVImageContainer img)
Creates the header from a template image.protected abstract List[]
AbstractScript. doGenerateRows(OpenCVImageContainer img)
Performs the actual feature genration.List<Object>[]
AbstractScript. generateRows(OpenCVImageContainer img)
Performs the actual feature genration.List<Object>[]
Histogram. generateRows(OpenCVImageContainer img)
Performs the actual feature generation.List<Object>[]
MultiOpenCVFeatureGenerator. generateRows(OpenCVImageContainer img)
Performs the actual feature generation.List<Object>[]
Otsu. generateRows(OpenCVImageContainer img)
Performs the actual feature generation.List<Object>[]
Scripted. generateRows(OpenCVImageContainer img)
Performs the actual feature generation. -
Uses of OpenCVImageContainer in adams.data.opencv.multiimageoperation
Methods in adams.data.opencv.multiimageoperation that return OpenCVImageContainer Modifier and Type Method Description protected OpenCVImageContainer[]
PassThrough. doProcess(OpenCVImageContainer[] images)
Performs the actual processing of the images.protected OpenCVImageContainer[]
ReportFieldSubtraction. doProcess(OpenCVImageContainer[] images)
Performs the actual processing of the images.Methods in adams.data.opencv.multiimageoperation with parameters of type OpenCVImageContainer Modifier and Type Method Description protected void
ReportFieldSubtraction. check(OpenCVImageContainer[] images)
Checks the images.protected OpenCVImageContainer[]
PassThrough. doProcess(OpenCVImageContainer[] images)
Performs the actual processing of the images.protected OpenCVImageContainer[]
ReportFieldSubtraction. doProcess(OpenCVImageContainer[] images)
Performs the actual processing of the images. -
Uses of OpenCVImageContainer in adams.data.opencv.transformer
Methods in adams.data.opencv.transformer that return OpenCVImageContainer Modifier and Type Method Description OpenCVImageContainer[]
AbstractScript. doTransform(OpenCVImageContainer img)
Performs the actual transforming of the image.protected OpenCVImageContainer[]
Blur. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
ConvertType. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
GaussianBlur. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
MultiTransformer. doTransform(OpenCVImageContainer img)
Performs the transformation.protected OpenCVImageContainer[]
PassThrough. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
Resize. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.OpenCVImageContainer[]
Scripted. doTransform(OpenCVImageContainer img)
Performs the actual transforming of the image.protected OpenCVImageContainer[]
SplitChannels. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
Threshold. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.abstract OpenCVImageContainer[]
AbstractScript. performTransform(OpenCVImageContainer img)
Performs the actual transforming of the image.Methods in adams.data.opencv.transformer with parameters of type OpenCVImageContainer Modifier and Type Method Description protected void
AbstractScriptedTransformer. checkImage(OpenCVImageContainer img)
Optional checks of the image.protected void
Scripted. checkImage(OpenCVImageContainer img)
Optional checks of the image.OpenCVImageContainer[]
AbstractScript. doTransform(OpenCVImageContainer img)
Performs the actual transforming of the image.protected OpenCVImageContainer[]
Blur. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
ConvertType. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
GaussianBlur. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
MultiTransformer. doTransform(OpenCVImageContainer img)
Performs the transformation.protected OpenCVImageContainer[]
PassThrough. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
Resize. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.OpenCVImageContainer[]
Scripted. doTransform(OpenCVImageContainer img)
Performs the actual transforming of the image.protected OpenCVImageContainer[]
SplitChannels. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.protected OpenCVImageContainer[]
Threshold. doTransform(OpenCVImageContainer img)
Performs no transformation at all, just returns the input.abstract OpenCVImageContainer[]
AbstractScript. performTransform(OpenCVImageContainer img)
Performs the actual transforming of the image. -
Uses of OpenCVImageContainer in adams.flow.transformer
Fields in adams.flow.transformer with type parameters of type OpenCVImageContainer Modifier and Type Field Description protected List<OpenCVImageContainer>
OpenCVMultiImageOperation. m_CurrentImages
the generated images.
-