CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 形态学 灰度

搜索资源列表

  1. greyMorphnology

    0下载:
  2. 一个集成所有灰度形态学图像处理方法的自编程序,解读它可以搞懂形态学运算的基本过程和实现方法。-an integrated all gray morphological image processing methods of writing procedures and the interpretation of it to understand the morphology of the basic computing processes and methods.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.54kb
    • 提供者:aq
  1. MasterVisualC++_NETimageprocessing

    2下载:
  2. 《VC++图象处理程序设计》 书中代码 天津理工大学 计算机科学与工程系 杨淑莹 第二章特效显示 第三章几何变换 第四章灰度变换 第五章平滑处理 第六章锐化及边缘检测 第七章图像分割 第八章形态学 第九章图像的变换域处理 第十章图像合成 第十一章24位彩色 第十二 章小波变换-"VC image processing program design" book code Tianjin Polytechnic University
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8.92mb
    • 提供者:
  1. CarPlateRec

    0下载:
  2. 车牌定位与识别系统,首先将彩色图像转化为256灰度图像,然后用边缘检测和形态学等实现定位,再用神经网络方法实现字符识别.-plates positioning and identification system will first color image into a 256 grayscale image, Then Edge Detection and morphology, and so on to achieve positioning, and then neural network
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:100.77kb
    • 提供者:孙杰
  1. BasicProcessing

    0下载:
  2. 能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码-can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transforma
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:323.02kb
    • 提供者:陈宏兵
  1. xingtaixuetyperec

    0下载:
  2. 形态学车牌定位,可转灰度图、二值化、梯度锐化、腐蚀、膨胀、定位、截取.-morphology plates, which can turn gray level binary gradient sharpening, corrosion, swelling, positioning and interception.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:118.03kb
    • 提供者:李俊
  1. Morphological_Opening

    1下载:
  2. 以rice.tif为图像实例,介绍用形态学方法对灰度图像进行处理与分析的技术要点,即对灰度图像进 行如下操作:去除图像的不均匀背景;用设置阈值的方法(thresholding)将结果图像转换成二值图像;通过成分标记(components labeling)返回图像中的目标对象属性,并计算目标对象的统计数字特征。-to rice. Tif images for example, introduces the morphology of gray image processing and ana
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:何子鸣
  1. DImageProcessing

    1下载:
  2. 学习图像处理的好例子,包括常见的图像处理代码:点运算(图像反色、线性变换,灰度均衡等),几何变换(缩放、平移、镜像等等) 正交变换(付立叶、离散余弦变换等) 图像增强(图像平滑、中值滤波等) 形态学变换、边缘与轮廓、图像分析、图像复原、图像编码、角点检测等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:826.57kb
    • 提供者:chenjianping
  1. locating

    0下载:
  2. 一个车牌定位方法,包括图像的灰度化,二值化,数学形态学的处理,滤波等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:1.39kb
    • 提供者:小雪
  1. dilate.erode

    0下载:
  2. 自己编写的数学形态学膨胀和腐蚀的matlab算法 适用于二值和灰度图象
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:liyi
  1. ImageMorph VC# (VS2010版)写的形态学源代码

    0下载:
  2. VC# (VS2010版)写的形态学源代码。包括二值图像和灰度图像的形态变化,比如腐蚀,膨胀,噪音滤波等等。-VC# (VS2010 version) written by morphological source code. Binary image and grayscale images morphological changes, such as erosion, dilation, noise filtering, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-10-31
    • 文件大小:245.4kb
    • 提供者:于予
  1. opencvgray

    0下载:
  2. opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:5.95kb
    • 提供者:sdphw
  1. ImageProcess

    0下载:
  2. 彩色图像处理:1、底片效果,2、浮雕和雕刻效果,3、色彩变换:IHS变换以及图像灰度化,4、彩色图像二值化,5、灰度图像形态学处理:开闭运算,膨胀、腐蚀,6、正交变换:傅立叶变换及傅立叶反变换-Color Image Processing: 1, negative effect, 2, the effect of relief and sculpture, 3, color transform: IHS transform and the image of, 4, color images of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.93mb
    • 提供者:叶心怡
  1. work

    1下载:
  2. 利用膨胀 腐蚀 对灰度图像进行基于形态学的边缘检测-Expanding the use of corrosion on the gray image to achieve edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148.18kb
    • 提供者:manson
  1. growcut

    0下载:
  2. 可实现与graph-cuts算法相似的图像分割效果. 他借用了生物形态学知识,将每一个像素视为一个细胞,这些细胞可能是前景,背景,或其他。这些细胞依据其灰度竞争获得生长,由此获得分割。-This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biological metaphor: Imagine each ima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:92.1kb
    • 提供者:panghuanzhi
  1. xtx

    0下载:
  2. 对灰度图像和二值图像进行去噪,是一种形态学滤波器。-denoiseing for the gray image and binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:27.78kb
    • 提供者:Aba
  1. IMAGEPREGRESS

    0下载:
  2. 数字图像处理初学者编写的小程序,简单易懂,方便实用;其中包括RGB变GRAY,图像形态学变换(灰度拉伸,窗口变换等),手动去除噪声点,图像边缘提取,图像像素灰度值输入TXT文档等。-something about image pregress.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:250.97kb
    • 提供者:宋立刚
  1. morphologicalFiler_vc

    0下载:
  2. 包括均值滤波,中值滤波,灰度形态学滤波,高斯低通滤波,统计滤波等-图像平滑与去噪,-Including the mean filter, median filter, grayscale morphological filtering, Gaussian low-pass filtering, statistical filtering- smoothing and denoising,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:114.26kb
    • 提供者:lfc
  1. G_ero

    0下载:
  2. 形态学腐蚀,基于模糊逻辑的形态学灰度算法,用于对图像进行腐蚀运算,可选用多个模糊逻辑算子。参数可调。-Corrosion morphology, grayscale morphology based on fuzzy logic algorithm for computing the image to corrosion, may choose multiple fuzzy logic operators. Adjustable parameters.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1.54kb
    • 提供者:Mr. Yang
  1. PDE_in_image_processing

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

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

    0下载:
  2. 边缘检测,彩色图像边缘检测,图形处理及灰度化,形态学变换,FaceDemo-Edge detection, color image edge detection, image processing and grayscale, morphological transformation, FaceDemo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.35mb
    • 提供者:王敬
« 12 3 4 5 6 »
搜珍网 www.dssz.com