- All Known Implementing Classes:
CannyEdgeDetector
,GrayscaleEdgeDetector
,MonochromaticEdgeDetector
,MultiGradientEdgeDetector
public interface EdgeDetector
This is the common interface for all color edge detectors.
- Version:
- 2022/09/04
-
Method Summary
Modifier and TypeMethodDescriptionReturns the calculated edge magnitude for each pixel as aFloatProcessor
.Returns the calculated edge orientation for each pixel as aFloatProcessor
.
-
Method Details
-
getEdgeMagnitude
Returns the calculated edge magnitude for each pixel as aFloatProcessor
.- Returns:
- the edge magnitude map
-
getEdgeOrientation
Returns the calculated edge orientation for each pixel as aFloatProcessor
.- Returns:
- the edge orientation map
-