VVVV.Packs.Image icon indicating copy to clipboard operation
VVVV.Packs.Image copied to clipboard

SolvePnP, CalibrateCamera: Coordinates VVVV cs. OpenCV

Open joreg opened this issue 11 years ago • 1 comments

both SolvePnP and CalibrateCamera featuer an input called "Coordinates" i'd suggest to get rid of.

rationale: this is inside vvvv. so inputs and outputs of those nodes should be in vvvv-coordinates. if at some point you have inputs or need outputs in another format there should be converters that are not part of the nodes.

in the past (and still atm) those don't seem to work anyway. it seems setting to 'OpenCV' makes most sense atm. this takes inputs as they are and return results without conversion and it seems the results are correct.

thoughts?

joreg avatar Aug 16 '14 18:08 joreg

this is mostly because i still sometimes get erratic results, and need to hack around the transforms. I agree that ultimately we just want VVVV style in/outs on everything

elliotwoods avatar Oct 27 '14 06:10 elliotwoods