Searched refs:cvPtr1D (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A Dcvthresh.cpp219 h = (float*)cvPtr1D( hist->bins, 0 );
H A Dcvhistogram.cpp2336 h = (float*)cvPtr1D( hist->bins, 0 );
/external/opencv/cxcore/src/
H A Dcxarray.cpp1896 cvPtr1D( const CvArr* arr, int idx, int* _type ) function
1900 CV_FUNCNAME( "cvPtr1D" );
2223 ptr = cvPtr1D( arr, idx, &type );
2359 ptr = cvPtr1D( arr, idx, &type );
2517 ptr = cvPtr1D( arr, idx, &type );
2633 ptr = cvPtr1D( arr, idx, &type );
/external/opencv/cv/include/
H A Dcvcompat.h491 ((float*)cvPtr1D( (hist)->bins, (idx0), 0))
/external/opencv/cxcore/include/
H A Dcxcore.h338 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));

Completed in 115 milliseconds