登录
首页 » Special Effects » 数字图像处理(matlab版)源码 数字图像处理(matlab版)源码

数字图像处理(matlab版)源码 数字图像处理(matlab版)源码

于 2022-03-14 发布 文件大小:368.36 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

数字图像处理(matlab版)源码 数字图像处理(matlab版)源码 -Digital Image Processing (matlab version) source of digital image processing (matlab version) source

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

发表评论

0 个回复

  • 快速角点检测算法,不计算倒数,因此速度比传统方法快!
    快速角点检测算法,不计算倒数,因此速度比传统方法快!-Fast corner detection algorithm, not counting the last, so the speed faster than traditional methods!
    2022-05-23 12:34:36下载
    积分:1
  • vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变...
    vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss and other methods of edge detection operator, median filtering, two-dimensional FFT transform and DCT transform, image reversal, rotating images, such as some basic templates and point transform transform function. Currently only deal with 256* 256 image
    2022-09-06 08:55:03下载
    积分:1
  • 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中...
    用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成: 主要类: memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。 Complex类:复数类,完成复数运算。 CBmpDemoView类:视类,完成显示。 CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。 Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
    2022-02-13 08:58:34下载
    积分:1
  • 程序代码使用Prewitt算子检测p0401 description:边缘p0402:D…
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-Procedure Code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line threshold Image segmentation method P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: morphological examples- from PCB image delete all current lines, retaining only the target chip
    2022-02-09 14:31:06下载
    积分:1
  • 用VTK与VC++混合编程实现对山地形等值线的绘制,内含人脑数据...
    用VTK与VC++混合编程实现对山地形等值线的绘制,内含人脑数据-with VTK and VC mixed programming the mountain terrain contour mapping, data containing the human brain
    2022-04-21 06:48:54下载
    积分:1
  • matlab_基于象素的图像配准程序,很好使用,精度也很高,要用的就下载吧!...
    matlab_基于象素的图像配准程序,很好使用,精度也很高,要用的就下载吧!-matlab_ pixel-based image registration procedures, a very good use, accuracy is also high on the download you want to use!
    2022-01-25 16:59:42下载
    积分:1
  • 用photoshop制作的电视条纹图的详细制作操作
    用photoshop制作的电视条纹图的详细制作操作-Using photoshop television production pattern detailed operation
    2022-04-09 19:58:08下载
    积分:1
  • MATLAB工具箱,《数字图像处理》冈萨雷斯版专用,网上不少人在找,这是我从国外网站下载的,贡献出来。...
    MATLAB工具箱,《数字图像处理》冈萨雷斯版专用,网上不少人在找,这是我从国外网站下载的,贡献出来。-MATLAB toolbox,
    2022-12-30 23:15:06下载
    积分:1
  • 模糊聚类工具箱,使用该工具箱可以对多提取的特征进行类型的判别...
    模糊聚类工具箱,使用该工具箱可以对多提取的特征进行类型的判别-Fuzzy Clustering Toolbox, the use of the toolbox can extract the characteristics of many types of discrimination
    2023-06-03 23:35:04下载
    积分:1
  • the image edge detection, Hough transform, contour extraction and contour tracki...
    有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm
    2022-03-09 22:03:58下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载