Uses of Enum Class
boofcv.struct.ConnectRule
Package
Description
-
Uses of ConnectRule in boofcv.abst.filter.binary
Modifier and TypeMethodDescriptionBinaryContourFinderLinearExternal.getConnectRule()
BinaryContourInterface.getConnectRule()
BinaryLabelContourFinderChang2004.getConnectRule()
Modifier and TypeMethodDescriptionvoid
BinaryContourFinderLinearExternal.setConnectRule
(ConnectRule rule) void
BinaryContourInterface.setConnectRule
(ConnectRule rule) void
BinaryLabelContourFinderChang2004.setConnectRule
(ConnectRule rule) -
Uses of ConnectRule in boofcv.abst.segmentation
Modifier and TypeMethodDescriptionFh04_to_ImageSuperpixels.getRule()
ImageSuperpixels.getRule()
Connectivity rule used to determine if a pixel is connectedMeanShift_to_ImageSuperpixels.getRule()
Slic_to_ImageSuperpixels.getRule()
Watershed_to_ImageSuperpixels.getRule()
ModifierConstructorDescriptionWatershed_to_ImageSuperpixels
(WatershedVincentSoille1991 alg, int minimumSize, ConnectRule rule) -
Uses of ConnectRule in boofcv.alg.filter.binary
Modifier and TypeMethodDescriptionContourTracer.getConnectRule()
LinearContourLabelChang2004.getConnectRule()
LinearExternalContours.getConnectRule()
Modifier and TypeMethodDescriptionBinaryImageOps.contour
(GrayU8 input, ConnectRule rule, @Nullable GrayS32 output) Given a binary image, connect together pixels to form blobs/clusters using the specified connectivity rule.BinaryImageOps.contourExternal
(GrayU8 input, ConnectRule rule) Finds the external contours only in the imagevoid
LinearContourLabelChang2004.setConnectRule
(ConnectRule rule) void
LinearExternalContours.setConnectRule
(ConnectRule rule) ModifierConstructorDescriptionContourTracer
(ConnectRule rule) Specifies connectivity ruleContourTracerBase
(ConnectRule rule) Specifies connectivity ruleConfigures the algorithm. -
Uses of ConnectRule in boofcv.alg.segmentation.ms
ModifierConstructorDescriptionClusterLabeledImage
(ConnectRule connectRule) Configures labelingMergeSmallRegions
(int minimumSize, ConnectRule rule, ComputeRegionMeanColor<T> computeColor) ConstructorSegmentMeanShift
(SegmentMeanShiftSearch<T> search, MergeRegionMeanShift merge, @Nullable MergeSmallRegions<T> prune, ConnectRule connectRule) Specifies internal classes used by mean-shift. -
Uses of ConnectRule in boofcv.alg.segmentation.slic
ModifierConstructorDescriptionprotected
SegmentSlic
(int numberOfRegions, float m, int totalIterations, ConnectRule connectRule, ImageType<T> imageType) SegmentSlic_F32
(int numberOfRegions, float m, int totalIterations, ConnectRule connectRule) SegmentSlic_PlF32
(int numberOfRegions, float m, int totalIterations, ConnectRule connectRule, int numBands) SegmentSlic_PlU8
(int numberOfRegions, float m, int totalIterations, ConnectRule connectRule, int numBands) SegmentSlic_U8
(int numberOfRegions, float m, int totalIterations, ConnectRule connectRule) -
Uses of ConnectRule in boofcv.alg.shapes.ellipse
-
Uses of ConnectRule in boofcv.factory.fiducial
Modifier and TypeFieldDescriptionConfigUchiyaMarker.contourRule
Pixel connectivity rule for blob/contour finder. -
Uses of ConnectRule in boofcv.factory.segmentation
Modifier and TypeFieldDescriptionConfigFh04.connectRule
Connection rule used to connect regions.ConfigSegmentMeanShift.connectRule
Connection rule when segmenting disconnected regions.ConfigSlic.connectRule
Connection rule that is used when merging small regions.ConfigWatershed.connectRule
Connectivity ruleModifier and TypeMethodDescriptionstatic WatershedVincentSoille1991
FactorySegmentationAlg.watershed
(ConnectRule rule) static <T extends ImageBase<T>>
FhEdgeWeights<T>FactorySegmentationAlg.weightsFelzenszwalb04
(ConnectRule rule, ImageType<T> imageType) ModifierConstructorDescriptionConfigFh04
(float k, int minimumRegionSize, ConnectRule connectRule, int approximateSortBins) ConfigFh04
(int k, int minimumRegionSize, ConnectRule connectRule) ConfigWatershed
(ConnectRule connectRule, int minimumRegionSize) -
Uses of ConnectRule in boofcv.factory.shape
Modifier and TypeFieldDescriptionConfigEllipseDetector.contourRule
Pixel connectivity rule for blob/contour finder.ConfigPolygonFromContour.contourRule
Connect rule for contour finding in binary image. -
Uses of ConnectRule in boofcv.struct
Modifier and TypeMethodDescriptionstatic ConnectRule
Returns the enum constant of this class with the specified name.static ConnectRule[]
ConnectRule.values()
Returns an array containing the constants of this enum class, in the order they are declared.