Hi,
I am using VLIB in order to do a lot of image processing in a dm6446 board.
As very well noted in the VLIB API connected components extraction is one of the most needed and used algorithms.
Therefore it is supplied in the VLIB. The problem is, while extracting the blobs, i want to treat each one differently, and erase for example only those that are below a specific threshold of area, drawing the ones that passed the test.
Unfortunately, it seems to me, VLIB does not give us access to individual components besides to extract info (never to change) or even to draw 1 component at the time, based on the info we extracted.
This is really a big handicap that just freezes my progress in the development of my vision system.
My question is, how can i get around this problem, is there anything in VLIB that i am missing?
Is the way VLIB_createConnectedComponentsList stores info that is acessed by a VLIB_CCHandle available so i can access it like VLIB_createCCMap8Bit does?
Best Regards
Filipe Alves