LANCZOS4 interpolation constant added to C interface
authorVadim Pisarevsky <no@email>
Thu, 18 Nov 2010 22:04:32 +0000 (22:04 +0000)
committerVadim Pisarevsky <no@email>
Thu, 18 Nov 2010 22:04:32 +0000 (22:04 +0000)
modules/imgproc/include/opencv2/imgproc/types_c.h

index c652a5609a9b881c150e051b5a216b82cd907c90..27b7eea60fbc21f9c988ed4ace7e8a60b5a9557a 100644 (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 */