canny(M, sigma, low, high) Returns
a binary edge image resulting from Canny edge detection on matrix M, using standard deviation sigma
and hysteresis thresholds low
and high.
Arguments:
M is an image
matrix.
sigma is a real
number greater than zero, typically between 0 and 2.