3 lines
98 B
Text
3 lines
98 B
Text
using Images
|
|
|
|
canny_edges = canny(img, sigma = 1.4, upperThreshold = 0.80, lowerThreshold = 0.20)
|