Searched refs:minMaxLoc_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 970 minMaxLoc_(const _Tp* src, size_t total, size_t startidx, in minMaxLoc_() function 1064 minMaxLoc_((const uchar*)sptr, total, startidx, in minMaxLoc() 1068 minMaxLoc_((const schar*)sptr, total, startidx, in minMaxLoc() 1072 minMaxLoc_((const ushort*)sptr, total, startidx, in minMaxLoc() 1076 minMaxLoc_((const short*)sptr, total, startidx, in minMaxLoc() 1080 minMaxLoc_((const int*)sptr, total, startidx, in minMaxLoc() 1084 minMaxLoc_((const float*)sptr, total, startidx, in minMaxLoc() 1088 minMaxLoc_((const double*)sptr, total, startidx, in minMaxLoc()
|