HomeSort by relevance Sort by last modified time
    Searched full:pointerf (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvconvhull.cpp 233 CvPoint2D32f** pointerf = 0; local
334 pointerf = (CvPoint2D32f**)pointer;
359 icvSortPointsByPointers_32f( pointerf, total, 0 );
362 float y = pointerf[i]->y;
363 if( pointerf[miny_ind]->y > y )
365 if( pointerf[maxy_ind]->y < y )

Completed in 51 milliseconds