Uses of Interface
boofcv.alg.segmentation.cc.ConnectedSpeckleFiller
Packages that use ConnectedSpeckleFiller
-
Uses of ConnectedSpeckleFiller in boofcv.abst.disparity
Constructors in boofcv.abst.disparity with parameters of type ConnectedSpeckleFillerModifierConstructorDescriptionDisparitySmootherSpeckleFilter(ConnectedSpeckleFiller<Disp> filler, ConfigSpeckleFilter config) -
Uses of ConnectedSpeckleFiller in boofcv.alg.segmentation.cc
Classes in boofcv.alg.segmentation.cc that implement ConnectedSpeckleFillerModifier and TypeClassDescriptionclassNaive implementation of connected-component based speckle filler.classConnectedNaiveSpeckleFiller_Int<T extends GrayI<T>>Naive implementation of connected-component based speckle filler.classConnectedTwoRowSpeckleFiller<T extends ImageGray<T>>Searches for small clusters (or blobs) of connected pixels and then fills them in with the specified fill color.classImplementation ofConnectedTwoRowSpeckleFillerforGrayU8.classImplementation ofConnectedTwoRowSpeckleFillerforGrayU8.