搜索资源列表
ToneMapping
- 色调映射实现,用一张图像的内容拟合另一张图像的色调分布曲线,基于颜色直方图统计进行最佳适配实现-Tone mapping implementation, the content of an image with another image of the color fitting distribution curves were based on color histogram to achieve the best fit
zhifangtu
- 对图像的直方图进行统计.vc++2005+opencv实现-Statistical histogram of the image. Vc++2005+ opencv implementation
opencv82065673
- 基于opencv实现统计直方图的源代码,简单易懂-Opencv histogram based on the realization of the source code, easy to understand
FrameStatistics
- 对输入的视频进行直方图统计,并以最终输出得到的直方图。-Histogram of the input video and the histogram of the final output.
Exercise7_2_histogram
- 此程序功能是:对图像进行直方图统计。所以的是opencv,这和matlab做直方图统计是有区别的。对初学掌握opencv数字图像有一点小帮助,可以直接运行-This program features: histogram of the image. So the opencv and matlab histogram there is a difference. Beginner to master the opencv digital image a little help, you can
rgbg
- 借助于opencv库,用c++接口编写,绘制图像rgb以及灰度的直方图,并把相应的统计结果输出到txt。-With the opencv library c++ interface to write, draw the histogram of the image rgb and gray, and the corresponding statistical results output to txt.
histMeanValue
- 包含三个功能的演示。直方图,otsu算法,计算灰度中值。最后统计0像素占的比例。 float getMeanValue(IplImage* image) //灰度均值 int getMedian(IplImage* image) //灰度中值 void otsu (IplImage *image) //大律法阈值分割-Contains three functional demo. float getMeanValue (IplImage* image) //gray ave
duijiaotouying
- 对图像的对角线投影,就是沿着对角线进行直方图统计。-Diagonal projection of the image, that is, along the diagonal histogram statistics.
hist
- 可以对灰度图像进行相应的直方图数据统计。-Gray image histogram statistics.
OpenCVColorTransfer
- 利用OpenCV的库,对图像进行统计直方图的变换,将一幅图像的色调移到另一幅图上,一个简单的图像融合demo-Using OpenCV library, the image histogram of transformation, a move to another tone of an image on a diagram, a simple image fusion demo
直方图统计及比较
- 对图片做直方图统计,并计算不同图像之间的匹配率,效果很好,opencv2.4.9
calcHist
- 对输入的视频进行直方图统计,并以最终输出得到的直方图-The video input histogram statistics, and the final output resulting histogram
opencv_calcHist
- 基于opencv的图像直方图统计设计源码-Histogram based opencv source of statistical design
colorbin
- 统计一幅图像的颜色直方图特征,用于进行图像检索的一中方法。-Color histogram statistics of an image, for performing a method for image retri .
hist
- 用OPENCV辅助,检测图像的直方图,并画出直方图,统计直方图的均值和方差,并输出颜色占比例最大的值。-Histogram OPENCV assisted detection image and draw the histogram, histogram mean and variance, and the largest proportion of the output color value.
直方图
- VS2010 opencv 直方图处理:直方图对这些黑白像素值的统计;利用Opencv中的calcHist()绘制直方图 Return:dstImage计算出来的直方图(VS2010 opencv histogram)