Hello,

To detect image edges, three steps are done:

1 - Filer the image

2 - Applicate a proposed method to detect edge pixels

3 - Link the pixels detected

What is the best filter to applicate as a preprocessing method to enhance the detection of edges? I tried the bilateral filter and it gave good results but it requires a lot of time. 

Thank you

Similar questions and discussions