#include "opencv2/opencv.hpp" #include "opencv2/highgui.hpp" #include #include using namespace cv; using namespace std; Mat histogram, histogramImage;// ๋ ๋ ์์๊ณผ ๋ ๋ ์์์ ํ์คํ ๊ทธ๋จ Mat histogram2, histogramImage2;// CPU ์์๊ณผ CPU ์์์ ํ์คํ ๊ทธ๋จ Mat histogramNew;// ์ญํํํ ๋์ด ์์ฑ๋ ๋ฃฉ์ -ํ ์ด๋ธ Mat image, image2;// ๋ถ๋ฌ์ค๋ ์ด๋ฏธ์ง 1,2 Mat histogramSum, histogramSum2;// ๋ ๋, CPU ์์์ ํํํ ํ ๊ฒฐ๊ณผ๋ฅผ ๋ด๋ ํ ์ด๋ธ1, 2 Mat tmp, tmp2; // params : ..