Source position: libopencv2.pas line 2795
type TcvResize = procedure(
const src: pCvArr;
dst: pCvArr;
interpolation: Integer = CV_INTER_LINEAR
);