Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp650 const Mat& _fxy, const void* _wtab, in remapBilinear() argument
678 const ushort* FXY = _fxy.ptr<ushort>(dy); in remapBilinear()
861 const Mat& _fxy, const void* _wtab, in remapBicubic() argument
881 if( _dst.isContinuous() && _xy.isContinuous() && _fxy.isContinuous() ) in remapBicubic()
891 const ushort* FXY = _fxy.ptr<ushort>(dy); in remapBicubic()
965 const Mat& _fxy, const void* _wtab, in remapLanczos4() argument
985 if( _dst.isContinuous() && _xy.isContinuous() && _fxy.isContinuous() ) in remapLanczos4()
995 const ushort* FXY = _fxy.ptr<ushort>(dy); in remapLanczos4()
1077 const Mat& _fxy, const void* _wtab,