943,729 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Marked Solved
  • Views: 8463
  • C++ RSS
You are currently viewing page 1 of this multi-page discussion thread
Apr 4th, 2009
0

c++ library for image processing (edge detection)

Expand Post »
Hi, I'm looking for a library which provides edge detecion on color image. For example i have an 200x200 color image and i need to a table form it:
bool is_edge [200][200];
Where is_edge[x][y] == true when there is edge in pixel [x,y]

Sorry form my english, waiting for some hints
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
35nando is offline Offline
10 posts
since Dec 2008
Apr 4th, 2009
0

Re: c++ library for image processing (edge detection)

well even i am into image processing and this link helpmed me a lot .
i dont know how far it will help you .
http://cimg.sourceforge.net/
Reputation Points: 92
Solved Threads: 20
Posting Whiz
rahul8590 is offline Offline
351 posts
since Mar 2009
Apr 4th, 2009
0

Re: c++ library for image processing (edge detection)

The following link describes in detail how to code edge detection yourself:
http://www.pages.drexel.edu/~weg22/edge.html
And maybe this link is useful too: http://www.intelliproject.net/articl...oc_edge_detect
Last edited by tux4life; Apr 4th, 2009 at 8:43 am.
Reputation Points: 2125
Solved Threads: 243
Postaholic
tux4life is offline Offline
2,105 posts
since Feb 2009
Apr 4th, 2009
0

Re: c++ library for image processing (edge detection)

l seen soemthing like this in the OpenCV libraries.
Reputation Points: 86
Solved Threads: 43
Posting Pro
NicAx64 is offline Offline
532 posts
since Mar 2009
Apr 4th, 2009
0

Re: c++ library for image processing (edge detection)

Yeah, I just wanted to say that: http://opencv.willowgarage.com/wiki/Welcome
Reputation Points: 2125
Solved Threads: 243
Postaholic
tux4life is offline Offline
2,105 posts
since Feb 2009
Apr 5th, 2009
0

Re: c++ library for image processing (edge detection)

Thanks for your posts, but none of those libraries provides what I want.

Click to Expand / Collapse  Quote originally posted by tux4life ...
The following link describes in detail how to code edge detection yourself:
http://www.pages.drexel.edu/~weg22/edge.html
It's not working under Dev Cpp, under Builder it generates white image.

Click to Expand / Collapse  Quote originally posted by NicAx64 ...
l seen soemthing like this in the OpenCV libraries.
Click to Expand / Collapse  Quote originally posted by tux4life ...
Yeah, I just wanted to say that: http://opencv.willowgarage.com/wiki/Welcome
OpenCV is too exotic and weird. Provides many files but there is no good documentation and examples for Builder c++. I couldn't run it properly.

Click to Expand / Collapse  Quote originally posted by rahul8590 ...
well even i am into image processing and this link helpmed me a lot .
i dont know how far it will help you .
http://cimg.sourceforge.net/
There is no edge detection in this library.


I'm still searching ...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
35nando is offline Offline
10 posts
since Dec 2008
Apr 5th, 2009
0

Re: c++ library for image processing (edge detection)

And what about this one ?
Or this one ?

So far it seems there isn't a library which supports it so you'll maybe have to implement it yourself ...
Last edited by tux4life; Apr 5th, 2009 at 6:01 pm.
Reputation Points: 2125
Solved Threads: 243
Postaholic
tux4life is offline Offline
2,105 posts
since Feb 2009
Apr 6th, 2009
0

Re: c++ library for image processing (edge detection)

Reputation Points: 92
Solved Threads: 20
Posting Whiz
rahul8590 is offline Offline
351 posts
since Mar 2009
Apr 6th, 2009
0

Re: c++ library for image processing (edge detection)

Click to Expand / Collapse  Quote originally posted by 35nando ...
OpenCV is too exotic and weird. Provides many files but there is no good documentation and examples for Builder c++. I couldn't run it properly.
First of all: OpenCV is not exotic or weird. It is actually being used a lot, even by professional companies.
The reason that there are so few examples for Borland Builder, is that Builder is outdated and there are plenty free (and better) alternatives on the net. (like VS2008 and Code::blocks)

But you are probably going to say: "But I like Borland, I don't wanna change!1!" etc. So here's a link with a manual and even a demo-project. I found it using this amazing site.
Moderator
Featured Poster
Reputation Points: 4142
Solved Threads: 394
Industrious Poster
Nick Evan is offline Offline
4,132 posts
since Oct 2006
Apr 6th, 2009
0

Re: c++ library for image processing (edge detection)

You can try VIL (part of VXL)
http://public.kitware.com/vxl/doc/development/
Featured Poster
Reputation Points: 437
Solved Threads: 204
Posting Virtuoso
daviddoria is offline Offline
1,968 posts
since Feb 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: a very odd problem with drawing
Next Thread in C++ Forum Timeline: Memory layout of class





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC