Searched refs:cvGetReal1D (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/video/test/ |
D | test_accum.cpp | 237 cvSetReal1D( &B, 0, 1 - cvGetReal1D(&A, 0)); in prepare_to_validation() 240 …cvtest::add( src, cvGetReal1D(&A, 0), dst, cvGetReal1D(&B, 0), cvScalarAll(0.), temp, temp.depth()… in prepare_to_validation()
|
/external/opencv3/modules/core/test/ |
D | test_math.cpp | 560 a.val[0] = cvGetReal1D( test_array[INPUT][0], 0 ); in prepare_to_validation() 561 a.val[1] = cvGetReal1D( test_array[INPUT][0], 1 ); in prepare_to_validation() 562 a.val[2] = cvGetReal1D( test_array[INPUT][0], 2 ); in prepare_to_validation() 564 b.val[0] = cvGetReal1D( test_array[INPUT][1], 0 ); in prepare_to_validation() 565 b.val[1] = cvGetReal1D( test_array[INPUT][1], 1 ); in prepare_to_validation() 566 b.val[2] = cvGetReal1D( test_array[INPUT][1], 2 ); in prepare_to_validation() 2161 double wii = vector_w ? cvGetReal1D(&_w,i) : cvGetReal2D(&_w,i,i); in prepare_to_validation()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 480 ((float)cvGetReal1D( (hist)->bins, (idx0)))
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 358 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 509 val[i] = (float)cvGetReal1D( h, idx[i] ); in run_func()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 698 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 2332 cvGetReal1D( const CvArr* arr, int idx ) in cvGetReal1D() function
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 2032 cvGetReal1D( const CvArr* arr, int idx ) in cvGetReal1D() function
|