Searched refs:cvGetReal2D (Results 1 - 9 of 9) sorted by relevance

/external/opencv3/modules/calib3d/src/
H A Dtriangulate.cpp278 scale = sqrt(cvGetReal2D(V,0,2)*cvGetReal2D(V,0,2) + cvGetReal2D(V,1,2)*cvGetReal2D(V,1,2));
279 cvSetReal2D(e1,0,0,cvGetReal2D(V,0,2)/scale);
280 cvSetReal2D(e1,1,0,cvGetReal2D(V,1,2)/scale);
281 cvSetReal2D(e1,2,0,cvGetReal2D(V,2,2)/scale);
282 if (cvGetReal2D(e1,2,0) < 0) {
283 cvSetReal2D(e1,0,0,-cvGetReal2D(e1,0,0));
284 cvSetReal2D(e1,1,0,-cvGetReal2D(e
[all...]
/external/opencv3/modules/core/test/
H A Dtest_io.cpp225 cvGetReal2D(&stub1, pt[0], pt[1]), cvGetReal2D(&_test_stub1, pt[0], pt[1]),
255 cvGetReal2D(&stub1, pt[0], pt[1]), cvGetReal2D(&_test_stub1, pt[0], pt[1]),
273 cvGetReal2D(&stub1, pt[0], pt[1]), cvGetReal2D(&_test_stub1, pt[1], pt[0]),
H A Dtest_math.cpp550 a.val[0] = cvGetReal2D( test_array[INPUT][0], 0, 0 );
551 a.val[1] = cvGetReal2D( test_array[INPUT][0], 1, 0 );
552 a.val[2] = cvGetReal2D( test_array[INPUT][0], 2, 0 );
554 b.val[0] = cvGetReal2D( test_array[INPUT][1], 0, 0 );
555 b.val[1] = cvGetReal2D( test_array[INPUT][1], 1, 0 );
556 b.val[2] = cvGetReal2D( test_array[INPUT][1], 2, 0 );
679 alpha = cvGetReal2D( test_array[INPUT][2], 0, 0 );
680 beta = cvGetReal2D( test_array[INPUT][3], 0, 0 );
2161 double wii = vector_w ? cvGetReal1D(&_w,i) : cvGetReal2D(&_w,i,i);
/external/opencv/cv/include/
H A Dcvcompat.h482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1)))
/external/opencv/cxcore/include/
H A Dcxcore.h359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
/external/opencv3/modules/imgproc/test/
H A Dtest_histograms.cpp517 val[i] = (float)cvGetReal2D( h, idx[i*2], idx[i*2+1] );
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h700 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
/external/opencv/cxcore/src/
H A Dcxarray.cpp2379 cvGetReal2D( const CvArr* arr, int y, int x ) function
2383 CV_FUNCNAME( "cvGetReal2D" );
/external/opencv3/modules/core/src/
H A Darray.cpp2071 cvGetReal2D( const CvArr* arr, int y, int x ) function

Completed in 165 milliseconds