OpenCV
index
 
Name interpolation ( )
Examples None available
Description Set copy or effect interpolation method. By default the interpolation method is set to INTER_LINEAR.
Syntax
interpolation(method);
Parameters
method   int : INTER_NN, INTER_LINEAR, INTER_CUBIC, INTER_AREA
Returns None
Usage Application
Related