Wand canny() function - Python
The canny() function is an inbuilt function in the Python Wand ImageMagick library which is used to detect edges by leveraging a multi-stage Canny algorithm. Syntax: canny(radius, sigma, lower_percent, upper_percent) Parameters: This function accepts two parameters as mentioned above and defined bel