Ask Your Question
-1

image processing software that can identify object in an image and isolate it from the background

asked 2012-10-05 12:31:16 -0600

BBash gravatar image

updated 2020-09-15 16:27:14 -0600

can anyone suggest me a commercially available image processing software or may be algorithms/openCV libraries that can identify different objects in am image (of a clutter) and segment/isolate each of them with fair accuracy. The isolated image is required for the purpose of image lookup or image comparison post processing. Thanks!

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
0

answered 2012-10-06 01:11:28 -0600

Oolalai gravatar image

updated 2012-10-06 01:14:09 -0600

I don't have a program to recommend but we've been using this code in school to detect objects. Lemme know if you were able to use it.

https://dl.dropbox.com/u/21471288/binary1.cpp

edit flag offensive delete link more

Comments

2

Hi, I briefly took a look at that code. It is nice to know how a binary threshold works, but you can take advantage of opencv to do the same using 3 function calls.

Rui Marques gravatar imageRui Marques ( 2012-10-06 09:29:14 -0600 )edit
0

answered 2013-03-04 09:03:34 -0600

You can try this article: Image Processing using AForge.net as COM+

Good luck!

edit flag offensive delete link more
0

answered 2013-03-04 09:31:27 -0600

Commercially available software could be HALCON from MVTEC, but coding yourself using OpenCV always opens way more possibilities!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-05 12:31:16 -0600

Seen: 1,167 times

Last updated: Mar 04 '13