CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 直方图统计

搜索资源列表

  1. ToneMapping

    0下载:
  2. 色调映射实现,用一张图像的内容拟合另一张图像的色调分布曲线,基于颜色直方图统计进行最佳适配实现-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
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2309858
    • 提供者:向天问
  1. zhifangtu

    0下载:
  2. 对图像的直方图进行统计.vc++2005+opencv实现-Statistical histogram of the image. Vc++2005+ opencv implementation
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:713
    • 提供者:夏晨曦
  1. opencv82065673

    0下载:
  2. 基于opencv实现统计直方图的源代码,简单易懂-Opencv histogram based on the realization of the source code, easy to understand
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:583555
    • 提供者:宋畅
  1. FrameStatistics

    0下载:
  2. 对输入的视频进行直方图统计,并以最终输出得到的直方图。-Histogram of the input video and the histogram of the final output.
  3. 所属分类:OpenCV

    • 发布日期:2013-11-05
    • 文件大小:1863
    • 提供者:niyabo
  1. Exercise7_2_histogram

    0下载:
  2. 此程序功能是:对图像进行直方图统计。所以的是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
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2372282
    • 提供者:罗国中
  1. rgbg

    0下载:
  2. 借助于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.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1352
    • 提供者:龙场
  1. histMeanValue

    0下载:
  2. 包含三个功能的演示。直方图,otsu算法,计算灰度中值。最后统计0像素占的比例。 float getMeanValue(IplImage* image) //灰度均值 int getMedian(IplImage* image) //灰度中值 void otsu (IplImage *image) //大律法阈值分割-Contains three functional demo. float getMeanValue (IplImage* image) //gray ave
  3. 所属分类:OpenCV

    • 发布日期:2017-11-28
    • 文件大小:3702698
    • 提供者:glemo
  1. duijiaotouying

    0下载:
  2. 对图像的对角线投影,就是沿着对角线进行直方图统计。-Diagonal projection of the image, that is, along the diagonal histogram statistics.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:1429624
    • 提供者:古华
  1. hist

    0下载:
  2. 可以对灰度图像进行相应的直方图数据统计。-Gray image histogram statistics.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:1523382
    • 提供者:古华
  1. OpenCVColorTransfer

    0下载:
  2. 利用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
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:1781018
    • 提供者:wangnan
  1. 直方图统计及比较

    0下载:
  2. 对图片做直方图统计,并计算不同图像之间的匹配率,效果很好,opencv2.4.9
  3. 所属分类:OpenCV

    • 发布日期:2015-01-21
    • 文件大小:9694252
    • 提供者:Rachel_2015
  1. calcHist

    0下载:
  2. 对输入的视频进行直方图统计,并以最终输出得到的直方图-The video input histogram statistics, and the final output resulting histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5328
    • 提供者:陈琛
  1. opencv_calcHist

    0下载:
  2. 基于opencv的图像直方图统计设计源码-Histogram based opencv source of statistical design
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7263
    • 提供者:陈琛
  1. colorbin

    0下载:
  2. 统计一幅图像的颜色直方图特征,用于进行图像检索的一中方法。-Color histogram statistics of an image, for performing a method for image retri .
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:16063150
    • 提供者:李建
  1. hist

    0下载:
  2. 用OPENCV辅助,检测图像的直方图,并画出直方图,统计直方图的均值和方差,并输出颜色占比例最大的值。-Histogram OPENCV assisted detection image and draw the histogram, histogram mean and variance, and the largest proportion of the output color value.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1433
    • 提供者:wjr
  1. 直方图

    0下载:
  2. VS2010 opencv 直方图处理:直方图对这些黑白像素值的统计;利用Opencv中的calcHist()绘制直方图 Return:dstImage计算出来的直方图(VS2010 opencv histogram)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:11264
    • 提供者:153嘉
搜珍网 www.dssz.com