Module imagingbook.common
Package imagingbook.common.edges
package imagingbook.common.edges
-
ClassDescriptionThis class implements a Canny edge detector for grayscale and RGB images.This is the common interface for all color edge detectors.Represents a chain of connected edge points (integer pixel coordinates).Simple grayscale edge detector for all types of images.Monochromatic edge detector, applicable to color images (
ColorProcessor
) only.Multi-Gradient ("DiZenzo/Cumani-style") color edge detector.Parameters forMultiGradientEdgeDetector
(currently unused, no parameters to set).