登录
首页 » Visual C++ » add_noise_to_image

add_noise_to_image

于 2010-07-08 发布 文件大小:1049KB
0 335
下载积分: 1 下载次数: 508

代码说明:

  为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)(Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV))

文件列表:

1-An example on opencv under MFC(为图像添加各种噪声)
......................................................\Addnoise.aps,32804,2010-04-28
......................................................\Addnoise.clw,4887,2010-04-28
......................................................\Addnoise.cpp,4575,2008-08-25
......................................................\Addnoise.dsp,5282,2010-04-28
......................................................\Addnoise.dsw,539,2008-08-25
......................................................\Addnoise.h,1378,2008-08-25
......................................................\Addnoise.ncb,508928,2010-04-28
......................................................\Addnoise.opt,50688,2010-04-28
......................................................\Addnoise.plg,864,2010-04-28
......................................................\Addnoise.rc,15452,2008-09-22
......................................................\AddnoiseDOC.cpp,2384,2009-02-04
......................................................\AddnoiseDOC.h,1684,2008-08-25
......................................................\AddnoiseView.cpp,26474,2009-02-16
......................................................\AddnoiseView.h,2469,2008-09-22
......................................................\Calibratedlg.cpp,2233,2008-08-25
......................................................\Calibratedlg.h,1324,2008-08-25
......................................................\ChildFrm.cpp,1535,2008-08-25
......................................................\ChildFrm.h,1397,2008-08-25
......................................................\cv.h,55272,2008-08-25
......................................................\cv.hpp,16143,2006-09-06
......................................................\cv.lib,80482,2006-10-18
......................................................\cvcompat.h,41738,2008-08-25
......................................................\cvtypes.h,12868,2008-08-25
......................................................\cvver.h,2425,2008-08-25
......................................................\cxcore.h,74979,2008-08-25
......................................................\cxcore.hpp,12681,2006-10-06
......................................................\cxcore.lib,81678,2006-10-18
......................................................\cxerror.h,8881,2008-08-25
......................................................\cxtypes.h,53467,2008-08-25
......................................................\Debug
......................................................\.....\Addnoise.exe,147582,2010-04-28
......................................................\.....\Addnoise.obj,26473,2010-04-28
......................................................\.....\Addnoise.pdb,418816,2010-04-28
......................................................\.....\Addnoise.res,8732,2010-04-02
......................................................\.....\Addnoise.sbr,118470,2010-04-28
......................................................\.....\AddnoiseDoc.obj,20715,2010-04-28
......................................................\.....\AddnoiseDoc.sbr,113491,2010-04-28
......................................................\.....\AddnoiseView.obj,82066,2010-04-28
......................................................\.....\AddnoiseView.sbr,152311,2010-04-28
......................................................\.....\Calibratedlg.obj,22910,2010-04-28
......................................................\.....\Calibratedlg.sbr,4332,2010-04-28
......................................................\.....\ChildFrm.obj,17286,2010-04-28
......................................................\.....\ChildFrm.sbr,3821,2010-04-28
......................................................\.....\DLG1.obj,11148,2010-04-28
......................................................\.....\DLG1.sbr,2936,2010-04-28
......................................................\.....\DLG3.obj,11176,2010-04-28
......................................................\.....\DLG3.sbr,2934,2010-04-28
......................................................\.....\MainFrm.obj,20051,2010-04-28
......................................................\.....\MainFrm.sbr,4265,2010-04-28
......................................................\.....\StdAfx.obj,106619,2010-04-28
......................................................\.....\StdAfx.sbr,1375165,2010-04-28
......................................................\.....\vc60.pdb,405504,2010-04-28
......................................................\DLG.cpp,874,2008-08-25
......................................................\DLG.h,1146,2008-08-25
......................................................\DLG1.cpp,885,2008-08-25
......................................................\DLG1.h,1156,2008-08-25
......................................................\DLG2.cpp,953,2008-08-31
......................................................\DLG2.h,1193,2008-08-31
......................................................\DLG3.cpp,884,2008-08-31
......................................................\DLG3.h,1155,2008-08-31
......................................................\DlgonAngle.cpp,953,2008-08-31
......................................................\DlgonAngle.h,1214,2008-08-31
......................................................\highgui.h,16260,2008-08-25
......................................................\highgui.lib,32858,2006-10-18
......................................................\hlp
......................................................\IDC_DATA.cpp,934,2008-08-25
......................................................\IDC_DATA.h,1196,2008-08-25
......................................................\MainFrm.cpp,2525,2008-08-25
......................................................\MainFrm.h,1542,2008-08-25
......................................................\MatchPosition.cpp,1043,2008-08-25
......................................................\MatchPosition.h,1263,2008-08-25
......................................................\Perlin.c,2308,2008-08-25
......................................................\Perlin.h,2303,2008-08-25
......................................................\ReadMe.txt,4820,2008-08-25
......................................................\res

