Searched refs:cvSetReal1D (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/modules/video/test/
H A Dtest_accum.cpp236 cvSetReal1D( &A, 0, alpha);
237 cvSetReal1D( &B, 0, 1 - cvGetReal1D(&A, 0));
/external/opencv3/modules/core/test/
H A Dtest_math.cpp586 cvSetReal1D( test_array[REF_OUTPUT][0], 0, c.val[0] );
587 cvSetReal1D( test_array[REF_OUTPUT][0], 1, c.val[1] );
588 cvSetReal1D( test_array[REF_OUTPUT][0], 2, c.val[2] );
/external/opencv/cxcore/include/
H A Dcxcore.h370 CVAPI(void) cvSetReal1D( CvArr* arr, int idx0, double value );
/external/opencv3/modules/imgproc/test/
H A Dtest_histograms.cpp451 cvSetReal1D( h, idx[i], v0 );
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h740 CVAPI(void) cvSetReal1D( CvArr* arr, int idx0, double value );
/external/opencv/cxcore/src/
H A Dcxarray.cpp2608 cvSetReal1D( CvArr* arr, int idx, double value ) function
2610 CV_FUNCNAME( "cvSetReal1D" );
/external/opencv3/modules/core/src/
H A Darray.cpp2255 cvSetReal1D( CvArr* arr, int idx, double value ) function

Completed in 206 milliseconds