Uses of Class
boofcv.struct.ConfigLength
Package
Description
-
Uses of ConfigLength in boofcv.abst.disparity
Modifier and TypeFieldDescriptionfinal ConfigLength
ConfigSpeckleFilter.maximumArea
The maximum area (in pixels) for a region to be filtered. -
Uses of ConfigLength in boofcv.abst.fiducial.calib
Modifier and TypeFieldDescriptionConfigChessboardBinary.maximumCornerDistance
The maximum distance in pixels that two corners can be from each other. -
Uses of ConfigLength in boofcv.abst.filter.binary
Modifier and TypeMethodDescriptionBinaryContourFinderLinearExternal.getMaxContour
(@Nullable ConfigLength length) BinaryContourInterface.getMaxContour
(@Nullable ConfigLength length) Returns the maximum contour.BinaryLabelContourFinderChang2004.getMaxContour
(@Nullable ConfigLength length) BinaryContourFinderLinearExternal.getMinContour
(@Nullable ConfigLength length) BinaryContourInterface.getMinContour
(@Nullable ConfigLength length) Returns the minimum contourBinaryLabelContourFinderChang2004.getMinContour
(@Nullable ConfigLength length) Modifier and TypeMethodDescriptionBinaryContourFinderLinearExternal.getMaxContour
(@Nullable ConfigLength length) BinaryContourInterface.getMaxContour
(@Nullable ConfigLength length) Returns the maximum contour.BinaryLabelContourFinderChang2004.getMaxContour
(@Nullable ConfigLength length) BinaryContourFinderLinearExternal.getMinContour
(@Nullable ConfigLength length) BinaryContourInterface.getMinContour
(@Nullable ConfigLength length) Returns the minimum contourBinaryLabelContourFinderChang2004.getMinContour
(@Nullable ConfigLength length) void
BinaryContourFinderLinearExternal.setMaxContour
(ConfigLength length) void
BinaryContourInterface.setMaxContour
(ConfigLength length) Specifies the maximum contour as either an absolute value in pixels or a value relative to the sqrt(width*height).void
BinaryLabelContourFinderChang2004.setMaxContour
(ConfigLength length) void
BinaryContourFinderLinearExternal.setMinContour
(ConfigLength length) void
BinaryContourInterface.setMinContour
(ConfigLength length) Specifies the minimum contour as either an absolute value in pixels or a value relative to the sqrt(width*height).void
BinaryLabelContourFinderChang2004.setMinContour
(ConfigLength length) ModifierConstructorDescriptionLocalGaussianBinaryFilter
(ConfigLength regionWidth, double scale, boolean down, ImageType<T> inputType) LocalMeanBinaryFilter
(ConfigLength width, double scale, boolean down, ImageType<T> inputType) -
Uses of ConfigLength in boofcv.abst.scene.nister2006
Modifier and TypeFieldDescriptionfinal ConfigLength
ConfigRecognitionNister2006.learningMaximumImagesInNode
When learning, if a node is viewed by more than this number of images then its weight is set to zero.final ConfigLength
ConfigRecognitionNister2006.learningMinimumPointsForChildren
When learning, if a node has less than this number of points it will not spawn children.final ConfigLength
ConfigRecognitionNister2006.queryMaximumImagesInNode
When making a query, If a node has an inverted file list greater than this amount then it will be skipped when scoring. -
Uses of ConfigLength in boofcv.abst.shapes.polyline
Modifier and TypeFieldDescriptionConfigPolylineSplitMerge.extraConsider
How many corners past the max it will fit a polygon to.ConfigPolylineSplitMerge.maxSideError
Maximum allowed error along a single side in Eclidean distance in pixels. -
Uses of ConfigLength in boofcv.abst.tracker
Modifier and TypeFieldDescriptionPointTrackerKltPyramid.configMaxTracks
ConfigTrackerHybrid.thresholdRespawn
It will attempt to respawn old dropped tracks when the number of active tracks drops below this value.final ConfigLength
PointTrackerHybrid.thresholdRespawn
-
Uses of ConfigLength in boofcv.alg.feature.associate
Modifier and TypeFieldDescriptionfinal ConfigLength
AssociateGreedyBase2D.maxDistanceLength
Maximum allowed distance between two points. -
Uses of ConfigLength in boofcv.alg.feature.detect.line
Modifier and TypeMethodDescriptionvoid
HoughTransformBinary.setNumberOfCounts
(ConfigLength counts) -
Uses of ConfigLength in boofcv.alg.fiducial.calib.chess
ModifierConstructorDescriptionDetectChessboardBinaryPattern
(int numRows, int numCols, ConfigLength maxCornerDistance, DetectPolygonBinaryGrayRefine<T> detectorSquare, InputToBinary<T> inputToBinary) Configures detection parametersDetectChessboardSquarePoints
(int numRows, int numCols, ConfigLength maxCornerDistance, DetectPolygonBinaryGrayRefine<T> detectorSquare) Configures chess board detector. -
Uses of ConfigLength in boofcv.alg.filter.binary
Modifier and TypeMethodDescriptionGThresholdImageOps.blockMean
(T input, @Nullable GrayU8 output, ConfigLength width, double scale, boolean down) Applies a threshold to an image by computing the mean values in a regular grid across the input image.GThresholdImageOps.blockMinMax
(T input, @Nullable GrayU8 output, ConfigLength width, double scale, boolean down, double textureThreshold) Applies a threshold to an image by computing the min and max values in a regular grid across the input image.GThresholdImageOps.blockOtsu
(T input, @Nullable GrayU8 output, boolean otsu2, ConfigLength width, double tuning, double scale, boolean down) Applies a threshold to an image by computing the Otsu threshold in a regular grid across the input image.GThresholdImageOps.localGaussian
(T input, @Nullable GrayU8 output, ConfigLength width, double scale, boolean down, T work1, @Nullable ImageGray work2) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.static GrayU8
ThresholdImageOps.localGaussian
(GrayF32 input, @Nullable GrayU8 output, ConfigLength width, float scale, boolean down, @Nullable GrayF32 storage1, @Nullable GrayF32 storage2) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.static GrayU8
ThresholdImageOps.localGaussian
(GrayU16 input, @Nullable GrayU8 output, ConfigLength width, float scale, boolean down, @Nullable GrayU16 storage1, @Nullable GrayU16 storage2) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.static GrayU8
ThresholdImageOps.localGaussian
(GrayU8 input, @Nullable GrayU8 output, ConfigLength width, float scale, boolean down, @Nullable GrayU8 storage1, @Nullable GrayU8 storage2) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.GThresholdImageOps.localMean
(T input, GrayU8 output, ConfigLength width, double scale, boolean down, T work1, T work2, @Nullable GrowArray work3) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.static GrayU8
ThresholdImageOps.localMean
(GrayF32 input, @Nullable GrayU8 output, ConfigLength width, float scale, boolean down, @Nullable GrayF32 storage1, @Nullable GrayF32 storage2, @Nullable GrowArray<DogArray_F32> storage3) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.static GrayU8
ThresholdImageOps.localMean
(GrayU16 input, @Nullable GrayU8 output, ConfigLength width, float scale, boolean down, @Nullable GrayU16 storage1, @Nullable GrayU16 storage2, @Nullable GrowArray<DogArray_I32> storage3) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.static GrayU8
ThresholdImageOps.localMean
(GrayU8 input, @Nullable GrayU8 output, ConfigLength width, float scale, boolean down, @Nullable GrayU8 storage1, @Nullable GrayU8 storage2, @Nullable GrowArray<DogArray_I32> storage3) Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.GThresholdImageOps.localNiblack
(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down) AppliesNiblack
thresholding to the input image.GThresholdImageOps.localNick
(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down) AppliesNICK
thresholding to the input image.GThresholdImageOps.localOtsu
(T input, @Nullable GrayU8 output, boolean otsu2, ConfigLength width, double tuning, double scale, boolean down) GThresholdImageOps.localSauvola
(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down) AppliesSauvola
thresholding to the input image.GThresholdImageOps.localWolf
(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down) AppliesWolf
thresholding to the input image.GThresholdImageOps.niblackFamily
(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) void
ThresholdNick_MT.setWidth
(ConfigLength width) void
ThresholdNick.setWidth
(ConfigLength width) ModifierConstructorDescriptionThresholdBlock
(ThresholdBlock.BlockProcessor<T, S> processor, ConfigLength requestedBlockWidth, boolean thresholdFromLocalBlocks, Class<T> imageClass) Configures the detectorThresholdBlock_MT
(ThresholdBlock.BlockProcessor<T, S> processor, ConfigLength requestedBlockWidth, boolean thresholdFromLocalBlocks, Class<T> imageClass) ThresholdLocalOtsu
(boolean otsu2, ConfigLength regionWidthLength, double tuning, double scale, boolean down) Configures the detectorThresholdLocalOtsu_MT
(boolean otsu2, ConfigLength regionWidthLength, double tuning, double scale, boolean down) ThresholdNiblackFamily
(ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) Configures the algorithm.ThresholdNiblackFamily_MT
(ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) ThresholdNick
(ConfigLength width, float k, boolean down) Configures the algorithm.ThresholdNick_MT
(ConfigLength width, float k, boolean down) Configures the algorithm. -
Uses of ConfigLength in boofcv.alg.filter.binary.impl
Modifier and TypeMethodDescriptionstatic GrayU8
ImplThresholdImageOps_MT.localGaussian
(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2) static GrayU8
ImplThresholdImageOps_MT.localGaussian
(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2) static GrayU8
ImplThresholdImageOps_MT.localGaussian
(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2) static GrayU8
ImplThresholdImageOps.localGaussian
(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2) static GrayU8
ImplThresholdImageOps.localGaussian
(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2) static GrayU8
ImplThresholdImageOps.localGaussian
(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2) static GrayU8
ImplThresholdImageOps_MT.localMean
(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2, @Nullable GrowArray<DogArray_F32> storage3) static GrayU8
ImplThresholdImageOps_MT.localMean
(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8
ImplThresholdImageOps_MT.localMean
(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8
ImplThresholdImageOps.localMean
(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2, @Nullable GrowArray<DogArray_F32> storage3) static GrayU8
ImplThresholdImageOps.localMean
(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8
ImplThresholdImageOps.localMean
(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2, @Nullable GrowArray<DogArray_I32> storage3) -
Uses of ConfigLength in boofcv.alg.geo.calibration
Modifier and TypeFieldDescriptionfinal ConfigLength
ScoreCalibrationFill.borderExtent
How close to the edge a point needs is to be considered along the image border. -
Uses of ConfigLength in boofcv.alg.meshing
Modifier and TypeFieldDescriptionDepthImageToMeshGridSample.samplePeriod
Number of pixels in the regular grid that it samples. -
Uses of ConfigLength in boofcv.alg.scene.nister2006
Modifier and TypeFieldDescriptionLearnNodeWeights.maximumNumberImagesInNode
If a node has more than this number of images passing through it, it's weight is set to 0.RecognitionVocabularyTreeNister2006.maximumQueryImagesInNode
If a node has an inverted file list greater than this amount then it will be skipped when scoring. -
Uses of ConfigLength in boofcv.alg.scene.vocabtree
Modifier and TypeFieldDescriptionLearnHierarchicalTree.minimumPointsForChildren
If a node has less than this number of points it will not spawn children. -
Uses of ConfigLength in boofcv.alg.shapes.polyline.splitmerge
Modifier and TypeMethodDescriptionvoid
PolylineSplitMerge.setExtraConsider
(ConfigLength extra) void
PolylineSplitMerge.setMaxSideError
(ConfigLength config) ModifierConstructorDescriptionprotected
SplitMergeLineFit
(double splitFraction, ConfigLength minimumSideLength, int maxIterations) Configures algorithmSplitMergeLineFitLoop
(double splitFraction, ConfigLength minimumSplit, int maxIterations) Deprecated.SplitMergeLineFitSegment
(double splitFraction, ConfigLength minimumSplit, int maxIterations) Deprecated. -
Uses of ConfigLength in boofcv.alg.similar
Modifier and TypeFieldDescriptionfinal ConfigLength
ImageSimilarityAssociatedRatio.minimum
Fraction of features in a single image which must be associated for them to be considered similarfinal ConfigLength
SimilarImagesFromTracks.minimumCommonTracks
If the number of common tracks between two frames drops below this then they are considered to be disconnected.final ConfigLength
ConfigSimilarImagesSceneRecognition.minimumSimilar
Specifies how many features need to be matched for an image to be considered similar.final ConfigLength
ConfigSimilarImagesTrackThenMatch.minimumSimilar
Specifies how many features need to be matched for an image to be considered similar.final ConfigLength
ConfigSimilarImagesTrackThenMatch.sequentialMinimumCommonTracks
-
Uses of ConfigLength in boofcv.alg.structure
Modifier and TypeFieldDescriptionfinal ConfigLength
ReconstructionFromPairwiseGraph.maximumSeedFailures
It will stop spawning more seeds when it fails this many times. -
Uses of ConfigLength in boofcv.alg.structure.expand
Modifier and TypeFieldDescriptionEstimateViewKnownCalibration.minimumInliers
Minimum number of inliers for it to accept the solution -
Uses of ConfigLength in boofcv.alg.structure.score3d
Modifier and TypeFieldDescriptionfinal ConfigLength
ScoreFundamentalHomographyCompatibility.minimumInliers
The minimum number of inliers for an edge to be accepted.final ConfigLength
ScoreFundamentalVsRotation.minimumInliers
The minimum number of inliers for an edge to be accepted.final ConfigLength
ScoreRatioFundamentalHomography.minimumInliers
The minimum number of inliers for an edge to be accepted. -
Uses of ConfigLength in boofcv.alg.tracker.klt
Modifier and TypeFieldDescriptionConfigPKlt.maximumTracks
Specifies the maximum number of features it can track. -
Uses of ConfigLength in boofcv.factory.feature.associate
Modifier and TypeFieldDescriptionConfigAssociate.maximumDistancePixels
Specifies the maximum distance allowed between associated pixels.Modifier and TypeMethodDescriptionstatic <D> AssociateDescription2D<D>
FactoryAssociation.greedy2D
(@Nullable ConfigAssociateGreedy config, ConfigLength maxDistance, ScoreAssociation<D> score) Returns an algorithm for associating features together which uses a brute force greedy algorithm. -
Uses of ConfigLength in boofcv.factory.feature.detect.line
Modifier and TypeFieldDescriptionConfigHoughBinary.minCounts
Minimum number of counts for detected line. -
Uses of ConfigLength in boofcv.factory.fiducial
Modifier and TypeFieldDescriptionConfigUchiyaMarker.contourMaximumLength
Maximum number of pixels in the contour to consider.ConfigUchiyaMarker.contourMinimumLength
Minimum number of pixels in the contour to considerfinal ConfigLength
ConfigUchiyaMarker.minimumMinorAxis
Minimum number of pixels in the minor axis. -
Uses of ConfigLength in boofcv.factory.filter.binary
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.blockMean
(ConfigLength regionWidth, double scale, boolean down, boolean thresholdFromLocalBlocks, Class<T> inputType) Applies a non-overlapping block mean thresholdstatic <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.blockMinMax
(ConfigLength regionWidth, double scale, boolean down, boolean thresholdFromLocalBlocks, double minimumSpread, Class<T> inputType) Applies a very fast non-overlapping block thresholding algorithm which uses min/max statistics.static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.blockOtsu
(ConfigLength regionWidth, double scale, boolean down, boolean thresholdFromLocalBlocks, boolean otsu2, double tuning, Class<T> inputType) Applies a non-overlapping block Otsu threshold.<T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalBlockMean.handle
(ConfigLength regionWidth, double scale, boolean down, boolean thresholdFromLocalBlocks, Class<T> inputType) <T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalBlockMinMax.handle
(ConfigLength regionWidth, double scale, boolean down, double minimumSpread, boolean thresholdFromLocalBlocks, Class<T> inputType) <T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalBlockOtsu.handle
(boolean otsu2, ConfigLength regionWidth, double tuning, double scale, boolean down, boolean thresholdFromLocalBlocks, Class<T> inputType) <T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalGaussian.handle
(ConfigLength regionWidth, double scale, boolean down, Class<T> inputType) <T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalMean.handle
(ConfigLength regionWidth, double scale, boolean down, Class<T> inputType) <T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalOtsu.handle
(boolean otsu2, ConfigLength regionWidth, double tuning, double scale, boolean down, Class<T> inputType) <T extends ImageGray<T>>
InputToBinary<T>BOverrideFactoryThresholdBinary.LocalSauvola.handle
(ConfigLength regionWidth, float k, boolean down, Class<T> inputType) static <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, ConfigLength width) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localGaussian
(ConfigLength regionWidth, double scale, boolean down, Class<T> inputType) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localMean
(ConfigLength width, double scale, boolean down, Class<T> inputType) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localNiblack
(ConfigLength width, boolean down, float k, Class<T> inputType) protected static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localNiblackFamily
(ThresholdNiblackFamily.Variant variant, ConfigLength width, boolean down, float k, Class<T> inputType) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localNick
(ConfigLength width, boolean down, float k, Class<T> inputType) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localOtsu
(ConfigLength regionWidth, double scale, boolean down, boolean otsu2, double tuning, Class<T> inputType) Applies a local Otsu threshold.static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localSauvola
(ConfigLength width, boolean down, float k, Class<T> inputType) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.localWolf
(ConfigLength width, boolean down, float k, Class<T> inputType) ModifierConstructorDescriptionConfigThresholdBlockMinMax
(ConfigLength width, double minimumSpread, boolean down) ConfigThresholdLocalOtsu
(ConfigLength regionWidth, double tuning) -
Uses of ConfigLength in boofcv.factory.shape
Modifier and TypeFieldDescriptionConfigEllipseDetector.maximumContour
Detector: maximum number of pixels in the contour.ConfigPolygonFromContour.maximumContour
Specifies the maximum allowed contour length.ConfigEllipseDetector.minimumContour
Detector: minimum number of pixels in the contour.ConfigPolygonFromContour.minimumContour
Specifies the minimum allowed contour length.final ConfigLength
ConfigEllipseDetector.minimumMinorAxis
Minimum number of pixels in the minor axis.ConfigSplitMergeLineFit.minimumSide
Deprecated.The minimum allowed length of a side as a fraction of the total contour length -
Uses of ConfigLength in boofcv.factory.structure
Modifier and TypeFieldDescriptionfinal ConfigLength
ConfigSelectFrames3D.featureRadius
Radius of the region used to compute the description.final ConfigLength
ConfigSelectFrames3D.maxTranslation
Force keyframe if motion is more than this pixels.final ConfigLength
ConfigEpipolarScore3D.FundamentalCompatible.minimumInliers
The minimum number of inliers for an edge to be accepted.final ConfigLength
ConfigEpipolarScore3D.FundamentalRotation.minimumInliers
The minimum number of inliers for an edge to be accepted.final ConfigLength
ConfigEpipolarScore3D.ModelInliers.minimumInliers
The minimum number of inliers for an edge to be accepted.final ConfigLength
ConfigSelectFrames3D.minTranslation
A new keyframe can't be made until the motion is greater than this. -
Uses of ConfigLength in boofcv.gui
Modifier and TypeMethodDescriptionStandardAlgConfigPanel.configLength
(ConfigLength initial, double min, double max) StandardAlgConfigPanel.configLength
(ConfigLength initial, double min, double max, BoofLambdas.ProcessCall listener) -
Uses of ConfigLength in boofcv.gui.controls
-
Uses of ConfigLength in boofcv.misc
Modifier and TypeMethodDescriptionstatic double
BoofMiscOps.thresholdByImageSize
(ConfigLength config, int width, int height) Standard formula for computing a relative threshold based on the image size.static int
BoofMiscOps.thresholdByImageSizeI
(ConfigLength config, int width, int height) Standard formula for computing a relative threshold based on the image size. -
Uses of ConfigLength in boofcv.struct
Modifier and TypeMethodDescriptionConfigLength.copy()
static ConfigLength
ConfigLength.fixed
(double length) static ConfigLength
ConfigLength.relative
(double fraction, double minimum) ConfigLength.setTo
(ConfigLength src) Modifier and TypeMethodDescriptionboolean
ConfigLength.isIdentical
(ConfigLength a) ConfigLength.setTo
(ConfigLength src)