Basics
Guides
API Reference
Basics
Guides
API Reference
[211:7] extends: object
ConfigSiftDescribe wraps boofcv.abst.feature.describe.ConfigSiftDescribe.
ConfigSiftDescribe (Obj = null)
Creates or wraps a SIFT descriptor config.
Obj is an existing config Java object or null to create a default config.get (string Name)
Gets a public config field.
Name is widthSubregion, widthGrid, numHistogramBins, sigmaToPixels, weightingSigmaFraction, or maxDescriptorElementValue.The field value.set (string Name, Value)
Sets a public config field.
Name is widthSubregion, widthGrid, numHistogramBins, sigmaToPixels, weightingSigmaFraction, or maxDescriptorElementValue.Value is the new field value.checkValidity ()
Validates this config.
[149:7] extends: object
ConfigSurfDescribeFast wraps boofcv.abst.feature.describe.ConfigSurfDescribe$Fast.
ConfigSurfDescribeFast (Obj = null)
Creates or wraps a SURF fast descriptor config.
Obj is an existing config Java object or null to create a default config.get (string Name)
Gets a public config field.
Name is widthLargeGrid, widthSubRegion, widthSample, useHaar, or weightSigma.The field value.set (string Name, Value)
Sets a public config field.
Name is widthLargeGrid, widthSubRegion, widthSample, useHaar, or weightSigma.Value is the new field value.checkValidity ()
Validates this config.
[180:7] extends: object
ConfigSurfDescribeStability wraps boofcv.abst.feature.describe.ConfigSurfDescribe$Stability.
ConfigSurfDescribeStability (Obj = null)
Creates or wraps a SURF stable descriptor config.
Obj is an existing config Java object or null to create a default config.get (string Name)
Gets a public config field.
Name is widthLargeGrid, widthSubRegion, widthSample, useHaar, overLap, sigmaLargeGrid, or sigmaSubRegion.The field value.set (string Name, Value)
Sets a public config field.
Name is widthLargeGrid, widthSubRegion, widthSample, useHaar, overLap, sigmaLargeGrid, or sigmaSubRegion.Value is the new field value.checkValidity ()
Validates this config.
[92:7] extends: object
DescribePointRadiusAngle wraps boofcv.abst.feature.describe.DescribePointRadiusAngle.
DescribePointRadiusAngle (object Obj)
Wraps a BoofCV DescribePointRadiusAngle.
Obj is an existing descriptor Java object or wrapper.setImage (object Image)
Sets the source image.
Image is the image used by subsequent process calls.process (X, Y, Orientation, Radius, object Description)
Describes a point.
X is the x coordinate.Y is the y coordinate.Orientation is the feature orientation in radians.Radius is the feature radius.Description is a descriptor object from createDescription.True if the descriptor was computed.createDescription ()
Creates an empty descriptor instance.
A BoofCV TupleDesc Java object.getDescriptionType ()
Gets the descriptor type class.
A Java Class object.isScalable ()
Gets whether this descriptor supports scale.
True if scalable.isOriented ()
Gets whether this descriptor supports orientation.
True if oriented.getImageType ()
Gets the input image type.
The BoofCV ImageType.getCanonicalWidth ()
Gets the canonical descriptor width.
The canonical width in pixels.[242:7] extends: object
ConfigBrief wraps boofcv.abst.feature.describe.ConfigBrief.
ConfigBrief (Obj = null)
Creates or wraps a BRIEF descriptor config.
Obj is an existing config Java object or null to create a default config.get (string Name)
Gets a public config field.
Name is radius, numPoints, blurSigma, blurRadius, or fixed.The field value.set (string Name, Value)
Sets a public config field.
Name is radius, numPoints, blurSigma, blurRadius, or fixed.Value is the new field value.checkValidity ()
Validates this config.
[6:14] static extends: object
Static wrappers for boofcv.factory.feature.describe.FactoryDescribePointRadiusAngle.
surfFast (object Config, string ImageClassName)
Creates a SURF fast descriptor.
Config is a ConfigSurfDescribeFast wrapper.ImageClassName is an input gray image class name or short image name.A DescribePointRadiusAngle wrapper.surfStable (object Config, string ImageClassName)
Creates a SURF stable descriptor.
Config is a ConfigSurfDescribeStability wrapper.ImageClassName is an input gray image class name or short image name.A DescribePointRadiusAngle wrapper.sift (object ScaleSpace, object Config, string ImageClassName)
Creates a SIFT descriptor.
ScaleSpace is a ConfigSiftScaleSpace wrapper.Config is a ConfigSiftDescribe wrapper.ImageClassName is an input gray image class name or short image name.A DescribePointRadiusAngle wrapper.brief (object Config, string ImageClassName)
Creates a BRIEF descriptor.
Config is a ConfigBrief wrapper.ImageClassName is an input gray image class name or short image name.A DescribePointRadiusAngle wrapper.pixel (int Width, int Height, string ImageClassName)
Creates a raw pixel descriptor.
Width is the region width.Height is the region height.ImageClassName is an input gray image class name or short image name.A DescribePointRadiusAngle wrapper.pixelNCC (int Width, int Height, string ImageClassName)
Creates an NCC pixel descriptor.
Width is the region width.Height is the region height.ImageClassName is an input gray image class name or short image name.A DescribePointRadiusAngle wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.