HomeSort by relevance Sort by last modified time
    Searched defs:calibrate_2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 239 double retVal = calibrate_2(objectPoints_mat.nativeObj, imagePoints_mat.nativeObj, image_size.width, image_size.height, K.nativeObj, D.nativeObj, rvecs_mat.nativeObj, tvecs_mat.nativeObj);
1166 private static native double calibrate_2(long objectPoints_mat_nativeObj, long imagePoints_mat_nativeObj, double image_size_width, double image_size_height, long K_nativeObj, long D_nativeObj, long rvecs_mat_nativeObj, long tvecs_mat_nativeObj); method in class:Calib3d
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 40 milliseconds