环境
- 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 输出颜色直方图
@return void 返

该博客介绍了如何在VS2015中,利用OpenCV3.2库展示HSV颜色模型中H分量的颜色直方图。通过代码实现,最终展示了直方图的结果。
最低0.47元/天 解锁文章
4483

被折叠的 条评论
为什么被折叠?



