/external/libcxx/test/support/ |
H A D | nasty_macros.hpp | 15 #define _K NASTY_MACRO macro
|
/external/opencv3/modules/calib3d/test/ |
H A D | test_homography_decomp.cpp | 68 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 D | warpers_cuda.cpp | 69 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 D | warpers.cpp | 49 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 D | homography_decomp.cpp | 436 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 D | fisheye.cpp | 69 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 D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ... |