How can I process the post edge detection array further?

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
Post Reply
n_srinath93
Posts: 1
Joined: 2013-05-27T03:07:49-07:00
Authentication code: 6789

How can I process the post edge detection array further?

Post by n_srinath93 »

Hi all,
Suppose I got this after edge detection. The image link below:
http://3.bp.blogspot.com/-c0zeil7kEqo/U ... 0/edge.jpg
How can I select only the bottom curve without losing anything from the bottom curve? If I take the data by keeping a threshold of rows,I might lose some data.
please share me if u can?
Thanks in advance
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How can I process the post edge detection array further?

Post by fmw42 »

Only thing I can think of is to interactively paint out the parts you do not want in say GIMP or Photoshop or the like.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How can I process the post edge detection array further?

Post by anthony »

If the source image of this edge detection has some other unique features, it can be used to generate a mask to select the bottom edge.

For example a threshold, and some morphology may be able to generate the mask.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply