LANCZOS4 interpolation constant added to C interface
This commit is contained in:
parent
ea6b441052
commit
96ad3b57b8
@ -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…
x
Reference in New Issue
Block a user