......................................................\...\Addnoise.rc2,400,2008-08-25


......................................................\resource.h,2367,2008-09-22
......................................................\StdAfx.cpp,210,2008-08-25
......................................................\StdAfx.h,1054,2008-08-25

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

发表评论

0 个回复

  • lab2
    This program draws an image from a bmp file
    2014-05-26 21:59:34下载
    积分:1
  • goodcode2
    vc++图像处理原程序:图片亮度增减源代码(vc original image processing procedures : Photo brightness change source code)
    2007-04-25 20:30:19下载
    积分:1
  • applepeo
    苹果在线检测系统,实时性比较好,可用性更好,很好很好(Apple' s online testing system, real-time is better)
    2009-02-19 15:42:10下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • keypointDetection
    点云关键点搜索,根据曲率极值法搜索关键点(PCL:keypoint detection, used for registration and segmentation)
    2017-12-28 14:02:11下载
    积分:1
  • wavelet-wavelep-filter
    本程序实现小波和小波包滤波,,对高频部分进行处理对一维信号进行处理,得到重构去噪后的信号,代码调试通过(This procedure realize wavelet and wavelet packet filtering, and the high frequency part of the process of one dimensional signal processing, reconstruction after denoising signal, code debugging through)
    2016-01-20 13:52:07下载
    积分:1
  • vc_captrue
    VC摄像图捕捉程序,简单实用,对初学者有帮助(VC camera Figure capture, simple and practical for beginners)
    2011-06-28 16:27:16下载
    积分:1
  • pinghua
    实现对图像平滑模糊,有简单平滑、高斯模糊和中值滤波三种可选,基于OPenCV类库实现,代码可直接运行(Achieve a smooth blur the image, a simple smooth, Gaussian blur and median filtering three options, OPenCV-based library, the code can be run directly)
    2014-06-13 16:45:36下载
    积分:1
  • cvpr01_zollei1109
    医学图像配准,医学图像2D_3D配准,基于vc++开发。(The registration of pre-operative volumetric datasets to intra-operative two-dimensional images provides an im- provedway of verifying patient positionandmedical instru- ment location. In applications from orthopedics to neuro- surgery, it has a great value in maintaining up-to-date in- formation about changes due to intervention. We propose a mutual information-based registration algorithm which es- tablishes the proper alignment via a stochastic gradient as- centstrategy. Ourmaincontributionliesinestimatingprob- ability density measures of image intensities with a sparse histogrammingmethodwhichcouldlead to potentialspeed- up over existing registration procedures and deriving the gradient estimates required by the maximization procedure. Experimental results are presented on fluoroscopy and CT datasets of a real skull, and on a CT-derived dataset of a real skull, a plastic skull and a plastic lumbar spine seg- ment.)
    2014-09-09 16:29:28下载
    积分:1
  • yudp
    运动目标检测与跟踪,包括目标定位,匹配与跟踪!(moving target detection and tracking, including Target, matching and tracking!)
    2020-06-26 05:20:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载