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_LINEAR

linear algorithm

RESIZE_CUBIC

cubic algorithm

RESIZE_NEAREST

nearest algorithm