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

搜索资源列表

  1. 数字图像处理alpha版

    6下载:
  2. 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3416061
    • 提供者:王晗
  1. DImage

    1下载:
  2. 这是对图像处理的程序,主要实现对256色及24位位图的处理(点运算,几何变换,图像增强,形态学变换,边缘检测,轮廓提取,轮廓跟踪,种子填充等).-This is the image processing procedures, the main achievement of 256 colors and 24 bitmap processing (point computation. geometric transform, image enhancement, morphological tr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:125008
    • 提供者:高仲富
  1. image_processing_synthesis

    0下载:
  2. 一个综合处理图像的源代码 内容包括图像的几何变换 正交变换 图像增强 形态学变换 边缘检测 图像分析 图像复原 图像编码 等-an integrated image of the source code includes images of the geometric transformation orthogonal transform image enhancement morphological transformation Edge Detection image analysis
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1745936
    • 提供者:徐明媚
  1. cpp_image_process

    0下载:
  2. 对256色bmp图像进行处理的程序.包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-to 256 colors bmp image processing procedures. Including point computation, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:319506
    • 提供者:asly
  1. image-1

    0下载:
  2. 图像增强,图像分析,图像复原,几何变换,形态学变换,正交变换的应用-image enhancement, image analysis, image recovery, geometric transformation, morphological transformation, orthogonal transformation Application
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:340351
    • 提供者:赵赵
  1. VC.image-technology

    0下载:
  2. vc图像处理,点运算,几何变换,正交变换,图像增强,边缘轮廓,形态学变换,图像分析,图像复原,图像编码.-vc image processing, point operations, geometry transformation, orthogonal transformation, image enhancement, edge contour, morphological transformation, image analysis, image restoration, image co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:341483
    • 提供者:闫东
  1. BMP(VC++SourceCode)

    0下载:
  2. 本套源码是基于VC++开发的关于图像处理程序,其中包括图像的点运算,几何变换、正交变换、图像增强 、形态学增强、边缘与轮廓、图像分析、图像复原、图像编码和直方图处理-source of this set is based on the development of the VC on image processing, including image point operations, geometry transformation, orthogonal transformation, i
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:394564
    • 提供者:wangjianhui
  1. Soft20060210094120327

    0下载:
  2. 对256色bmp图像进行处理的程序:包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容 -pair of 256-color bmp image processing procedures include : Point Operators, geometric transformation, orthogonal transformation Image Enhancement, morphological transformation,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:293962
    • 提供者:gggg
  1. morphology-enhance

    0下载:
  2. 新的形态学图像增强,采用多尺度形态学增强算法,对图像进行增强-morphology image enhance
  3. 所属分类:Special Effects

    • 发布日期:2016-05-27
    • 文件大小:1024
    • 提供者:tong tong
  1. ch1_1

    0下载:
  2. 对256色bmp图像进行处理的程序.包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-Bmp image of 256 colors to deal with procedures. Including point computing, geometric transform, orthogonal transformation, image enhancement, morphological transformation, edge and
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:500033
    • 提供者:happysurprise
  1. DImageProcess

    0下载:
  2. 实现数字图像基本处理算法,DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。包括图像增强,边缘检测与图像分析,图像的压缩编码,以及数学形态学等等,很不错的。-The realization of the basic digital image processing algorithms, DImageProcess works just loading Bmp format documents, will
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:903701
    • 提供者:hy
  1. EasyAnalysis

    0下载:
  2. 实现图像处理基本操作的函数库,里面有分割,滤波,增强,边缘检测,形态学操作等基本函数的实现。设计了图像的基类,扩展性好-Image processing to achieve the basic operation of the library, there are segmentation, filtering, enhancement, edge detection, morphological operations, such as the realization of the basic
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3845476
    • 提供者:herman
  1. vehiclenumberplatesegmentationandextraction

    1下载:
  2. 车牌检测与识别技术的相关技术: 提出一种梯度增强法对图像边缘进行增强, 该方法主要通过对图像本身信息进行简单梯度变换以突出图像边缘, 并辅以数学形态学中的膨胀法实现牌照的快速定位. 在字符分割部分, 给出了最小面积旋转法以确定牌照的最佳旋转角, 并采用垂直投影法分割牌照中的字符 -License plate detection and recognition technology related technologies: a gradient-enhanced
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1526
    • 提供者:张i
  1. image_enhance

    0下载:
  2. 一种基于形态学的图像增强方法。基于模糊逻辑将二值形态学分级算子推广到灰度图象,研究灰度形态学分级算子。-Morphology-based methods of image enhancement. Will be based on the fuzzy logic classification binary morphological operator to the gray-scale images, gray-scale morphological study operator classif
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:308038
    • 提供者:东方
  1. ex5_061221015

    0下载:
  2. 1)编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换 )函数。 2)函数可以处理不同的变换形式和不同类型的结构元素。-1) the preparation of a universal binary morphological operations (erosion and expansion of open and close, and hit-miss transform) function. 2) function to handle the transformatio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:786447
    • 提供者:da
  1. MorpLib

    1下载:
  2. 基于OpenCV的形态学开源库V2.0 包含文档和测试程序 形态学运算扩展库 lhMorpOpen 开运算 lhMorpClose 闭运算 lhMorpGradient 标准梯度 lhMorpGradientIn 内梯度 lhMorpGradientOut 外梯度 lhMorpWhiteTopHat 顶帽(白帽) lhMorpBlackTopHat 黑帽 lhMorpQTopHat 自补顶帽 lhMorpEnhance 对比度增强 lhMorpH
  3. 所属分类:OpenCV

    • 发布日期:2015-06-15
    • 文件大小:418816
    • 提供者:令狐
  1. PDE_in_image_processing

    2下载:
  2. 包含五个文件夹。 (1)MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) 视频剪辑:,"two_cells"是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程;"denoissing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7247777
    • 提供者:钱得龙
  1. hong_enhancement

    1下载:
  2. 指纹图像增强,gabor滤波器,包括形态学分割,形态学细化,加窗短时傅里叶变换增强,方向图估计及平滑,纹线频率估计及平滑-Fingerprint image enhancement, gabor filters, normalization, equalization, morphological segmentation, morphological thinning, windowed short time Fourier transform enhanced estimates and s
  3. 所属分类:Special Effects

    • 发布日期:2016-07-20
    • 文件大小:3072
    • 提供者:yx
  1. 2008302590151

    0下载:
  2. 图像的格式转换、几何变换、图像增强、模板匹配、图像分割、纹理特征提取、形态学处理-Image format conversion, geometric transformations, image enhancement, template matching, image segmentation, texture feature extraction, morphological processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4970565
    • 提供者:李加元
  1. 代码

    0下载:
  2. 图像分割,图像增强,断点连接均有效,小波变换中通过改变高层和底层小波系数的权重达到增强目标的作用。(Image segmentation, image enhancement, and breakpoint connection .By the wavelet transform, the target is enhanced by changing the weights of the high-level wavelet coefficients and the underlying wav
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:大海123
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com