D
D
Dmitry Boyko2011-09-27 13:25:49
Algorithms
Dmitry Boyko, 2011-09-27 13:25:49

What methods for finding the edges of an image do you know?

What methods for finding the edges of an image do you know?


  • Sobel
  • gradient method
  • Canni
  • Pruitt
  • Sharr(Sharr)
  • Robets
  • Binarization (added)


Maybe someone else knows something, because. soon it will be necessary to do a review, I would like to hear, maybe someone else knows the methods ... Thanks in advance.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Arthur Koch, 2011-09-27
@dudeonthehorse

Border highlighting

D
Dmitry Boyko, 2011-10-06
@Bo_bda

It’s a pity, well, I’ll add more binarization ... is that all?

Z
ZlodeiBaal, 2011-10-07
@ZlodeiBaal

In general, what is meant by the selection of boundaries? Filtering that emphasizes contours or an analytical algorithm that highlights the boundaries of objects? The second does not always require the first. You have filters here. As analytical algorithms - well, at least Hough transformations or wavelet analysis with a set of required primitives.

B
Brotherofken, 2011-10-30
@Brotherofken

Phase congruency edge detection. The Australian scientist Peter Kovesi wrote on this topic. His work is easily found online.
I'm trying to implement this method now, I even achieved some success, but I'm not sure that I'm doing everything right. I can give source codes (C++, OpenCV).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question