Uses of Class
adams.data.boofcv.BoofCVImageContainer
-
-
Uses of BoofCVImageContainer in adams.data.boofcv
Methods in adams.data.boofcv that return BoofCVImageContainer Modifier and Type Method Description static BoofCVImageContainerBoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont)Creates aBoofCVImageContainercontainer if necessary, usingBoofCVImageType.GRAYF32, otherwise it just casts the object.static BoofCVImageContainerBoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont, BoofCVImageType type)Creates aBoofCVImageContainercontainer if necessary, otherwise it just casts the object.Methods in adams.data.boofcv with parameters of type BoofCVImageContainer Modifier and Type Method Description static booleanBoofCVHelper. isBinary(BoofCVImageContainer img)Converts an image to greyscale and checks if it is binary or not. -
Uses of BoofCVImageContainer in adams.data.boofcv.features
Methods in adams.data.boofcv.features with parameters of type BoofCVImageContainer Modifier and Type Method Description protected voidAbstractScriptedFeatureGenerator. checkData(BoofCVImageContainer img)Optional checks of the image.protected voidScripted. checkData(BoofCVImageContainer img)Optional checks of the image.HeaderDefinitionFilteredBoofCVFeatureGenerator. createHeader(BoofCVImageContainer img)Creates the header from a template image.HeaderDefinitionHistogram. createHeader(BoofCVImageContainer img)Creates the header from a template image.HeaderDefinitionMultiBoofCVFeatureGenerator. createHeader(BoofCVImageContainer img)Creates the header from a template image.HeaderDefinitionOtsu. createHeader(BoofCVImageContainer img)Creates the header from a template image.HeaderDefinitionPixels. createHeader(BoofCVImageContainer img)Creates the header from a template image.HeaderDefinitionScripted. createHeader(BoofCVImageContainer img)Creates the header from a template image.protected abstract List[]AbstractScript. doGenerateRows(BoofCVImageContainer img)Performs the actual feature genration.List<Object>[]AbstractScript. generateRows(BoofCVImageContainer img)Performs the actual feature genration.List<Object>[]FilteredBoofCVFeatureGenerator. generateRows(BoofCVImageContainer img)Performs the actual feature generation.List<Object>[]Histogram. generateRows(BoofCVImageContainer img)Performs the actual feature generation.List<Object>[]MultiBoofCVFeatureGenerator. generateRows(BoofCVImageContainer img)Performs the actual feature generation.List<Object>[]Otsu. generateRows(BoofCVImageContainer img)Performs the actual feature generation.List<Object>[]Pixels. generateRows(BoofCVImageContainer img)Performs the actual feature generation.List<Object>[]Scripted. generateRows(BoofCVImageContainer img)Performs the actual feature generation. -
Uses of BoofCVImageContainer in adams.data.boofcv.multiimageoperation
Methods in adams.data.boofcv.multiimageoperation that return BoofCVImageContainer Modifier and Type Method Description protected BoofCVImageContainer[]And. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]Diff. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]Or. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]PassThrough. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]ReportFieldSubtraction. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]XOr. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.Methods in adams.data.boofcv.multiimageoperation with parameters of type BoofCVImageContainer Modifier and Type Method Description protected voidAnd. check(BoofCVImageContainer[] images)Checks the images.protected voidDiff. check(BoofCVImageContainer[] images)Checks the images.protected voidOr. check(BoofCVImageContainer[] images)Checks the images.protected voidReportFieldSubtraction. check(BoofCVImageContainer[] images)Checks the images.protected voidXOr. check(BoofCVImageContainer[] images)Checks the images.protected BoofCVImageContainer[]And. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]Diff. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]Or. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]PassThrough. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]ReportFieldSubtraction. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images.protected BoofCVImageContainer[]XOr. doProcess(BoofCVImageContainer[] images)Performs the actual processing of the images. -
Uses of BoofCVImageContainer in adams.data.boofcv.transformer
Methods in adams.data.boofcv.transformer that return BoofCVImageContainer Modifier and Type Method Description BoofCVImageContainer[]AbstractScript. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]Binary. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]BinaryContours. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]CannyEdgeDetection. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Dilate4. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Dilate8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Erode4. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Erode8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Gray8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]ImageType. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Inverter. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]MultiTransformer. doTransform(BoofCVImageContainer img)Performs the transformation.protected BoofCVImageContainer[]PassThrough. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.BoofCVImageContainer[]Scripted. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]Sharpen4. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Sharpen8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]SuperPixels. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]WaveletDenoise. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.abstract BoofCVImageContainer[]AbstractScript. performTransform(BoofCVImageContainer img)Performs the actual transforming of the image.Methods in adams.data.boofcv.transformer with parameters of type BoofCVImageContainer Modifier and Type Method Description protected voidAbstractScriptedTransformer. checkImage(BoofCVImageContainer img)Optional checks of the image.protected voidScripted. checkImage(BoofCVImageContainer img)Optional checks of the image.BoofCVImageContainer[]AbstractScript. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]Binary. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]BinaryContours. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]CannyEdgeDetection. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Dilate4. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Dilate8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Erode4. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Erode8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Gray8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]ImageType. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Inverter. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]MultiTransformer. doTransform(BoofCVImageContainer img)Performs the transformation.protected BoofCVImageContainer[]PassThrough. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.BoofCVImageContainer[]Scripted. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]Sharpen4. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]Sharpen8. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.protected BoofCVImageContainer[]SuperPixels. doTransform(BoofCVImageContainer img)Performs the actual transforming of the image.protected BoofCVImageContainer[]WaveletDenoise. doTransform(BoofCVImageContainer img)Performs no transformation at all, just returns the input.abstract BoofCVImageContainer[]AbstractScript. performTransform(BoofCVImageContainer img)Performs the actual transforming of the image. -
Uses of BoofCVImageContainer in adams.data.io.input
Methods in adams.data.io.input that return BoofCVImageContainer Modifier and Type Method Description protected BoofCVImageContainerBoofCVImageReader. doRead(PlaceholderFile file)Performs the actual reading of the image file. -
Uses of BoofCVImageContainer in adams.data.io.output
Methods in adams.data.io.output with parameters of type BoofCVImageContainer Modifier and Type Method Description protected StringBoofCVImageWriter. doWrite(PlaceholderFile file, BoofCVImageContainer cont)Performs the actual writing of the image file. -
Uses of BoofCVImageContainer in adams.flow.transformer
Fields in adams.flow.transformer with type parameters of type BoofCVImageContainer Modifier and Type Field Description protected List<BoofCVImageContainer>BoofCVMultiImageOperation. m_CurrentImagesthe generated images.
-