环境
- VS2015
- OpenCV3.2
- 配置OpenCV请参考 Visual Studio 2015配置OpenCV环境
代码
#include "stdafx.h"
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <iostream>
using namespace cv;
using namespace std;
/* @brief 得到H分量的直方图图像
@param src 输入图像
@param histimg 输出颜色