image-filtering icon indicating copy to clipboard operation
image-filtering copied to clipboard

Add canny filter

Open vikasgola opened this issue 3 years ago • 6 comments

Implement filters mentioned belows:

  • Canny Filter

vikasgola avatar Dec 02 '20 23:12 vikasgola

  1. canny filter for edge detection
  2. Gaussian filter for smoothening image.

lopeselio avatar Dec 04 '20 08:12 lopeselio

i want to work on this issue @vikasgola

Gaurav7888 avatar Dec 04 '20 14:12 Gaurav7888

1. canny filter for edge detection

2. Gaussian filter for smoothening image.

@lopeselio Gaussian filter is already implemented. However, canny filter is not. So, you can go ahead and implement canny filter.

vikasgola avatar Dec 04 '20 16:12 vikasgola

Surely @vikasgola , what are the test images ? Can I use my own test image data?

lopeselio avatar Dec 05 '20 03:12 lopeselio

@lopeselio Yes, you can use your own test images.

vikasgola avatar Dec 05 '20 05:12 vikasgola

@vikasgola okay all cool

lopeselio avatar Dec 06 '20 09:12 lopeselio