登录
首页 » Visual C++ » add_noise_to_image

add_noise_to_image

于 2010-07-08 发布 文件大小:1049KB
0 307
下载积分: 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 个回复

  • CT-tracking
    一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
    2014-01-10 11:45:54下载
    积分:1
  • KMeansBMPSeg
    模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序(One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clustering procedure)
    2010-05-22 13:33:13下载
    积分:1
  • SIFT
    提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
    2020-12-10 10:49:21下载
    积分:1
  • CAGD_NURBS
    施法中新版《计算几何与计算机图形学》,书中所带光盘,包含书中源码和其团队开发的软件,能够实现曲线曲面拟合和编辑(The new cast of Computational Geometry and Computer Graphics , the book brought the disc that contains the source code in the book and his team developed software enables curve and surface fitting and edit)
    2016-02-15 09:40:33下载
    积分:1
  • live-wire_contour_version_matlab
    自己写的matlab版的live-wire算法,效率有点低,不过可用(Written in Matlab version, the live-wire algorithm, a bit low, but available)
    2012-04-24 09:10:27下载
    积分:1
  • Seg_soble
    sobel segmentation, this algorithme has a great effect for segmenting
    2015-01-25 18:02:39下载
    积分:1
  • KKT3Dzipr
    克里金插值的3D算法,forrtran源代码。 可直接使用。 (Kriging 3D algorithm, forrtran the source code. Can be used directly.)
    2012-07-25 23:03:41下载
    积分:1
  • DIP_vc
    用c语言编写的数字图像处理程序,图像读取,图像增强,图像复原,傅里叶变换,离散余弦变换都有(With the c language digital image processing, image scanning, image enhancement, image restoration, Fourier transform, discrete cosine transform has)
    2013-11-30 20:23:27下载
    积分:1
  • ZhengNan5
    图像的逆滤波 维纳滤波 同时可以对图像进行模糊处理比如运动模糊 卷积模糊(Using C++ to complete images of conversion, processing and compression process, is to learn good reference digital image processing program!)
    2011-05-14 20:02:47下载
    积分:1
  • files
    数字图像隐藏及提取研究分析论文、文献等。主要研究算法为LSB算法和DCT奇偶量化、DCT均值量化。(Digital Image Information Hiding and Extraction of analytical papers, literature. The main algorithm for the LSB algorithm and DCT parity quantization, DCT mean quantization.)
    2012-04-27 14:06:39下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载