- Category:
- Special Effects
- Tags:
-
- File Size:
- 1kb
- Update:
- 2017-10-24
- Downloads:
- 0 Times
- Uploaded by:
- 刘训茂
Description: There are four parts of Canny edge detection:
1. smoothing the image with Gauss filter; (image denoising)
2. calculate gradient amplitude and direction by first order partial derivative finite difference method (feature enhancement)
3. non maximum suppression of the gradient amplitude; (edge detection)
4. detect and connect edges with double threshold algorithm. (morphological treatment)
To Search:
File list (Check if you may need any files):