Devanik Debnath

Results 6 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.

Please assign the task to me for GSSOC contribution!

Thanks a lot 😊 On Fri, 10 May, 2024, 9:48 pm Shazia Khan, ***@***.***> wrote: > Hi, please assign this to me > GSSOC 2024 Contributor > > — >...

Enthusiastic to take on this challenge! Please assign the task to me for GSSOC contribution. I really love to test different visualizations.