Searched refs:cvPtr1D (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvthresh.cpp | 219 h = (float*)cvPtr1D( hist->bins, 0 ); in icvGetThreshVal_Otsu()
|
D | cvhistogram.cpp | 2336 h = (float*)cvPtr1D( hist->bins, 0 ); in cvEqualizeHist()
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 1896 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/ |
D | cvcompat.h | 491 ((float*)cvPtr1D( (hist)->bins, (idx0), 0))
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 338 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
|