Uses of Class
boofcv.struct.ConfigLength
Packages that use ConfigLength
Package
Description
-
Uses of ConfigLength in boofcv.abst.disparity
Fields in boofcv.abst.disparity declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthConfigSpeckleFilter.maximumAreaThe maximum area (in pixels) for a region to be filtered. -
Uses of ConfigLength in boofcv.abst.fiducial.calib
Fields in boofcv.abst.fiducial.calib declared as ConfigLengthModifier and TypeFieldDescriptionConfigChessboardBinary.maximumCornerDistanceThe maximum distance in pixels that two corners can be from each other. -
Uses of ConfigLength in boofcv.abst.filter.binary
Methods in boofcv.abst.filter.binary that return ConfigLengthModifier 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) Methods in boofcv.abst.filter.binary with parameters of type ConfigLengthModifier 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) voidBinaryContourFinderLinearExternal.setMaxContour(ConfigLength length) voidBinaryContourInterface.setMaxContour(ConfigLength length) Specifies the maximum contour as either an absolute value in pixels or a value relative to the sqrt(width*height).voidBinaryLabelContourFinderChang2004.setMaxContour(ConfigLength length) voidBinaryContourFinderLinearExternal.setMinContour(ConfigLength length) voidBinaryContourInterface.setMinContour(ConfigLength length) Specifies the minimum contour as either an absolute value in pixels or a value relative to the sqrt(width*height).voidBinaryLabelContourFinderChang2004.setMinContour(ConfigLength length) Constructors in boofcv.abst.filter.binary with parameters of type ConfigLengthModifierConstructorDescriptionLocalGaussianBinaryFilter(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
Fields in boofcv.abst.scene.nister2006 declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthConfigRecognitionNister2006.learningMaximumImagesInNodeWhen learning, if a node is viewed by more than this number of images then its weight is set to zero.final ConfigLengthConfigRecognitionNister2006.learningMinimumPointsForChildrenWhen learning, if a node has less than this number of points it will not spawn children.final ConfigLengthConfigRecognitionNister2006.queryMaximumImagesInNodeWhen 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
Fields in boofcv.abst.shapes.polyline declared as ConfigLengthModifier and TypeFieldDescriptionConfigPolylineSplitMerge.extraConsiderHow many corners past the max it will fit a polygon to.ConfigPolylineSplitMerge.maxSideErrorMaximum allowed error along a single side in Eclidean distance in pixels. -
Uses of ConfigLength in boofcv.abst.tracker
Fields in boofcv.abst.tracker declared as ConfigLengthModifier and TypeFieldDescriptionPointTrackerKltPyramid.configMaxTracksConfigTrackerHybrid.thresholdRespawnIt will attempt to respawn old dropped tracks when the number of active tracks drops below this value.final ConfigLengthPointTrackerHybrid.thresholdRespawn -
Uses of ConfigLength in boofcv.alg.feature.associate
Fields in boofcv.alg.feature.associate declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthAssociateGreedyBase2D.maxDistanceLengthMaximum allowed distance between two points. -
Uses of ConfigLength in boofcv.alg.feature.detect.line
Methods in boofcv.alg.feature.detect.line with parameters of type ConfigLengthModifier and TypeMethodDescriptionvoidHoughTransformBinary.setNumberOfCounts(ConfigLength counts) -
Uses of ConfigLength in boofcv.alg.fiducial.calib.chess
Constructors in boofcv.alg.fiducial.calib.chess with parameters of type ConfigLengthModifierConstructorDescriptionDetectChessboardBinaryPattern(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
Fields in boofcv.alg.filter.binary declared as ConfigLengthMethods in boofcv.alg.filter.binary that return ConfigLengthMethods in boofcv.alg.filter.binary with parameters of type ConfigLengthModifier 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 GrayU8ThresholdImageOps.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 GrayU8ThresholdImageOps.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 GrayU8ThresholdImageOps.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 GrayU8ThresholdImageOps.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 GrayU8ThresholdImageOps.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 GrayU8ThresholdImageOps.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) AppliesNiblackthresholding to the input image.GThresholdImageOps.localNick(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down) AppliesNICKthresholding 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) AppliesSauvolathresholding to the input image.GThresholdImageOps.localWolf(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down) AppliesWolfthresholding to the input image.GThresholdImageOps.niblackFamily(T input, @Nullable GrayU8 output, ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) voidThresholdNick_MT.setWidth(ConfigLength width) voidThresholdNick.setWidth(ConfigLength width) Constructors in boofcv.alg.filter.binary with parameters of type ConfigLengthModifierConstructorDescriptionThresholdBlock(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
Methods in boofcv.alg.filter.binary.impl with parameters of type ConfigLengthModifier and TypeMethodDescriptionstatic GrayU8ImplThresholdImageOps_MT.localGaussian(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2) static GrayU8ImplThresholdImageOps_MT.localGaussian(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2) static GrayU8ImplThresholdImageOps_MT.localGaussian(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2) static GrayU8ImplThresholdImageOps.localGaussian(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2) static GrayU8ImplThresholdImageOps.localGaussian(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2) static GrayU8ImplThresholdImageOps.localGaussian(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2) static GrayU8ImplThresholdImageOps_MT.localMean(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2, @Nullable GrowArray<DogArray_F32> storage3) static GrayU8ImplThresholdImageOps_MT.localMean(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8ImplThresholdImageOps_MT.localMean(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8ImplThresholdImageOps.localMean(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2, @Nullable GrowArray<DogArray_F32> storage3) static GrayU8ImplThresholdImageOps.localMean(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8ImplThresholdImageOps.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
Fields in boofcv.alg.geo.calibration declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthScoreCalibrationFill.borderExtentHow close to the edge a point needs is to be considered along the image border. -
Uses of ConfigLength in boofcv.alg.meshing
Fields in boofcv.alg.meshing declared as ConfigLengthModifier and TypeFieldDescriptionDepthImageToMeshGridSample.samplePeriodNumber of pixels in the regular grid that it samples. -
Uses of ConfigLength in boofcv.alg.scene.nister2006
Fields in boofcv.alg.scene.nister2006 declared as ConfigLengthModifier and TypeFieldDescriptionLearnNodeWeights.maximumNumberImagesInNodeIf a node has more than this number of images passing through it, it's weight is set to 0.RecognitionVocabularyTreeNister2006.maximumQueryImagesInNodeIf 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
Fields in boofcv.alg.scene.vocabtree declared as ConfigLengthModifier and TypeFieldDescriptionLearnHierarchicalTree.minimumPointsForChildrenIf a node has less than this number of points it will not spawn children. -
Uses of ConfigLength in boofcv.alg.shapes.polyline.splitmerge
Fields in boofcv.alg.shapes.polyline.splitmerge declared as ConfigLengthMethods in boofcv.alg.shapes.polyline.splitmerge with parameters of type ConfigLengthModifier and TypeMethodDescriptionvoidPolylineSplitMerge.setExtraConsider(ConfigLength extra) voidPolylineSplitMerge.setMaxSideError(ConfigLength config) Constructors in boofcv.alg.shapes.polyline.splitmerge with parameters of type ConfigLengthModifierConstructorDescriptionprotectedSplitMergeLineFit(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
Fields in boofcv.alg.similar declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthImageSimilarityAssociatedRatio.minimumFraction of features in a single image which must be associated for them to be considered similarfinal ConfigLengthSimilarImagesFromTracks.minimumCommonTracksIf the number of common tracks between two frames drops below this then they are considered to be disconnected.final ConfigLengthConfigSimilarImagesSceneRecognition.minimumSimilarSpecifies how many features need to be matched for an image to be considered similar.final ConfigLengthConfigSimilarImagesTrackThenMatch.minimumSimilarSpecifies how many features need to be matched for an image to be considered similar.final ConfigLengthConfigSimilarImagesTrackThenMatch.sequentialMinimumCommonTracksConstructors in boofcv.alg.similar with parameters of type ConfigLength -
Uses of ConfigLength in boofcv.alg.structure
Fields in boofcv.alg.structure declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthReconstructionFromPairwiseGraph.maximumSeedFailuresIt will stop spawning more seeds when it fails this many times. -
Uses of ConfigLength in boofcv.alg.structure.expand
Fields in boofcv.alg.structure.expand declared as ConfigLengthModifier and TypeFieldDescriptionEstimateViewKnownCalibration.minimumInliersMinimum number of inliers for it to accept the solution -
Uses of ConfigLength in boofcv.alg.structure.score3d
Fields in boofcv.alg.structure.score3d declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthScoreFundamentalHomographyCompatibility.minimumInliersThe minimum number of inliers for an edge to be accepted.final ConfigLengthScoreFundamentalVsRotation.minimumInliersThe minimum number of inliers for an edge to be accepted.final ConfigLengthScoreRatioFundamentalHomography.minimumInliersThe minimum number of inliers for an edge to be accepted. -
Uses of ConfigLength in boofcv.alg.tracker.klt
Fields in boofcv.alg.tracker.klt declared as ConfigLengthModifier and TypeFieldDescriptionConfigPKlt.maximumTracksSpecifies the maximum number of features it can track. -
Uses of ConfigLength in boofcv.factory.feature.associate
Fields in boofcv.factory.feature.associate declared as ConfigLengthModifier and TypeFieldDescriptionConfigAssociate.maximumDistancePixelsSpecifies the maximum distance allowed between associated pixels.Methods in boofcv.factory.feature.associate with parameters of type ConfigLengthModifier 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
Fields in boofcv.factory.feature.detect.line declared as ConfigLengthModifier and TypeFieldDescriptionConfigHoughBinary.minCountsMinimum number of counts for detected line. -
Uses of ConfigLength in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as ConfigLengthModifier and TypeFieldDescriptionConfigUchiyaMarker.contourMaximumLengthMaximum number of pixels in the contour to consider.ConfigUchiyaMarker.contourMinimumLengthMinimum number of pixels in the contour to considerfinal ConfigLengthConfigUchiyaMarker.minimumMinorAxisMinimum number of pixels in the minor axis. -
Uses of ConfigLength in boofcv.factory.filter.binary
Fields in boofcv.factory.filter.binary declared as ConfigLengthMethods in boofcv.factory.filter.binary with parameters of type ConfigLengthModifier 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) Constructors in boofcv.factory.filter.binary with parameters of type ConfigLengthModifierConstructorDescriptionConfigThresholdBlockMinMax(ConfigLength width, double minimumSpread, boolean down) ConfigThresholdLocalOtsu(ConfigLength regionWidth, double tuning) -
Uses of ConfigLength in boofcv.factory.shape
Fields in boofcv.factory.shape declared as ConfigLengthModifier and TypeFieldDescriptionConfigEllipseDetector.maximumContourDetector: maximum number of pixels in the contour.ConfigPolygonFromContour.maximumContourSpecifies the maximum allowed contour length.ConfigEllipseDetector.minimumContourDetector: minimum number of pixels in the contour.ConfigPolygonFromContour.minimumContourSpecifies the minimum allowed contour length.final ConfigLengthConfigEllipseDetector.minimumMinorAxisMinimum number of pixels in the minor axis.ConfigSplitMergeLineFit.minimumSideDeprecated.The minimum allowed length of a side as a fraction of the total contour length -
Uses of ConfigLength in boofcv.factory.structure
Fields in boofcv.factory.structure declared as ConfigLengthModifier and TypeFieldDescriptionfinal ConfigLengthConfigSelectFrames3D.featureRadiusRadius of the region used to compute the description.final ConfigLengthConfigSelectFrames3D.maxTranslationForce keyframe if motion is more than this pixels.final ConfigLengthConfigEpipolarScore3D.FundamentalCompatible.minimumInliersThe minimum number of inliers for an edge to be accepted.final ConfigLengthConfigEpipolarScore3D.FundamentalRotation.minimumInliersThe minimum number of inliers for an edge to be accepted.final ConfigLengthConfigEpipolarScore3D.ModelInliers.minimumInliersThe minimum number of inliers for an edge to be accepted.final ConfigLengthConfigSelectFrames3D.minTranslationA new keyframe can't be made until the motion is greater than this. -
Uses of ConfigLength in boofcv.gui
Methods in boofcv.gui with parameters of type ConfigLengthModifier 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
Methods in boofcv.gui.controls that return ConfigLengthMethods in boofcv.gui.controls with parameters of type ConfigLength -
Uses of ConfigLength in boofcv.misc
Methods in boofcv.misc with parameters of type ConfigLengthModifier and TypeMethodDescriptionstatic doubleBoofMiscOps.thresholdByImageSize(ConfigLength config, int width, int height) Standard formula for computing a relative threshold based on the image size.static intBoofMiscOps.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
Methods in boofcv.struct that return ConfigLengthModifier and TypeMethodDescriptionConfigLength.copy()static ConfigLengthConfigLength.fixed(double length) static ConfigLengthConfigLength.relative(double fraction, double minimum) ConfigLength.setTo(ConfigLength src) Methods in boofcv.struct with parameters of type ConfigLengthModifier and TypeMethodDescriptionbooleanConfigLength.isIdentical(ConfigLength a) ConfigLength.setTo(ConfigLength src)