Home
last modified time | relevance | path

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

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