Closed GoogleCodeExporter closed 8 years ago
Right, cvGetPerspectiveTransform() is known to be buggy, so either try to
convince the developers of OpenCV fix it, or use the equivalent non-buggy
JavaCV.getPerspectiveTransform():
http://www.google.com/codesearch#8TJuDx-2Qiw/trunk/javacv/src/com/googlecode/jav
acv/JavaCV.java&q=getPerspectiveTransform%20package:http://javacv\.googlecode\.c
om&l=45
Original comment by samuel.a...@gmail.com
on 7 Jul 2011 at 5:30
And you forgot to call `Pointer.position(0)` before calling
cvGetPerspectiveTransform().
Original comment by samuel.a...@gmail.com
on 7 Jul 2011 at 5:32
Original issue reported on code.google.com by
fur...@isikdogan.com
on 6 Jul 2011 at 2:51