[Lazarus] RE : Object detection
Ludo Brands
ludo.brands at free.fr
Wed Nov 2 20:45:38 CET 2011
> Hi, I'm looking for a library/routine for object detection in bitmaps.
>
> I need to process a black and white image (1bit) in low
> resolution and detect all white objects over a black
> background, as the attached image shows.
>
> Apart from OpenCV, do you know anything similar but
> simplier?. Preferably in Pascal?.
>
There is also the open source IM toolkit http://www.tecgraf.puc-rio.br/im/.
Written in C++ with a C api.
http://www.tecgraf.puc-rio.br/im/en/doxygen/group__analyze.html are the
functions you are looking for.
Ludo
More information about the Lazarus
mailing list