enum ov_preprocess_resize_algorithm_e¶
Overview¶
This enum contains codes for all preprocess resize algorithm. More…
#include <ov_prepostprocess.h>
enum ov_preprocess_resize_algorithm_e
{
RESIZE_LINEAR,
RESIZE_CUBIC,
RESIZE_NEAREST,
};Detailed Documentation¶
This enum contains codes for all preprocess resize algorithm.
Enum Values¶
RESIZE_LINEARlinear algorithm
RESIZE_CUBICcubic algorithm
RESIZE_NEARESTnearest algorithm