Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3609 const double IPP_RESIZE_EPS = (depth == CV_64F)?0:1e-10; in ipp_resize() local
3614 if(ex > IPP_RESIZE_EPS || ey > IPP_RESIZE_EPS) in ipp_resize()