Home | History | Annotate | Download | only in opencv2

Lines Matching full:minloc

595 @param minLoc Pointer to the returned minimum location. Use NULL if not required.
603 CV_EXPORTS void minMaxLoc(InputArray src, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc,