登录
首页 » Visual C++ » grayshow

grayshow

于 2014-12-25 发布 文件大小:2184KB
0 344
下载积分: 1 下载次数: 5

代码说明:

  显示图像灰度,可以鼠标点击显示的起始位置及设置显示区域的大小(show the gray of picture ,can click the position and set the scales)

文件列表:

图像灰度数据显示
................\Debug
................\.....\MainFrm.obj,20295,2012-10-19
................\.....\RangeInputDlg.obj,10819,2012-10-22
................\.....\StdAfx.obj,109691,2012-10-19
................\.....\tyfImage.exe,122977,2012-10-25
................\.....\tyfImage.ilk,395524,2012-10-25
................\.....\tyfImage.obj,23429,2012-10-20
................\.....\tyfImage.pch,6263860,2012-10-19
................\.....\tyfImage.pdb,500736,2012-10-25
................\.....\tyfImage.res,7588,2012-10-24
................\.....\tyfImageDoc.obj,15194,2012-10-19
................\.....\tyfImageView.obj,35071,2012-10-25
................\.....\vc60.idb,254976,2012-10-25
................\.....\vc60.pdb,405504,2012-10-25
................\MainFrm.cpp,2509,2012-10-19
................\MainFrm.h,1581,2012-10-19
................\RangeInputDlg.cpp,1017,2012-10-22
................\RangeInputDlg.h,1260,2012-10-22
................\ReadMe.txt,4359,2012-10-19
................\res


................\...\tyfImage.rc2,400,2012-10-19

................\resource.h,733,2012-10-24
................\StdAfx.cpp,210,2012-10-19
................\StdAfx.h,1114,2012-10-19
................\tyfImage.aps,44812,2012-10-24
................\tyfImage.clw,2782,2012-10-25
................\tyfImage.cpp,4245,2012-10-19
................\tyfImage.dsp,4790,2012-10-22
................\tyfImage.dsw,541,2012-10-19
................\tyfImage.h,1378,2012-10-19
................\tyfImage.ncb,82944,2012-10-25
................\tyfImage.opt,51712,2012-10-25
................\tyfImage.plg,250,2012-10-25
................\tyfImage.rc,12305,2012-10-24
................\tyfImageDoc.cpp,1782,2012-10-19
................\tyfImageDoc.h,1497,2012-10-19
................\tyfImageView.cpp,5917,2012-10-25
................\tyfImageView.h,2061,2012-10-23

................\说明文档.txt,179,2012-10-25

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

发表评论

0 个回复

  • SuperResolution
    这是一个关于图像处理的程序,能够将像素比较低的图像变成分辨率高的图像.(This is a matter of image processing procedures, can be relatively low-pixel high resolution image into the image.)
    2009-04-11 11:53:05下载
    积分:1
  • yixue
    医学图像处理方面的一些基础算法,VC环境下编译的一个非常好的程序框架(Medical image processing, some of the basic algorithm, VC compiled under the framework of a very good program)
    2010-07-08 15:56:34下载
    积分:1
  • Cohen-SutherlandLiang-Barsky
    基于VC环境下的直线裁剪算法Cohen-Sutherland算法和Liang-Barsky算法的实现(Based on the realization of linear cutting algorithm VC environment under the Cohen-Sutherland algorithm and Liang-Barsky algorithm)
    2012-10-24 18:58:06下载
    积分:1
  • OPENCVIMAGEPROCESS
    OPENCV图像处理模板,有界面编程的,以后运用opencv直接在里面填写代码就可以了(OPENCV image processing template, with interface programming, and after using opencv code directly on the inside can be a complete)
    2010-05-10 16:52:17下载
    积分:1
  • LFMCW
    不同信噪比下周期FRFT和FRFT两种方法对LFMCW信号的检测能力对比(FRFT different SNR period and the comparison of the two methods FRFT LFMCW signal detection capability)
    2015-09-07 19:19:53下载
    积分:1
  • katsevich
    螺旋轨迹重建的一种实现方法,是解析算法的典型案例(An implementation method of spiral trajectory reconstruction is an analytical algorithm)
    2021-04-20 17:28:50下载
    积分:1
  • black-and-white
    图片黑白化,使彩色图片实现黑白化功能,还能还原色彩(Black and white pictures )
    2011-06-04 09:20:25下载
    积分:1
  • m11
    混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal components analysis, PCA) 方法来刻画椭球体背景模型, 提出了一种基于主成分分析的Codebook 背景建模算法. 实验表明, 本文算法不仅能够更准确地描述背景像素值在RGB 空间中的分布特征, 而且具有良好的鲁棒性.(The background modeling algorithm of mixture of Gaussian (MOG) and codebook is widely used in moving object detection of surveillance video. However, the ball model of MOG usually assumes that the three components of RGB are independent, while the cylinder model of codebook assumes that the value of background pixel is distributed uniformly within the cylinder and the changing direction of brightness points to the origin of the coordinate system. These assumptions reduce the descriptive capability for background modeling. Therefore, the paper proposes an ellipsoid- based background model, which overcomes the MOG and codebook0s limitations. By using principal component analysis to depict the ellipsoid background model, a novel PCA-based codebook background modeling algorithm is proposed. Experiments show that this algorithm can not only give more accurate description of the distribution of background pixels but also have a better robustness.)
    2014-04-15 11:11:55下载
    积分:1
  • strongpicture
    说明:  模式识别与图像处理,图像的边缘处理,增强(Pattern recognition and image processing, image edge processing, to enhance)
    2008-11-23 15:33:39下载
    积分:1
  • StegoTool
    LSB替换隐写软件,该软件能把ASCII码嵌入到图像中,其载体图像是24位的BMP格式图像(LSB Steganography tool which provides hide ASCII infomation within 24-bit Bitmap images)
    2020-11-05 11:19:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载