I over segment an image using a superpixel algorithm.   I region grow 
using the superpixels to end up with a segmented image, a label-image.  
I overlay the label boundaries using mark_boundaries().   I can click on 
a segment/region and indicate it as either foreground or background.  
This foreground/background information is maintained in a python dict.   
How can I provide visual feedback, say tinting the clicked segment, in 
the image.

Short version, given a label, a lable-image and a image, how do I 
shade/tint the label area.

Thanks,

Michael.
--


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to