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

搜索资源列表

  1. edge-detection(4)

    0下载:
  2. 基于数学形态学的多原点位置结构元素的边缘检测,结构元素的原点位置分别是上,下,左,右,中。-Based on the location of the structural elements of multi-origin of the mathematical morphology edge detection, the origin location of the structural elements are, from left, right, middle.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:575
    • 提供者:黄海龙
  1. edge-detection(3)

    0下载:
  2. 基于数学形态学的多百分位的边缘检测,百分位分别为1/8,4/8,7/8.-Edge detection based on mathematical morphology percentile, percentiles were 1/8, 4/8, 7/8.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:536
    • 提供者:黄海龙
  1. Edge-Detection-Algorithm

    0下载:
  2. 基于数学形态学的边缘检测过程中,不同形状、不同尺度的结构元素在滤除噪声和保持边缘细节方面的作用是不同的。本文提出了一种基于多形状多尺度结构元素的自适应边缘检测算法,分别使用不同方向和大小的结构元素提取图像边缘,通过计算信息熵自适应确定权重系数,对多形状结构元素和多尺度结构元素检测的边缘做融合处理。实验结果表明,本文提出的算法与几种经典边缘检测算子相比,有效抑制了噪声的影响,提高了检测的精度,对各种不同图像具有很好的鲁棒性。-In the process of edge detection bas
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:275963
    • 提供者:黄海龙
  1. Signature-Identification-Method

    0下载:
  2. 针对离线签名鉴别可利用的信息少、鉴别难度大的问题,提出了一种基于数学形态学的签名真伪鉴别方法。该方法首先对采集的签名图像进行灰度化、二值化、滤波去噪、取反归一化等预处理,然后利用数学形态学的各种运算,结合不同大小和不同方向的结构元素提取签名中具有明显方向性特征的笔划,最后基于笔划的长短、粗细、间隔等信息对鉴别样本做出判别。实验结果表明,该方法能有效地提高鉴别的正确率,改善鉴别的实时性,对于应用新方法进行离线签名真伪鉴别是一次有益的尝试,具有一定的实用和推广价值。-It is much more
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:86345
    • 提供者:黄海龙
  1. adj_angle

    0下载:
  2. 此程序实现用Hough变换和数学形态学变换对二值车牌图像进行水平倾斜校正。-This program to achieve the level of the Hough transform and mathematical morphology transform binary plate image tilt correction.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5333
    • 提供者:阿书
  1. Wvcwatersheda

    0下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构 -Watershed segmentation method segmentation me
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66089
    • 提供者:认可
  1. MorphPicuure

    0下载:
  2. 用于数学形态学运算的,如开、闭运算等。用VC6.0实现的MFC程序。-For the operations of mathematical morphology, such as opening and closing operation. Achieved with VC6.0 MFC program.
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:85397
    • 提供者:崔汉锋
  1. ImageProcess

    0下载:
  2. 基于VC++的图像处理软件,包括各种预处理,还有数学形态学的处理,以及细化等功能。-Based on the VC++ image processing software, including the functions of the various pre-processing, mathematical morphology processing, as well as thinning.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6899853
    • 提供者:周秀国
  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. CPPimage-processing

    0下载:
  2. 很齐全的VC示例,根据书本例子编写。介绍了数学形态学中结构元素为4连通或8连通的3×3邻域时腐蚀、膨胀运算的快速算法。区域采用线段编码表示,腐蚀与膨胀运算在当前线段与其相邻的上下线段之间通过逻辑运算实现。 -In this paper, a fast algorithm of mathematical morphology erosion and dilation operation for 3×3 neighborhood structuring element with 4-connecti
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:7894291
    • 提供者:Cyy
  1. morphologic

    4下载:
  2. 自己用MATLAB编的一维信号数学形态学的腐蚀与膨胀运算以及开闭运算,可用于滤去信号中的尖锐脉冲信号,适合于用于振动信号的预处理-Own series of one-dimensional signal using MATLAB mathematical morphology, corrosion and expansion of operations, as well as the opening and closing operation can be used to filter the
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:1147
    • 提供者:罗荣
  1. m.file

    0下载:
  2. 语音增强算法,谱减法、小波变换以及数学形态学等的语音增强算法针对信噪比、语谱图、去噪情况,分析比较-Speech enhancement algorithm, spectral subtraction, wavelet transform and mathematical morphology speech enhancement algorithm for signal-to-noise ratio, the spectrogram denoising situation analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1112616
    • 提供者:刘淼
  1. vcPPerodeaexpand

    0下载:
  2. VC++图像处理应用数学形态学的腐蚀与膨胀算法-image processing erode & expand
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-05
    • 文件大小:1703001
    • 提供者:Gao
  1. 653561660MathMorph

    0下载:
  2. 数学形态学C++实现(膨胀、腐蚀、开启、闭合,以及利用形态学操作进行的边缘提取)-Mathematical Morphology C++ (expansion, corrosion, open, closed, and the use of morphological operations edge extraction)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:2261920
    • 提供者:zhanghuan
  1. d4ef13.ZIP

    0下载:
  2. 基于数学形态学的彩色图像边缘检测Based on mathematical morphology edge detection of color image-Based on mathematical morphology edge detection of color image
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:874096
    • 提供者:ff560
  1. 01939631xihua

    0下载:
  2. 图像细化处理,利用数学形态学方法对二值图像进行细化-Image processing refinement, refinement of the binary image using mathematical morphology
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1052
    • 提供者:yx
  1. pengzhang

    0下载:
  2. 是灰值数学形态学里的一种膨胀运算,用于滤波,可以削弱比较尖锐的波峰-A gray value of mathematical morphology dilation operation for filtering, can weaken relatively sharp peaks
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:800
    • 提供者:Finley
  1. erode_dilate

    0下载:
  2. matlab数学形态学处理里面,一维信号的膨胀腐蚀等没有现成的公式,编程为解决一维信号的处理问题。--inside matlab mathematical morphology, the expansion of one-dimensional signal no ready formula for corrosion, programming to address the problem of one-dimensional signal processing.
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:514
    • 提供者:夏远洋
  1. xtx

    0下载:
  2. 本代码是基于数学形态学的多尺度多结构算子的腐蚀与膨胀算法-This code is corrosion and expansion algorithm based on mathematical morphology of multi-scale multi-structure operator
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:522
    • 提供者:张博闻
  1. papercounting25

    0下载:
  2. 纸张计数MATLAB源码,采用数学形态学原理实现。要求纸张码放整齐。计数精度很高。-Paper count MATLAB source, using the principle of mathematical morphology to achieve. Paper neatly stacked. High counting accuracy.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:2262866
    • 提供者:王富治
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com