Uses of Class
boofcv.struct.pyramid.PyramidFloat
Package
Description
-
Uses of PyramidFloat in boofcv.abst.feature.detect.interest
Modifier and TypeMethodDescriptionvoid
InterestPointScaleSpacePyramid.detect
(PyramidFloat<T> ss) Detect features in the scale space imageModifierConstructorDescriptionWrapFLPtoInterestPoint
(FeatureLaplacePyramid<T, D> detector, PyramidFloat<T> ss) WrapFPtoInterestPoint
(FeaturePyramid<T, D> detector, PyramidFloat<T> ss) -
Uses of PyramidFloat in boofcv.alg.feature.detect.interest
Modifier and TypeMethodDescriptionvoid
FeatureLaplacePyramid.detect
(PyramidFloat<T> ss) Searches for features inside the provided scale spacevoid
FeaturePyramid.detect
(PyramidFloat<T> ss) Searches for features inside the provided scale spaceprotected void
FeatureLaplacePyramid.findLocalScaleSpaceMax
(PyramidFloat<T> ss, int layerID) See if each feature is a maximum in its local scale-space.protected void
FeaturePyramid.findLocalScaleSpaceMax
(PyramidFloat<T> ss, int layerID) Searches the pyramid layers up and down to see if the found 2D features are also scale space maximums. -
Uses of PyramidFloat in boofcv.alg.flow
Modifier and TypeFieldDescriptionprotected PyramidFloat<GrayF32>
DenseFlowPyramidBase.pyr1
protected PyramidFloat<GrayF32>
DenseFlowPyramidBase.pyr2
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
PyramidFloat<T>UtilDenseOpticalFlow.standardPyramid
(int width, int height, double scale, double sigma, int minSize, int maxLayers, Class<T> imageType) Create a standard image pyramid used by dense optical flow parameters. -
Uses of PyramidFloat in boofcv.alg.transform.pyramid
Modifier and TypeClassDescriptionclass
PyramidFloatGaussianScale<T extends ImageGray<T>>
PyramidFloat
in which each layer is constructed by 1) applying Gaussian blur to the previous layer, and then 2) re-sampling the blurred previous layer.class
PyramidFloatScale<T extends ImageGray<T>>
Updates each layer in aPyramidFloat
by rescaling the layer with interpolation. -
Uses of PyramidFloat in boofcv.factory.transform.pyramid
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
PyramidFloat<T>FactoryPyramid.floatGaussian
(double[] scaleFactors, double[] sigmas, Class<T> imageType) Creates a float pyramid where each layer is blurred using a Gaussian with the specified sigma.static <T extends ImageGray<T>>
PyramidFloat<T>FactoryPyramid.scaleSpace
(double[] scaleSpace, Class<T> imageType) Constructs a scale-space image pyramid.static <T extends ImageGray<T>>
PyramidFloat<T>FactoryPyramid.scaleSpacePyramid
(double[] scaleSpace, Class<T> imageType) Constructs an image pyramid which is designed to mimic aGaussianScaleSpace
. -
Uses of PyramidFloat in boofcv.gui.feature
-
Uses of PyramidFloat in boofcv.struct.pyramid