LANCZOS4 interpolation constant added to C interface

This commit is contained in:
Vadim Pisarevsky 2010-11-18 22:04:32 +00:00
parent ea6b441052
commit 96ad3b57b8

View File

@ -231,7 +231,8 @@ enum
CV_INTER_NN =0,
CV_INTER_LINEAR =1,
CV_INTER_CUBIC =2,
CV_INTER_AREA =3
CV_INTER_AREA =3,
CV_INTER_LANCZOS4 =4,
};
/* ... and other image warping flags */