Commit 96ad3b57 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

LANCZOS4 interpolation constant added to C interface

parent ea6b4410
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment