Uses of Interface
boofcv.alg.segmentation.cc.ConnectedSpeckleFiller
-
Uses of ConnectedSpeckleFiller in boofcv.abst.disparity
ModifierConstructorDescriptionDisparitySmootherSpeckleFilter
(ConnectedSpeckleFiller<Disp> filler, ConfigSpeckleFilter config) -
Uses of ConnectedSpeckleFiller in boofcv.alg.segmentation.cc
Modifier and TypeClassDescriptionclass
Naive implementation of connected-component based speckle filler.class
ConnectedNaiveSpeckleFiller_Int<T extends GrayI<T>>
Naive implementation of connected-component based speckle filler.class
ConnectedTwoRowSpeckleFiller<T extends ImageGray<T>>
Searches for small clusters (or blobs) of connected pixels and then fills them in with the specified fill color.class
Implementation ofConnectedTwoRowSpeckleFiller
forGrayU8
.class
Implementation ofConnectedTwoRowSpeckleFiller
forGrayU8
.