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 BoofCVImageContainer
BoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont)
Creates aBoofCVImageContainer
container if necessary, usingBoofCVImageType.GRAYF32
, otherwise it just casts the object.static BoofCVImageContainer
BoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont, BoofCVImageType type)
Creates aBoofCVImageContainer
container if necessary, otherwise it just casts the object.Methods in adams.data.boofcv with parameters of type BoofCVImageContainer Modifier and Type Method Description static boolean
BoofCVHelper. 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 void
AbstractScriptedFeatureGenerator. checkData(BoofCVImageContainer img)
Optional checks of the image.protected void
Scripted. checkData(BoofCVImageContainer img)
Optional checks of the image.HeaderDefinition
FilteredBoofCVFeatureGenerator. createHeader(BoofCVImageContainer img)
Creates the header from a template image.HeaderDefinition
Histogram. createHeader(BoofCVImageContainer img)
Creates the header from a template image.HeaderDefinition
MultiBoofCVFeatureGenerator. createHeader(BoofCVImageContainer img)
Creates the header from a template image.HeaderDefinition
Otsu. createHeader(BoofCVImageContainer img)
Creates the header from a template image.HeaderDefinition
Pixels. createHeader(BoofCVImageContainer img)
Creates the header from a template image.HeaderDefinition
Scripted. 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 void
And. check(BoofCVImageContainer[] images)
Checks the images.protected void
Diff. check(BoofCVImageContainer[] images)
Checks the images.protected void
Or. check(BoofCVImageContainer[] images)
Checks the images.protected void
ReportFieldSubtraction. check(BoofCVImageContainer[] images)
Checks the images.protected void
XOr. 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 void
AbstractScriptedTransformer. checkImage(BoofCVImageContainer img)
Optional checks of the image.protected void
Scripted. 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 BoofCVImageContainer
BoofCVImageReader. 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 String
BoofCVImageWriter. 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_CurrentImages
the generated images.
-