登录
首页 » 图形图像 » 码P0301:数字图像矩阵数据的显示和傅里叶变换p0302:两

码P0301:数字图像矩阵数据的显示和傅里叶变换p0302:两

于 2022-02-12 发布 文件大小:654.40 kB
0 199
下载积分: 2 下载次数: 1

代码说明:

程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sha

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

发表评论

0 个回复

  • 2DPCA用于人脸、步态等识别,可先按照行列比例将不规整归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。...
    2DPCA用于人脸、步态等图像识别,可先按照行列比例将不规整图像归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。-2DPCA human face, gait, such as image recognition, in accordance with the ranks of the ratio can not structured to deal with the normalized image, and then training, and recognition, all Chinese notes and tips for learning and reference.
    2022-01-24 16:19:43下载
    积分:1
  • VC6.0
    VC6.0-This is a simple drawing program, VC6.0
    2022-02-15 09:07:19下载
    积分:1
  • 嵌入式下使用C++编写的mp3播放器
    自己写的mp3播放器,可以通过交叉编译下载到开发板中,然后加入相应的音频文件,然后就可以播放了。整个界面很美观,而且操作也很方便。这个可以作为自己的一个小项目来操作,相应大家可以得到很大的收获。整个源代码内容很详细,里面有详细注解,相信大家看了会有很大的收获。
    2022-07-06 14:49:18下载
    积分:1
  • CT基本算法
    简单的演示了CT的基本算法和实现,有图示和源码,标准的C++代码,可用于学习CT的基本知识。
    2023-01-26 23:45:03下载
    积分:1
  • OpenGL扩展包的下载及安装
    压缩包中有OpenGL的各种扩展:GLee,GLew,GLext。特别为GLee添加了一个测试文件,如果能编译并运行成功,那就可以使用OpenGL1.2或以上的函数 GLee (GL Easy Extension library) is a free cross-platform extension loading library for OpenGL. It provides seamless support for OpenGL functions up to version 3.0 and 399 extensions.
    2022-08-05 12:15:20下载
    积分:1
  • C++函数explodechannels节省3通道为3个分离的
    C++ function explodeChannels save 3 channel OpenCV image into 3 separated images in gray-scale where everyone represents one channel in scale-space. Application using this function may be used to analyse color image in different scale-spaces by viewing separated channels
    2023-06-29 20:50:02下载
    积分:1
  • 可绘制bizier curve, 无控制点数量限制,可用鼠标右键改变控制点位置,从而改变bizier curve的表现.双击鼠标左键可结束绘制.同时也可通过右侧...
    可绘制bizier curve, 无控制点数量限制,可用鼠标右键改变控制点位置,从而改变bizier curve的表现.双击鼠标左键可结束绘制.同时也可通过右侧指令修改或结束图像绘制.-to draw bizier curve, no limit of the number of the control points. and you can also change the position of the control points by using the right button of the mouse to change the behaver of the curve.double click the left button of the mouse to stop drawing. the program also support you to controll the drawing progress by the button left.
    2022-01-25 14:35:46下载
    积分:1
  • 实现四个功能:一、素1. 定义屏幕坐标2. 在屏幕中心作下列素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述素画线二、3....
    实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度-realization of the four functions : 1, maps and map-1. Two definition screen coordinates. In the center of the screen-map for the following : Point# 8226; ; small chunks; large chunks; dots. The above map-line drawing two, three. DDA law with painting segment; 4. With DDA Act Circle. 3, as shown in the figure known polyhedron, its edge longer being equal. Requirements 1. Walking France (a comparison) prepared AB segment generated procedures; 2. Usage prepared blanking line method; 3. To prepare for polyhedron around its central axis rotation 30o, 45o, 60o procedures 4. The three on the basis of automatic drawing the edge, the Liberal arbitrary rotation angle
    2022-06-12 18:21:01下载
    积分:1
  • 读取PHOTOSHOP的JPEG的缩略
    读取PHOTOSHOP的JPEG的缩略图-read PHOTOSHOP thumbnail of the JPEG
    2022-04-12 22:46:00下载
    积分:1
  • 三维学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。...
    三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
    2023-07-06 12:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载