cv.jit.track npoints
Hi
Can anyone here who has experience with cv.jit tell me how I unset the position of npoints in cv.jit.track? I have potentially five like so and I'm accessing them via a ubumenu to set their position:
cv.jit.track @npoints 5
So when I start my patch I loadbang:
set 0 -1 -1, set 1 -1 -1, set 2 -1 -1, set 3 -1 -1, set 4 -1 -1
thinking they'll all be outside my jit.window but it does not seem to work.
Perhaps I should be setting the number of npoints as I need them rather than their position?
Garrett