CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 形态学操作

搜索资源列表

  1. Imageenhance

    0下载:
  2. matlab下的图像处理代码,包括了ATLAB高级图像处理操作,如:图像的阈值分割、用Canny算子检测图像的边缘、形态学梯度检测二值图像的边缘-matlab image processing under the code, including the ATLAB advanced image processing operations, such as: threshold image segmentation with detection operator Canny edge image,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12816
    • 提供者:李峰
  1. VC_ImageProcessing

    0下载:
  2. 包含多个类和结构体,可进行图像锐化、图像中值滤波、图像平滑、直方图、图像频域变换、图像腐蚀、图像形态学、图像点变换等多种数字图像处理操作。-Contain multiple classes and structures can be for image sharpening, median filtering, image smoothing, histogram, image frequency domain transform, image corrosion, image morpholo
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:777318
    • 提供者:mxd
  1. VisualCPPImageProcessing

    0下载:
  2. 包含多个C++类,可进行图像放大、缩小、点变换、线性变换、Huffman压缩、图像平滑、轮廓提取,图像形态学的开、闭、膨胀、腐蚀操作,GIF图像文件处理等。-Multiple C++ class, the image can be enlarged, reduced, point transformation, linear transformation, Huffman compression, image smoothing, contour extraction, image morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:182681
    • 提供者:mxd
  1. DIPDemo

    0下载:
  2. 本程序对图像的点运算、几何变换、频域滤波、彩色图像处理、图像分割、形态学变换等进行操作的源代码。- This Program is that deal with image point operators,geometric transformation,frequency-domain filtering,Colour Image Processing,Image Segmentation and so on.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:314743
    • 提供者:fuqiang
  1. chepaishibie

    0下载:
  2. 基于matlab的语言的汽车牌照显示,其中内容主要是和数学形态学相关的操作。-Matlab language based on license plate display, which were mainly related to the operation and mathematical morphology.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2942
    • 提供者:汪涛
  1. Morphology

    0下载:
  2. 形态学的用途主要是获取物体拓扑和结构信息,它通过物体和结构元素相互作用的某些运算,得到物体更本质的形态。这个代码实现了腐蚀和膨胀操作-The main purpose is to obtain morphological object topology and structure information, it is through the interaction of objects and structural elements of certain operations to be mor
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3088631
    • 提供者:joseph
  1. image-operations-

    0下载:
  2. 3 图像基本处理操作(图像显示、读写、像素统计处理、图像文件I/O等) 4 图像质量的客观评价(峰值信噪比PSNR及其应用) 5 图像的代数运算(绝对值差函数imabsdiff,叠加函数imadd,图像的旋转imrotate) 6 视频处理(创建AVI视频) 7 图像增强(直方图、直方图均化、均值滤波、中值滤波) 8 图像形态学分析(膨胀、腐蚀、开、闭运算、轮廓提取) -3 basic image processing operations (image display,
  3. 所属分类:Special Effects

    • 发布日期:2015-07-18
    • 文件大小:4096
    • 提供者:李辛昭
  1. demo

    0下载:
  2. 本程序包括图像的几何变换、图像的灰度变换、图像的空域增强、图像的频域增强、图像的形态学处理、图像的分割和区域增长、还有图像的数字识别等一系列有关图像的基本操作和处理。-This procedure including the image geometric transform, the image gradation transformation, the image air zone strengthens, the image frequency range to strengthen, i
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4855595
    • 提供者:陈耀武
  1. locateMouth

    0下载:
  2. 运用形态学对二值图像不同部分进行标记不同的连通量,进而进行其他操作。-Using the morphology of binary images of different marking different even flux, and then, other operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:699
    • 提供者:shixiaoning
  1. biaojifenshuiling

    1下载:
  2. 标记分水岭算法,利用形态学开闭操作,标记局部最大值,修改梯度图像。用得到的二值图像进行分水岭操作,得到图像的边缘。 -watershed algorithms
  3. 所属分类:Special Effects

    • 发布日期:2016-04-30
    • 文件大小:3072
    • 提供者:黄浩
  1. xingtaixue

    0下载:
  2. 程序的功能是对载入的图像进行数学形态学处理,主要是腐蚀、膨胀、开操作和闭操作。-Function of the program is loaded morphological image processing, mainly erosion, dilation, open operation and close operation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:24256
    • 提供者:陈勇
  1. Image-Processing-with-CPP-MFC

    0下载:
  2. 这是一本书里光盘带的程序里面代码可完整运行主要是图像图形处理方面的内容用MFC编写,主要包括对图像的点运算、几何变换、图像增强、频域滤波、彩色图像处理、形态学变换、图像分割、特征提取、识别初步等但只能针对位图(.bmp)文件操作。可以运行无任何问题。-This is a book, CD-ROM with the complete procedures inside the code can run is the content of the image and graphics process
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:2643477
    • 提供者:张恒
  1. sam

    0下载:
  2. 在通常情况下,形态学图像处理以在图像中移动一个结构元素并进行一种类似于卷积操作的方式进行。像卷积核一样,结构元素可以具有任意的大小,也可以包含任意的0与1的组合。在每个象素位置,结构元素与在它下面的二值图像之间进行一种特定的逻辑运算。 -Under normal circumstances, the morphological image processing to a structure element is moved in the image, and a similar convo
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:3835432
    • 提供者:李斌
  1. DIPDemo

    0下载:
  2. 数字图像处理和监督分类基本操作。包括点运算、几何变换、图像增强、频域滤波、彩色图像处理,形态学变换、图像分割、特征提取、识别初步等。- The basic operation of digital image processing and supervised classification. Including point arithmetic, geometric transformation, image enhancement, frequency domain filtering, co
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:9081229
    • 提供者:潘燕红
  1. 07

    0下载:
  2. 对二值图像进行腐蚀膨胀,对灰度图像进行腐蚀膨胀,形态学处理,顶帽操作,水漫操作等数字图像处理基本操作等。-Value of two images corrosion expansion, on the gray image corrosion expansion, morphological processing, top hat, water operations such as digital image processing basic operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:4360114
    • 提供者:陈耀武
  1. MATLABshiyongyuandaima

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:115797
    • 提供者:廉小萍
  1. MATLABshiyongdaima1

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:12051
    • 提供者:廉小萍
  1. max-morphological

    0下载:
  2. max用于形态学的高级程序设计语言,用于形态学的基本元素的二值操作-max for the morphological level programming language, the basic elements for morphological binary operations
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:334430
    • 提供者:周薇
  1. 603527

    0下载:
  2. 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-24
    • 文件大小:1241852
    • 提供者:jiajia
  1. Morphological

    0下载:
  2. 形态学处理的几个基本操作,没有用库函数-morphological processing,without standard source function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:838
    • 提供者:黄帅
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com