public class CannyEdgeDetector
extends java.lang.Object
| 构造器和说明 |
|---|
CannyEdgeDetector(java.awt.image.BufferedImage bimg)
Create a Canny Edge Detector for the given image.
|
CannyEdgeDetector(java.awt.image.BufferedImage image,
double thresholdHigh,
double thresholdLow)
Create a Canny Edge Detector for the given image.
|
public CannyEdgeDetector(java.awt.image.BufferedImage image,
double thresholdHigh,
double thresholdLow)
filter() to create
the edge image.image - the input image.thresholdHigh - higher of the thresholdsthresholdLow - lower of the thresholdspublic CannyEdgeDetector(java.awt.image.BufferedImage bimg)
filter() to create
the edge image.bimg -