#include <opencv2/core/core.hpp> #include<opencv2/highgui/highgui.hpp>
2个回答
展开全部
include<opencv2/highgui/highgui.hpp>
#include<opencv2/imgproc/imgproc.hpp>
#include<opencv2/imgproc/types_c.h>
#include<opencv2/core/core.hpp>
#include<iostream>
#include<vector>
using namespace cv;
using namespace std;
class HistgramShow
{
private:
Mat ShowHisImage;
//通道数
int channels[1];
//项的数量
int histSize[1];
//像素值的范围
const float *ranges[1];
//像素的最小及最大值,为了给hranges一个变量的分配的空间
float hranges[2];
public:
HistgramShow()
{
//计算0号通道
channels[0] = 0;
histSize[0] = 256;
ranges[0] = hranges;
//存放最小范围
hranges[0] = 0;
//存放最大范围
hranges[1] = 255;
}
//这个函数仅仅是封装了
#include<opencv2/imgproc/imgproc.hpp>
#include<opencv2/imgproc/types_c.h>
#include<opencv2/core/core.hpp>
#include<iostream>
#include<vector>
using namespace cv;
using namespace std;
class HistgramShow
{
private:
Mat ShowHisImage;
//通道数
int channels[1];
//项的数量
int histSize[1];
//像素值的范围
const float *ranges[1];
//像素的最小及最大值,为了给hranges一个变量的分配的空间
float hranges[2];
public:
HistgramShow()
{
//计算0号通道
channels[0] = 0;
histSize[0] = 256;
ranges[0] = hranges;
//存放最小范围
hranges[0] = 0;
//存放最大范围
hranges[1] = 255;
}
//这个函数仅仅是封装了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询