Files
openvino/inference-engine/thirdparty/stb_lib/stb_image.cpp
openvino-pushbot 866530fb04 Publishing R3
2018-10-16 13:45:03 +03:00

12 lines
309 B
C++

#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#define STBIR_DEFAULT_FILTER_UPSAMPLE STBIR_FILTER_BOX
#define STBIR_DEFAULT_FILTER_DOWNSAMPLE STBIR_FILTER_BOX
#include "stb_image_resize.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"