Devanik Debnath

Results 3 comments of Devanik Debnath

To fix the error you're encountering with the canny function, you need to convert the image to grayscale before applying the Canny edge detection algorithm. Here are steps- Convert the...

#try this code, it can fix the error using Images using ImageFiltering img = rand(RGB{N0f8}, 100, 100) gray_img = Gray.(img) canny_img = canny(gray_img, (Percentile(80), Percentile(20)))

Enthusiastic to take on this challenge! Please assign the task to me for GSSOC contribution.