if(func(src.data,srcsize,(int)src.step[0],srcroi,dst.data,(int)dst.step[0],dstroi,coeffs,mode)<0)////Aug 2013: problem in IPP 7.1, 8.0 : sometimes function return ippStsCoeffErr
*ok=false;
}
IPPWarpAffineInvoker(Mat &_src, Mat &_dst, double (&_coeffs)[2][3], int &_interpolation, int _borderType,