LANCZOS4 interpolation constant added to C interface

pull/13383/head
Vadim Pisarevsky 15 years ago
parent ea6b441052
commit 96ad3b57b8
  1. 3
      modules/imgproc/include/opencv2/imgproc/types_c.h

@ -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 */

Loading…
Cancel
Save