Ask Your Question
0

using computeCorrespondEpilines() in java/android

asked 2013-03-08 06:44:07 -0600

hello,

i am programming for an android device and i would use the function computeCorrespondEpilines().but for this function is no wrapper availiable. i wouldn't do any native calls.

how can i use the function?

best regards manfred

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-03-09 07:53:07 -0600

Yes, this function is not wrapped to Java. The only solution is to wrap it manually. All simple functions, not methods of classes are implemented as static methods of class that is named the same as module. You can use other functions from calib3d as an example. Also I create an issue on project issue tracker.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-08 06:44:07 -0600

Seen: 310 times

Last updated: Mar 09 '13