segmentation, area, perimeter, etc



Hello world,

I am currently working with 128*128 big color images ob objects taken
in front of a black background. Now I would like to segment the image
(to deal only with the object and discard the background) and would
like to extract the area and perimeter of the object as well.
(eventually medial axis transform).

Are there any open source C/C++ libraries which can do these basic
things? I read about one here in the google groups but this is not
available anymore (imagelib.rhk.dk)..

I heard of openCV from intel.. is this capable of doing these things?

Thanks in advance for your help,
greetings
Tim

.



Relevant Pages

  • Re: segmentation, area, perimeter, etc
    ... be very goos as well... ... I am currently working with 128*128 big color images ob objects taken ... in front of a black background. ...
    (sci.image.processing)
  • Re: color image segmentation
    ... Check out GemIdent - it can segment regions of ... interest in color images using a training set. ... open source in Java. ... NumberOfRegions = length; ...
    (comp.soft-sys.matlab)