HomeSort by relevance Sort by last modified time
    Searched full:rvec (Results 26 - 49 of 49) sorted by null

12

  /external/opencv3/modules/calib3d/misc/java/test/
Calib3dTest.java 520 Mat rvec = new Mat(); local
522 Calib3d.solvePnP(points3d, points2d, intrinsics, new MatOfDouble(), rvec, tvec);
530 assertMatEqual(truth_rvec, rvec, EPS);
  /external/opencv3/modules/java/src/
calib3d.cpp 1179 Mat& rvec = *((Mat*)rvec_nativeObj); local
1210 Mat& rvec = *((Mat*)rvec_nativeObj); local
1930 Mat& rvec = *((Mat*)rvec_nativeObj); local
1963 Mat& rvec = *((Mat*)rvec_nativeObj); local
2001 Mat& rvec = *((Mat*)rvec_nativeObj); local
2033 Mat& rvec = *((Mat*)rvec_nativeObj); local
2069 Mat& rvec = *((Mat*)rvec_nativeObj); local
2102 Mat& rvec = *((Mat*)rvec_nativeObj); local
    [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_badarg.cpp 566 errors += run_test_case( CV_StsBadArg, "Bad rvec format", bad_caller );
570 errors += run_test_case( CV_StsBadArg, "Bad rvec format", bad_caller );
574 errors += run_test_case( CV_StsBadArg, "Bad rvec format", bad_caller );
test_fisheye.cpp 359 std::vector<cv::Vec3d> rvec; local
363 rvec, tvec, flag, cv::TermCriteria(3, 20, 1e-6));
377 cv::internal::EstimateUncertainties(objectPoints, imagePoints, param, rvec, tvec,
test_fundam.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 822 Mat rvec = new MatOfFloat(); local
866 Calib3d.solvePnP(grid, centers, camMat, coeff, rvec, tvec,
878 Calib3d.projectPoints(grid, rvec, tvec, camMat, coeff, reprojCenters);
893 rvec.get(0,0, rv);
    [all...]
  /external/opencv3/doc/tutorials/calib3d/real_time_pose/
real_time_pose.markdown 464 cv::Mat rvec = cv::Mat::zeros(3, 1, CV_64FC1); // output rotation vector
467 bool useExtrinsicGuess = false; // if true the function uses the provided rvec and tvec values as
470 cv::solvePnPRansac( list_points3d, list_points2d, _A_matrix, distCoeffs, rvec, tvec,
474 Rodrigues(rvec,_R_matrix); // converts Rotation Vector to Matrix
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 442 @param rvec Rotation vector. See Rodrigues for details.
465 @note By setting rvec=tvec=(0,0,0) or by setting cameraMatrix to a 3x3 identity matrix, or by
471 InputArray rvec, InputArray tvec,
487 @param rvec Output rotation vector (see Rodrigues ) that, together with tvec , brings points from
491 the provided rvec and tvec values as initial approximations of the rotation and translation
530 OutputArray rvec, OutputArray tvec,
543 @param rvec Output rotation vector (see Rodrigues ) that, together with tvec , brings points from
547 the provided rvec and tvec values as initial approximations of the rotation and translation
569 OutputArray rvec, OutputArray tvec,
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-vmul.ll     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc     [all...]
  /external/strace/
util.c 988 const struct iovec *rvec,
992 return syscall(__NR_process_vm_readv, (long)pid, lvec, liovcnt, rvec, riovcnt, flags);
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 2586 milliseconds

12