Searched defs:_K (Results 1 - 7 of 7) sorted by relevance

/external/libcxx/test/support/
H A Dnasty_macros.hpp15 #define _K NASTY_MACRO macro
/external/opencv3/modules/calib3d/test/
H A Dtest_homography_decomp.cpp68 decomposeHomographyMat(_H, _K, rotations, translations, normals);
80 decomposeHomographyMat(_H, _K, rotations, noArray(), noArray());
88 _K = Matx33d(640, 0.0, 320,
134 Matx33d _R, _K, _H; member in class:CV_HomographyDecompTest
/external/opencv3/modules/stitching/src/
H A Dwarpers_cuda.cpp69 static void buildWarpPlaneMaps(Size src_size, Rect dst_roi, InputArray _K, InputArray _R, InputArray _T, argument
74 Mat K = _K.getMat();
97 static void buildWarpSphericalMaps(Size src_size, Rect dst_roi, InputArray _K, InputArray _R, float scale, argument
102 Mat K = _K.getMat();
122 static void buildWarpCylindricalMaps(Size src_size, Rect dst_roi, InputArray _K, InputArray _R, float scale, argument
127 Mat K = _K.getMat();
H A Dwarpers.cpp49 void ProjectorBase::setCameraParams(InputArray _K, InputArray _R, InputArray _T) argument
51 Mat K = _K.getMat(), R = _R.getMat(), T = _T.getMat();
/external/opencv3/modules/calib3d/src/
H A Dhomography_decomp.cpp436 InputArray _K,
447 Mat K = _K.getMat().reshape(1, 3);
435 decomposeHomographyMat(InputArray _H, InputArray _K, OutputArrayOfArrays _rotations, OutputArrayOfArrays _translations, OutputArrayOfArrays _normals) argument
H A Dfisheye.cpp69 InputArray _tvec, InputArray _K, InputArray _D, double alpha, OutputArray jacobian)
83 CV_Assert(_K.size() == Size(3,3) && (_K.type() == CV_32F || _K.type() == CV_64F) && _D.type() == _K.type() && _D.total() == 4);
86 if (_K.depth() == CV_32F)
89 Matx33f K = _K.getMat();
95 Matx33d K = _K.getMat();
728 Matx33d _K; local
732 K.getMat().convertTo(_K, CV_64FC
68 projectPoints(InputArray objectPoints, OutputArray imagePoints, InputArray _rvec, InputArray _tvec, InputArray _K, InputArray _D, double alpha, OutputArray jacobian) argument
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 464 milliseconds