how to make use cv.jit.blob.bounds information

caffeinecranked's icon

Hello guys,

I was wondering if anyone could point me to the next step. Basically I have colour blob detection, where one can choose a colour from suckah, then a blob detection is done. So The cv.jit.touches, gives me the blobs and the number of blobs,and cv.jit.blobs.bounds, gives me the exact form of the blobs.
What I want to do now is use the information of the detected colour blob and sonify the colour detected but I cant put me head around it. I was wondering how do I go about this?

Thank you.