Image Labeling via OpenCV
hi, does somebody know how i could perform image labeling or a similar function that allows to colour different groups of contiguous pixels with different colours? thanks
hi, does somebody know how i could perform image labeling or a similar function that allows to colour different groups of contiguous pixels with different colours? thanks
OpenCV does not have built in labeling software. However you could present a picture in a window, then use actiongrabber on your mouse pointer to define what needs to be done when going over pixels. By preselecting a color from a menu, masks could be created this way.
If you want to share ideas on labeling software, feel free to ask, im using it in my PHD study and trying to obtain a universal labeler by listening to the different things people would like to have included in it!
Then what you actually need, is an automatic segmentation of the area into possible regions? Then google the watershed algorithm. It is what the cvFloodFill applies internally.
you could use the functionality, but I do not know by head how this function works. So you should look it up :)
Hi, take a look at this post. There are links to two different labeling tools.
Asked: 2013-03-04 08:50:33 -0600
Seen: 8,906 times
Last updated: Mar 05 '13
Tricky image segmentation in Python
Does OpenCV provide Connected Component labeling method for binary image?
cvbloblib library quite heavy on the processor
kalman filter solution to some cases
detect moving blobs in videos with lot of flicker
program to select objects on images and label them [closed]
How to label image regions based on the number of black pixels in a cell of a grid?
extract numbers and bound rectangle on each number
How do I use SimpleBlobDetection with Color?
In which case Mat data is in continuous memory block and which case is not? [closed]