Apple-ImageWriterII/DirectPrint/dither.h

7 lines
156 B
C

#include <stdint.h>
#include <stdio.h>
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
cv::Mat dither_image(cv::Mat rawImg);