cv.jit.trackpoints

labandfield's icon

hi

i'm experimenting with tracking a large sheet of paper which will be folded into sections. the different combination of folds (like a map) are to be detected.
i'm looking for the best method with cv.jit.
i've tried cv.jit.track, but run into problems when the sections of paper fold back onto themselves resulting in the tracked dots disappearing
would it be better to use a different cv.jit object which tracks changes in thresholds of black and white - the paper offering a potentially bright image in sections?
any advice?
thanks all