Uses of Interface
boofcv.misc.BoofLambdas.Transform
Packages that use BoofLambdas.Transform
-
Uses of BoofLambdas.Transform in boofcv.abst.scene
Fields in boofcv.abst.scene declared as BoofLambdas.TransformModifier and TypeFieldDescriptionprotected BoofLambdas.Transform<Image>WrapFeatureToSceneRecognition.downSampleConstructors in boofcv.abst.scene with parameters of type BoofLambdas.TransformModifierConstructorDescriptionWrapFeatureToSceneRecognition(DetectDescribePoint<Image, TD> detector, BoofLambdas.Transform<Image> downSample, FeatureSceneRecognition<TD> recognizer) -
Uses of BoofLambdas.Transform in boofcv.io.image
Fields in boofcv.io.image declared as BoofLambdas.TransformModifier and TypeFieldDescriptionprotected BoofLambdas.Transform<T>ImageFileListIterator.filterPre-processing filter that should be applied to the erad in image -
Uses of BoofLambdas.Transform in boofcv.misc
Methods in boofcv.misc that return BoofLambdas.TransformModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
BoofLambdas.Transform<T>FactoryFilterLambdas.createDownSampleFilter(int maxImagePixels, ImageType<T> imageType) Creates a filter which seeks to scale an image down to the specified pixel count.