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
How can I process the post edge detection array further?
-
- Posts: 1
- Joined: 2013-05-27T03:07:49-07:00
- Authentication code: 6789
- 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?
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.
- 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?
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.
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/
https://imagemagick.org/Usage/