enum InferenceEngine::ResizeAlgorithm¶
Represents the list of supported resize algorithms.
#include <ie_preprocess.hpp>
enum ResizeAlgorithm
{
NO_RESIZE = 0,
RESIZE_BILINEAR,
RESIZE_AREA,
};
Represents the list of supported resize algorithms.
#include <ie_preprocess.hpp>
enum ResizeAlgorithm
{
NO_RESIZE = 0,
RESIZE_BILINEAR,
RESIZE_AREA,
};