登录
首页 » Special Effects » 数字图象处理,包括几何变换、频域下的图象处理、形态处理、图象分割等内容...

数字图象处理,包括几何变换、频域下的图象处理、形态处理、图象分割等内容...

于 2022-05-17 发布 文件大小:1.12 MB
0 58
下载积分: 2 下载次数: 1

代码说明:

数字图象处理,包括几何变换、频域下的图象处理、形态处理、图象分割等内容-Digital image processing, including geometric transformations, frequency domain of image processing, form processing, image segmentation, etc.

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

发表评论

0 个回复

  • 使用DELPHI 编写的实现三角形 以及可以推广到多边形窗体 自己参考源码 进行修改...
    使用DELPHI 编写的实现三角形 以及可以推广到多边形窗体 自己参考源码 进行修改-prepared to use Delphi as well as the realization of triangular polygons can be promoted to Form reference to source code changes
    2023-01-09 01:00:04下载
    积分:1
  • Otsu algorithm can be said to be adaptive to calculate the single threshold (for...
    OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algorithm for the importation of gray image histogram analysis of histogram is divided into two parts. makes two of the distance between the largest. Demarcation point out the threshold.
    2022-07-11 20:47:54下载
    积分:1
  • 比较五种窗函数特性matlab程序:得到矩形窗、海明窗、三角窗、汉宁窗和布莱克曼窗图形。从仿真结果可知:矩形窗设计的过渡带最窄,但阻带最小衰减也最差。布莱克曼窗...
    比较五种窗函数特性matlab程序:得到矩形窗、海明窗、三角窗、汉宁窗和布莱克曼窗图形。从仿真结果可知:矩形窗设计的过渡带最窄,但阻带最小衰减也最差。布莱克曼窗设计的阻带最小衰减最好,但过渡带最宽。-Comparison of characteristics of five kinds of window function matlab program: to be a rectangular window, Hamming window, triangular window, Hanning window and Blackman window graphics. From the simulation results we can see: the rectangular window designed for narrow transition zone, but the minimum stop-band attenuation is also the worst. Blackman window design of the stop-band minimum attenuation is best, but the transitional zone widest.
    2022-08-20 19:26:42下载
    积分:1
  • Hough变换处理的源代码,希望大家能用一点点,但…
    一个处理hough变换的源码,希望大家能有点用,不过是一个matlab的源码,一会再传一个C的-Hough transform a deal with source code, hope that we can use a little bit, but is a matlab source code, one would send a C of
    2022-04-23 04:10:38下载
    积分:1
  • 基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。...
    基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。-Kmeans-based image segmentation algorithm, first of all get the image, and then determine the classification, and calculate the various categories mean, and thus obtain the classification of each pixel.
    2022-08-25 15:32:37下载
    积分:1
  • 纹理和纹理映射的PPT,包括两
    纹理及纹理映射ppt,包括二维纹理,三维纹理,几何纹理相关知识。-Texture and texture mapping ppt, including the two-dimensional texture, three-dimensional texture, geometric texture relevant knowledge.
    2022-03-11 17:56:46下载
    积分:1
  • Canny operator classification, to achieve image segmentation. Code has been opti...
    Canny算子分类,实现对图像进行分割。代码进行过优化,有较高的实时性。-Canny operator classification, to achieve image segmentation. Code has been optimized, a higher real-time.
    2022-11-01 00:30:03下载
    积分:1
  • 关于字母数字识别的图像数字处理,有特征提取等,是c++程序
    关于字母数字识别的图像数字处理,有特征提取等,是c++程序-Alphanumeric identification on digital image processing, feature extraction, etc. have is c++ Procedures
    2023-03-15 20:15:03下载
    积分:1
  • 活动轮廓模型(蛇模型)的风险投资+源码,可以编译和运行
    活动轮廓模型(snake模型)的VC++源码,可以编译并且运行-Active contour model (snake model) VC++ Source, you can compile and run
    2022-03-17 22:18:17下载
    积分:1
  • A variety of image edge detection and segmentation is the deal with M files code...
    多种图像边缘检测与分割处理 是M文件 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-A variety of image edge detection and segmentation is the deal with M files 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 thresholding image segmentation 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-01-25 16:07:57下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载