Uses of Enum Class
boofcv.struct.ConnectRule
Packages that use ConnectRule
Package
Description
-
Uses of ConnectRule in boofcv.abst.filter.binary
Methods in boofcv.abst.filter.binary that return ConnectRuleModifier and TypeMethodDescriptionBinaryContourFinderLinearExternal.getConnectRule()BinaryContourInterface.getConnectRule()BinaryLabelContourFinderChang2004.getConnectRule()Methods in boofcv.abst.filter.binary with parameters of type ConnectRuleModifier and TypeMethodDescriptionvoidBinaryContourFinderLinearExternal.setConnectRule(ConnectRule rule) voidBinaryContourInterface.setConnectRule(ConnectRule rule) voidBinaryLabelContourFinderChang2004.setConnectRule(ConnectRule rule) -
Uses of ConnectRule in boofcv.abst.segmentation
Methods in boofcv.abst.segmentation that return ConnectRuleModifier 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()Constructors in boofcv.abst.segmentation with parameters of type ConnectRuleModifierConstructorDescriptionWatershed_to_ImageSuperpixels(WatershedVincentSoille1991 alg, int minimumSize, ConnectRule rule) -
Uses of ConnectRule in boofcv.alg.filter.binary
Fields in boofcv.alg.filter.binary declared as ConnectRuleMethods in boofcv.alg.filter.binary that return ConnectRuleModifier and TypeMethodDescriptionContourTracer.getConnectRule()LinearContourLabelChang2004.getConnectRule()LinearExternalContours.getConnectRule()Methods in boofcv.alg.filter.binary with parameters of type ConnectRuleModifier 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 imagevoidLinearContourLabelChang2004.setConnectRule(ConnectRule rule) voidLinearExternalContours.setConnectRule(ConnectRule rule) Constructors in boofcv.alg.filter.binary with parameters of type ConnectRuleModifierConstructorDescriptionContourTracer(ConnectRule rule) Specifies connectivity ruleContourTracerBase(ConnectRule rule) Specifies connectivity ruleConfigures the algorithm. -
Uses of ConnectRule in boofcv.alg.segmentation.ms
Fields in boofcv.alg.segmentation.ms declared as ConnectRuleConstructors in boofcv.alg.segmentation.ms with parameters of type ConnectRuleModifierConstructorDescriptionClusterLabeledImage(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
Fields in boofcv.alg.segmentation.slic declared as ConnectRuleMethods in boofcv.alg.segmentation.slic that return ConnectRuleConstructors in boofcv.alg.segmentation.slic with parameters of type ConnectRuleModifierConstructorDescriptionprotectedSegmentSlic(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
Constructors in boofcv.alg.shapes.ellipse with parameters of type ConnectRule -
Uses of ConnectRule in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as ConnectRuleModifier and TypeFieldDescriptionConfigUchiyaMarker.contourRulePixel connectivity rule for blob/contour finder. -
Uses of ConnectRule in boofcv.factory.segmentation
Fields in boofcv.factory.segmentation declared as ConnectRuleModifier and TypeFieldDescriptionConfigFh04.connectRuleConnection rule used to connect regions.ConfigSegmentMeanShift.connectRuleConnection rule when segmenting disconnected regions.ConfigSlic.connectRuleConnection rule that is used when merging small regions.ConfigWatershed.connectRuleConnectivity ruleMethods in boofcv.factory.segmentation with parameters of type ConnectRuleModifier and TypeMethodDescriptionstatic WatershedVincentSoille1991FactorySegmentationAlg.watershed(ConnectRule rule) static <T extends ImageBase<T>>
FhEdgeWeights<T>FactorySegmentationAlg.weightsFelzenszwalb04(ConnectRule rule, ImageType<T> imageType) Constructors in boofcv.factory.segmentation with parameters of type ConnectRuleModifierConstructorDescriptionConfigFh04(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
Fields in boofcv.factory.shape declared as ConnectRuleModifier and TypeFieldDescriptionConfigEllipseDetector.contourRulePixel connectivity rule for blob/contour finder.ConfigPolygonFromContour.contourRuleConnect rule for contour finding in binary image. -
Uses of ConnectRule in boofcv.struct
Methods in boofcv.struct that return ConnectRuleModifier and TypeMethodDescriptionstatic ConnectRuleReturns 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.