Home
last modified time | relevance | path

Searched refs:intrinsics (Results 1 – 25 of 213) sorted by relevance

123456789

/external/opencv3/modules/calib3d/perf/
Dperf_pnp.cpp36 Mat intrinsics = Mat::eye(3, 3, CV_32FC1); variable
37 intrinsics.at<float> (0, 0) = 400.0;
38 intrinsics.at<float> (1, 1) = 400.0;
39 intrinsics.at<float> (0, 2) = 640 / 2;
40 intrinsics.at<float> (1, 2) = 480 / 2;
46 projectPoints(points3d, rvec, tvec, intrinsics, distortion, points2d);
58 solvePnP(points3d, points2d, intrinsics, distortion, rvec, tvec, false, algo);
83 Mat intrinsics = Mat::eye(3, 3, CV_32FC1); variable
84 intrinsics.at<float> (0, 0) = 400.0f;
85 intrinsics.at<float> (1, 1) = 400.0f;
[all …]
/external/opencv3/modules/calib3d/test/
Dtest_solvepnp_ransac.cpp120 Mat intrinsics, distCoeffs; in runTest() local
121 generateCameraMatrix(intrinsics, rng); in runTest()
122 if (method == 4) intrinsics.at<double>(1,1) = intrinsics.at<double>(0,0); in runTest()
131 projectPoints(Mat(points), trueRvec, trueTvec, intrinsics, distCoeffs, projectedPoints); in runTest()
140 solvePnPRansac(points, projectedPoints, intrinsics, distCoeffs, rvec, tvec, in runTest()
215 Mat intrinsics, distCoeffs; in runTest() local
216 generateCameraMatrix(intrinsics, rng); in runTest()
217 if (method == 4) intrinsics.at<double>(1,1) = intrinsics.at<double>(0,0); in runTest()
238 projectPoints(Mat(opoints), trueRvec, trueTvec, intrinsics, distCoeffs, projectedPoints); in runTest()
240 solvePnP(opoints, projectedPoints, intrinsics, distCoeffs, rvec, tvec, in runTest()
[all …]
Dtest_undistort_points.cpp65 Mat intrinsics, distCoeffs; in run() local
66 generateCameraMatrix(intrinsics); in run()
76 …projectPoints(Mat(points), Mat::zeros(3,1,CV_64FC1), Mat::zeros(3,1,CV_64FC1), intrinsics, distCoe… in run()
79 …projectPoints(Mat(points), Mat::zeros(3,1,CV_64FC1), Mat::zeros(3,1,CV_64FC1), intrinsics, Mat::z… in run()
82 undistortPoints(Mat(projectedPoints), undistortedPoints, intrinsics, distCoeffs); in run()
85 perspectiveTransform(undistortedPoints, p, intrinsics); in run()
/external/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td1 //===- IntrinsicsPowerPC.td - Defines PowerPC intrinsics ---*- tablegen -*-===//
10 // This file defines all of the PowerPC-specific intrinsics.
15 // Definitions for all PowerPC intrinsics.
18 // Non-altivec intrinsics.
19 let TargetPrefix = "ppc" in { // All intrinsics start with "llvm.ppc.".
63 let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.".
64 /// PowerPC_Vec_Intrinsic - Base class for all altivec intrinsics.
71 /// PowerPC_VSX_Intrinsic - Base class for all VSX intrinsics.
84 /// vector and returns one. These intrinsics have no side effects.
90 /// vectors and returns one. These intrinsics have no side effects.
[all …]
DIntrinsicsWebAssembly.td1 //===- IntrinsicsWebAssembly.td - Defines wasm intrinsics --*- tablegen -*-===//
11 /// \brief This file defines all of the WebAssembly-specific intrinsics.
15 let TargetPrefix = "wasm" in { // All intrinsics start with "llvm.wasm.".
DIntrinsicsBPF.td1 //===- IntrinsicsBPF.td - Defines BPF intrinsics -----------*- tablegen -*-===//
10 // This file defines all of the BPF-specific intrinsics.
15 let TargetPrefix = "bpf" in { // All intrinsics start with "llvm.bpf."
DIntrinsicsX86.td1 //===- IntrinsicsX86.td - Defines X86 intrinsics -----------*- tablegen -*-===//
10 // This file defines all of the X86-specific intrinsics.
16 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
21 // SEH intrinsics for Windows
131 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
177 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
224 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
250 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
257 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
263 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
[all …]
DIntrinsicsXCore.td1 //==- IntrinsicsXCore.td - XCore intrinsics -*- tablegen -*-==//
10 // This file defines all of the XCore-specific intrinsics.
14 let TargetPrefix = "xcore" in { // All intrinsics start with "llvm.xcore.".
DIntrinsicsARM.td1 //===- IntrinsicsARM.td - Defines ARM intrinsics -----------*- tablegen -*-===//
10 // This file defines all of the ARM-specific intrinsics.
18 let TargetPrefix = "arm" in { // All intrinsics start with "llvm.arm.".
266 // Note: This is different than the other "long" NEON intrinsics because
293 // represented by intrinsics in LLVM, and even the basic VSHL variable shift
300 // The shift counts for these intrinsics are always vectors, even for constant
304 // for constant right shift intrinsics, and to help preserve sanity, the
306 // applicable, signed and unsigned versions of the intrinsics are
DIntrinsics.td1 //===- Intrinsics.td - Defines all LLVM intrinsics ---------*- tablegen -*-===//
10 // This file defines properties of all LLVM intrinsics.
17 // Properties we keep track of for intrinsics.
82 // Types used by intrinsics.
240 string TargetPrefix = ""; // Set to a prefix for target-specific intrinsics.
418 // None of these intrinsics accesses memory at all.
430 // None of these intrinsics accesses memory at all...but that doesn't mean the
606 // These convert intrinsics are to support various conversions between
608 // intrinsics as they might be removed sometime in the future and
663 // Target-specific intrinsics
DIntrinsicsAArch64.td1 //===- IntrinsicsAARCH64.td - Defines AARCH64 intrinsics ---*- tablegen -*-===//
10 // This file defines all of the AARCH64-specific intrinsics.
61 let TargetPrefix = "aarch64" in { // All intrinsics start with "llvm.aarch64.".
285 // FIXME: In theory, we shouldn't need intrinsics for saddlp or
426 let TargetPrefix = "aarch64" in { // All intrinsics start with "llvm.aarch64.".
436 let TargetPrefix = "aarch64" in { // All intrinsics start with "llvm.aarch64.".
535 let TargetPrefix = "aarch64" in { // All intrinsics start with "llvm.aarch64.".
DIntrinsicsAMDGPU.td1 //===- IntrinsicsAMDGPU.td - Defines AMDGPU intrinsics -----*- tablegen -*-===//
10 // This file defines all of the R600-specific intrinsics.
/external/ceres-solver/examples/
Dlibmv_bundle_adjuster.cc492 bool operator()(const T* const intrinsics, in operator ()()
498 const T& focal_length = intrinsics[OFFSET_FOCAL_LENGTH]; in operator ()()
499 const T& principal_point_x = intrinsics[OFFSET_PRINCIPAL_POINT_X]; in operator ()()
500 const T& principal_point_y = intrinsics[OFFSET_PRINCIPAL_POINT_Y]; in operator ()()
501 const T& k1 = intrinsics[OFFSET_K1]; in operator ()()
502 const T& k2 = intrinsics[OFFSET_K2]; in operator ()()
503 const T& k3 = intrinsics[OFFSET_K3]; in operator ()()
504 const T& p1 = intrinsics[OFFSET_P1]; in operator ()()
505 const T& p2 = intrinsics[OFFSET_P2]; in operator ()()
/external/llvm/test/CodeGen/X86/
Dlog2_not_readnone.ll3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
4 ; readnone, they can't be changed to intrinsics (because they can change errno).
/external/llvm/test/CodeGen/ARM/
Dlog2_not_readnone.ll3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
4 ; readnone, they can't be changed to intrinsics (because they can change errno).
/external/llvm/test/Verifier/
Dcttz-undef-arg.ll8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
D2006-12-12-IntrinsicDefine.ll2 ; CHECK: llvm intrinsics cannot be defined
/external/opencv3/modules/python/test/
Dcamera_calibration.py337 intrinsics = cv.CreateMat(3, 3, cv.CV_64FC1) variable
339 cv.SetZero(intrinsics)
342 intrinsics[0,0] = 1.0
343 intrinsics[1,1] = 1.0
346 intrinsics,
352 print "K =", list(cvmat_iterator(intrinsics))
355 cv.InitUndistortMap(intrinsics, distortion, mapx, mapy)
/external/opencv3/modules/calib3d/misc/java/test/
DCalib3dTest.java500 Mat intrinsics = Mat.eye(3, 3, CvType.CV_32F); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat() local
501 intrinsics.put(0, 0, 400); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat()
502 intrinsics.put(1, 1, 400); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat()
503 intrinsics.put(0, 2, 640 / 2); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat()
504 intrinsics.put(1, 2, 480 / 2); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat()
522 Calib3d.solvePnP(points3d, points2d, intrinsics, new MatOfDouble(), rvec, tvec); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dlifetime.ll1 ; Test hanlding of llvm.lifetime intrinsics.
30 ; Regular variable lifetime intrinsics.
44 ; Lifetime intrinsics for array.
/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsics.td1 //===-- AMDGPUIntrinsics.td - Common intrinsics -*- tablegen -*-----------===//
10 // This file defines intrinsics that are used by all hw codegen targets.
26 // to define it with the public builtins intrinsics. This is a
/external/opencv3/doc/tutorials/calib3d/camera_calibration_square_chess/
Dcamera_calibration_square_chess.markdown38 Mat intrinsics, distortion;
39 fs["camera_matrix"] >> intrinsics;
/external/llvm/test/Feature/
Dintrinsics.ll39 ; Test llvm intrinsics
61 ; FIXME: test ALL the intrinsics in this file.
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUIntrinsics.td1 //===-- AMDGPUIntrinsics.td - Common intrinsics -*- tablegen -*-----------===//
10 // This file defines intrinsics that are used by all hw codegen targets.
/external/llvm/
Dllvm.mk9 LLVM_GEN_INTRINSICS_MK := $(LLVM_ROOT_PATH)/llvm-gen-intrinsics.mk

123456789