登录
首页 » 图像处理 » 直方图增强函数源文件

直方图增强函数源文件

于 2022-03-07 发布 文件大小:1.35 MB
0 202
下载积分: 2 下载次数: 1

代码说明:

 LPBYTE lpSrc;   // 指向原图像的指针   long i,j;   //循环变量   int gray[256]; // 灰度计数  BYTE pixel; //像素值  LPBYTE lpDIBBits=m_pDib->GetData();//找到原图像的起始位置  LONG lWidth=m_pDib->GetWidth();    //获得原图像的宽度  LONG lHeight=m_pDib->GetHeight();  //获得原图像的高度  // 灰度计数变量初始化  memset(gray,0,sizeof(gray));  //逐个扫面图像中的像素点,进行灰度计数统计  for(j = 0; j

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 快速非局部均值
    Buades A,莫雷尔ĴM.非本地算法的图像去噪[A]:基于快速非局部均值图像去噪算法。在:IEEE计算机协会会议上的电脑。视觉与模式识别[C]。圣地亚哥,CA,USA,2005:60〜65。用于非局部均值对称的重量分别为每对像素计算出仅一次。
    2022-02-06 09:13:18下载
    积分:1
  • 用opencv播放avi视频
    这个项目是用opencv写程序读取avi视频文件。欢迎大家下载、试用。谢谢大家的支持!
    2022-02-26 05:52:38下载
    积分:1
  • 通过约束 p 范数最小化的重建
    此代码是 reconsponding 的论文写的就是卡通形象重建通过 p 的约束极小化西蒙哈威。与代码相比他自己,我的代码就很容易学会。虽然这段代码只使用两规,结果优于国家 — — 的艺术方法。
    2022-02-28 12:57:05下载
    积分:1
  • 虹膜识别代码
    虹膜识别的完整程序,有图片,有说明,可以用。
    2022-05-31 00:01:23下载
    积分:1
  • OPENCV中文版及源码
    学习opencv最好的中文版书籍及配套源码,让你学习能够事半功倍。
    2022-04-19 00:18:47下载
    积分:1
  • Efficient Salient Region Detection with Soft Image Abstraction
    资源描述Detecting visually salient regions in images is one of the fundamental problems in computer vision. We propose anovel method to decompose an image into large scale perceptually homogeneous elements for efficient salient region detection, using a soft image abstraction representation. By considering both appearance similarity and spatial distribution of image pixels, the proposed representation abstracts out unnecessary image details, allowing the assignment of comparable saliency values across similar regions,and producing perceptually accurate salient region detection. We evaluate our salient region detection approach on the largest publicly available dataset with pixel accurate annotations. The experimental results show that the proposed method outperforms 18 alternate methods, reducing the mean absolute error by 25.2% compared to the previous best result, while being computationally more efficient.
    2022-03-24 19:39:44下载
    积分:1
  • 基于OpenGL和Delphi的3D三连棋
    基于OpenGL和Delphi的3D三连棋,  这是本人学习OpenGl的第一个程序,多多指教。这是一个有趣的益智游戏,你的目标就是将同一条直线上的三个棋子连上。有电脑同你较量呦。游戏中按方向键可以调节视角,以便最佳地观察场景。这个游戏是公开源码的,你可以自由传播这份源码。
    2022-05-17 19:31:24下载
    积分:1
  • 均衡化
    应用MFC,基础的图像处理代码,有简易界面和主要代码的注释。适合初学者和C语言读程序薄弱人群。
    2022-01-26 05:02:17下载
    积分:1
  • 二值化
    应用背景这是加载一个BMP文件转换成一个矩阵的应用。我们做二值化与阈值并保存成BMP文件。这个应用程序使用在细化过程。这个应用程序的想法很简单,只是比较和阈值,将给予0或255的价值。关键技术该算法的思想是很简单的,只是比较的每一个值在一个阈值,结果将0或255的矩阵。二是白色或黑色,所以这种方法是用来使画面变成白色,黑色。
    2022-10-11 14:00:03下载
    积分:1
  • William T. Freeman大神经典的马尔科夫随机场超分辨影重建全部代码数据集论文和大神页面
        William T. Freeman大神经典的马尔科夫随机场超分辨影像重建全部代码,数据集,论文和大神页面。非常适合超分辨率初学者和相关研究的人员。很多代码下载了之后无法运行或者缺少文件,但是这个可直接运行,无需太多的调试。This is an implementation of the example-based super-resolution algorithm of [1]. Although the applications of MSFs have now extended beyond example-based super resolution and texture synthesis, it is still of great value to revisit this problem, especially to share the source code and examplar images with the research community. We hope that this software package can help to understand Markov random fields for low-level vision, and to create benchmark for super-resolution algorithms.When you refer to this code in your paper, please cite the following book chapter:W. T Freeman and C. Liu. Markov Random Fields for Super-resolution and Texture Synthesis. In A. Blake, P. Kohli, and C. Rother, eds., Advances in Markov Random Fields for Vision and Image Processing, Chapter 10. MIT Press, 2011. To appear.
    2022-03-29 03:58:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载