Uses of Class
cloud.opencode.base.image.raster.RasterPipeline
Packages that use RasterPipeline
-
Uses of RasterPipeline in cloud.opencode.base.image.raster
Methods in cloud.opencode.base.image.raster that return RasterPipelineModifier and TypeMethodDescriptionRasterPipeline.close(StructuringElement element) Apply morphological closing (dilation followed by erosion).RasterPipeline.dilate(StructuringElement element) Apply morphological dilation.RasterPipeline.erode(StructuringElement element) Apply morphological erosion.static RasterPipelineCreates a new pipeline wrapping the given raster.RasterPipeline.open(StructuringElement element) Apply morphological opening (erosion followed by dilation).RasterPipeline.otsu()Apply Otsu automatic thresholding.RasterPipeline.threshold(int threshold) Apply fixed BINARY threshold.RasterPipeline.threshold(int threshold, ThresholdOp.Mode mode) Apply fixed threshold with the specified mode.