Python: Use Scikit-image to perform edge detection (edges) on remote sensing images

Author: CSDN @ _Yakult_

This article will introduce some methods and their codes for edge detection feature extraction in the Scikit-image library. Methods include Canny edge detection (canny), Sobel edge detection (sobel), Scharr edge detection (scharr), Roberts edge detection (roberts), Prewitt edge detection (prewitt), Farid edge detection (farid), Schmid edge detection (schmid) , Meijering edge detection (meijering), etc.

The result is shown in the figure below,

insert image description here


Guess you like

Origin blog.csdn.net/qq_35591253/article/details/131315480