5.6. sail.bmcv_resize_algorithm
The resize method of bmcv.
- Interface:
sail.bmcv_resize_algorithm.BMCV_INTER_NEAREST sail.bmcv_resize_algorithm.BMCV_INTER_LINEAR sail.bmcv_resize_algorithm.BMCV_INTER_BICUBIC
Parameters:
sail.bmcv_resize_algorithm.BMCV_INTER_NEAREST
Using nearest neighbor interpolation method while resizing.
sail.bmcv_resize_algorithm.BMCV_INTER_LINEAR
Using linear interpolation method while resizing.
sail.bmcv_resize_algorithm.BMCV_INTER_BICUBIC
Using double cubic interpolation method while resizing.