cv.jit Matrix

noisesolo's icon

Hi,

I have purchased Max 5.0 recently and am attempting to use some cv.jit patches. In particular, I have a question about cv.jit.blobs.centroids.maxhelp.

The output is said to be a matrix with the x and y coordinate, and area of each blob. I was wondering, how can I display that information as a series of integers?

I just want to be able to figure out things like how many blobs there are, the largest blob, smallest blob, etc.

Can someone help me out or direct me to some sort of tutorial about these matrices specifically?

Thanks a lot in advance.

cap10subtext's icon

I think the combination you are looking for is jit.unpack and jit.spill.