以下这些实验中的代码全部是我自己编写调试通过的,到此,最后进行一下汇总。

数字图像处理实验(1):PROJECT 02-01, Image Printing Program Based on Halftoning (基于半色调技术的图像打印技术

链接:http://blog.csdn.net/hongbin_xu/article/details/70340458

数字图像处理实验(2):PROJECT 02-02, Reducing the Number of Gray Levels in an Image(减小图像的灰度级

链接:http://blog.csdn.net/hongbin_xu/article/details/70344579

数字图像处理实验(3):PROJECT 02-03, Zooming and Shrinking Images by Pixel Replication(通过像素复制缩放图片

链接:http://blog.csdn.net/hongbin_xu/article/details/70344600

数字图像处理实验(4):PROJECT 02-04 [Multiple Uses],Zooming and Shrinking Images by Bilinear Interpolation(通过双线性内插法缩放图片

链接:http://blog.csdn.net/hongbin_xu/article/details/70460542

数字图像处理实验(5):Proj03-01 ~ Proj03-06(这里有6个实验

链接:http://blog.csdn.net/hongbin_xu/article/details/70994340

数字图像处理实验(5):PROJECT 04-01 [Multiple Uses],Two-Dimensional Fast Fourier Transform(二维快速傅里叶变换

链接:http://blog.csdn.net/hongbin_xu/article/details/71366094

数字图像处理实验(6):PROJECT 04-02,Fourier Spectrum and Average Value(傅立叶频谱和平均值

链接:http://blog.csdn.net/hongbin_xu/article/details/71375543

数字图像处理实验(7):PROJECT 04-03 , Lowpass Filtering(低通滤波

链接:http://blog.csdn.net/hongbin_xu/article/details/72722264

数字图像处理实验(8):PROJECT 04-04,Highpass Filtering Using a Lowpass Image(使用低通图像进行高通滤波

链接:http://blog.csdn.net/hongbin_xu/article/details/72722475

数字图像处理实验(9):PROJECT 04-05,Correlation in the Frequency Domain(频域的相关性

链接:http://blog.csdn.net/hongbin_xu/article/details/72722842

数字图像处理实验(10):PROJECT 05-01 [Multiple Uses],Noise Generators(噪音发生器

链接:http://blog.csdn.net/hongbin_xu/article/details/72775845

数字图像处理实验(11):PROJECT 05-02,Noise Reduction Using a Median Filter(使用中值滤波器减少噪声

链接:http://blog.csdn.net/hongbin_xu/article/details/72775908

数字图像处理实验(12):PROJECT 05-03,Periodic Noise Reduction Using a Notch Filter(使用陷波滤波器减少周期噪声

链接:http://blog.csdn.net/hongbin_xu/article/details/72779188

数字图像处理实验(13):PROJECT 05-04,Parametric Wiener Filter(参数维纳滤波器

链接:http://blog.csdn.net/hongbin_xu/article/details/72779509

数字图像处理实验(14):PROJECT 06-01,Web-Safe Colors(网页安全色

链接:http://blog.csdn.net/hongbin_xu/article/details/72784278

数字图像处理实验(15):PROJECT 06-02,Pseudo-Color Image Processing(伪彩色图像处理

链接:http://blog.csdn.net/hongbin_xu/article/details/72784321

数字图像处理实验(16):PROJECT 06-03,Color Image Enhancement by Histogram Processing(通过直方图处理的彩色图像增强

链接:http://blog.csdn.net/hongbin_xu/article/details/72784377

数字图像处理实验(17):PROJECT 06-04,Color Image Segmentation(彩色图像分割

链接:http://blog.csdn.net/hongbin_xu/article/details/72784421

数字图像处理实验(总计23个)汇总 标签: 图像处理MATLAB 2017-05-31 10:30 175人阅读 评论(0)的更多相关文章

  1. 积分图像 分类: 图像处理 Matlab 2015-06-06 10:30 149人阅读 评论(0) 收藏

    积分图像(integral image)是一种快速计算矩形区域之和的数据结构,常利用它对算法进行加速.积分图像中处的值是原始灰度图像的左上角与当前点所围成的矩形区域内所有像素点的灰度值之和,即: 其中 ...

  2. 查找练习 hash——出现过的数字 分类: 查找 2015-06-18 17:30 7人阅读 评论(0) 收藏

    查找练习 hash--出现过的数字 *Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 有一个数据字典,里面存有n个数字(n<=10 ...

  3. 你所不知道的C和C++运行库 标签: vc 2017-05-26 10:33 41人阅读 评论(0) 收藏

    在使用vs2013调用vc2005编译出的dll时出现错误,遂将源程序用vs2013编译出dll,再用vs2013调用错误消失,不解.寻找原因时有人说"VC库版本不一样",故查找C ...

  4. HDU2680 Choose the best route 最短路 分类: ACM 2015-03-18 23:30 37人阅读 评论(0) 收藏

    Choose the best route Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Ot ...

  5. Codeforces807 B. T-Shirt Hunt 2017-05-08 23:23 175人阅读 评论(0) 收藏

    B. T-Shirt Hunt time limit per test 2 seconds memory limit per test 256 megabytes input standard inp ...

  6. Hdu1051 Wooden Sticks 2017-03-11 23:30 62人阅读 评论(0) 收藏

    Wooden Sticks Problem Description There is a pile of n wooden sticks. The length and weight of each ...

  7. js笔记 标签: javascript 2016-08-01 13:30 75人阅读 评论(0) 收藏

    typeof可以用来检测给定变量的数据类型,typeof是一个操作符而不是函数,所以圆括号可以省略. Undefined类型只有一个值,即特殊的undefined.在使用var声明变量但未对其加以初始 ...

  8. Linux命令 标签: linux 2016-08-01 10:26 508人阅读 评论(0) 收藏

    Linux常用命令 文件.目录的基本操作 ls - 查看文件 cp - 拷贝文件 mv - 移动或重命名文件 rm - 删除文件 touch - 创建空文件或更新文件时间 cd - 改变当前路径 pw ...

  9. 杭电acm刷题(3):1062,Text Reverse 标签: 杭电acm 2017-05-15 08:26 126人阅读 评论(0)

    Problem Description Ignatius likes to write words in reverse way. Given a single line of text which ...

随机推荐

  1. Python nltk English Detection

    http://blog.alejandronolla.com/2013/05/15/detecting-text-language-with-python-and-nltk/ >>> ...

  2. GOF23设计模式之策略模式(strategy)

    一.策略模式概述 策略模式对应于解决某一个问题的一个算法族,允许用户从该算法族中任选一种算法解决一个问题,同时可以方便的更换算法或者增加新的算法.并且由客户端决定调用哪个算法. 策略模式的本质: 分离 ...

  3. java代码-------多线程实例

    总结:我真的发现输出数字,没觉得线程有什么特别的,不过在项目中用的很多,无论是游戏,还是其他 可以控制物体移动的速度 package com.a.b; class MyThread extends T ...

  4. 导入和导出eclipse代码格式化模板

    导入和导出eclipse代码格式化模板 导出格式化代码模板:

  5. canvas之画一个三角形

    <canvas id="canvas" width="500" height="500" style="background ...

  6. 导入城市文件数据(csv)格式demo

    页面: js: 后台:

  7. python 之 itertools模块

    官方:https://yiyibooks.cn/xx/python_352/library/itertools.html 参考: https://blog.csdn.net/neweastsun/ar ...

  8. histroy.back和histroy.go的区别

    histroy.back(-1):直接返回当前页的上一页,数据全部消失,是个新的页面: histroy.go(-1):直接返回当前页的上一页,不过表单里的数据全部还在: histroy.back(0) ...

  9. DataMatrix二维条码源码分析检测识别图像位置

    发布时间:2014-10-31 DataMatrix的代码结构和QR码基本相同: 其中Detector的功能还是从原始图像中找出符号码的部分,并且进行透视转换纠正扭曲. 其解码流程与QR码差不多,关键 ...

  10. vertex shader(2)

    一次只有一个vertex shader是活跃的.你可以有多个vertex shader,如果一个物体特殊的变换或者灯光,你可以选择合适的vertex shader来完成这个任务. 你可能想使用vert ...