Package boofcv.alg.segmentation.cc
-
Interface Summary Interface Description ConnectedSpeckleFiller<T extends ImageBase<T>> Connected component based speckle filler -
Class Summary Class Description ConnectedNaiveSpeckleFiller_F32 Naive implementation of connected-component based speckle filler.ConnectedNaiveSpeckleFiller_F32.Pixel ConnectedNaiveSpeckleFiller_Int<T extends GrayI<T>> Naive implementation of connected-component based speckle filler.ConnectedNaiveSpeckleFiller_Int.Pixel ConnectedTwoRowSpeckleFiller<T extends ImageGray<T>> Searches for small clusters (or blobs) of connected pixels and then fills them in with the specified fill color.ConnectedTwoRowSpeckleFiller_F32 Implementation ofConnectedTwoRowSpeckleFiller
forGrayU8
.ConnectedTwoRowSpeckleFiller_U8 Implementation ofConnectedTwoRowSpeckleFiller
forGrayU8
.