Something like this works fine:
http://www.google.com/codesearch#8TJuDx-2Qiw/trunk/javacv/src/com/googlecode/javacv/ObjectFinder.java&q=cvFindHomography%20package:http://javacv\.googlecode\.com&l=260
Samuel
As far as com.googlecode.javacpp.Pointer objects are concerned, they are
both pointers and arrays because any pointer in C/C++ can be accessed as
an array. So if you know that a KeyPoint object is actually an array,
you can access the elements with Pointer.position(), as shown in the
README.txt file. The same for DMatch or any other Pointer object for
that matter.
Samuel
Sorry, it does not look like anyone here has any experience with that :(
I guess something you could try would be to run cvHoughCircle() in the
region detected by an eye detector. That should return the iris and
pupil AFAIK, but I haven't tried it myself.
Samuel
Il 23/12/11 14:12, Samuel Audet ha scritto: