cv.jit.shift extracting co-ordinates

beccagillen's icon

I am using cv.jit.shift with CAMSHIFT algorithm for mouth recognition. This allows me to draw a rectangle around the mouth to follow it's movement. I now need to extract the co-ordinates of each of the 4 points of the rectangle. Does anyone know what object I could use for this?

Jean-Marc Pelletier's icon

[unpack 0 0 0 0]

It's just a list.

Jean-Marc

beccagillen's icon

Thank you so much!