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

搜索资源列表

  1. Morphological-operations-code

    0下载:
  2. 基于opencv和vc6.0对图像进行形态学操作即腐蚀膨胀运算,效果良好-Based opencv and vc6.0-the image morphological operations that corrosion dilation to good effect
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:1202751
    • 提供者:wangqingcheng
  1. Fwavveletpacci

    0下载:
  2. 首先,给出了对应于多重多分辨分析的双正交多小波包的定义,建立了具有任意矩阵伸缩的双正交多小波包的理论框架.在此基础上,给出了具有有任意矩阵伸缩的高维不可分双正交多小波包的构造方法.由此构造的多小波包的分分解系数能从不同的滤波器中抽取,这使的小波包的应用更灵活. -Firstly, the definition of biorthogonal multi-wavelet packet corresponding to multiple multi-resolution analysis, th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:190391
    • 提供者:模仿
  1. CellShapeClassifier

    0下载:
  2. 细胞分类器 pami的论文实现,不错的代码-Cells were segmented using a custom-made image processing pipeline. The segmentation pipeline was implemented in order to distinguish cells from the background. The segmentation pipeline is composed of standard image-processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:6016
    • 提供者:LiMingTian
  1. shade

    0下载:
  2. 基于膨胀腐蚀算法的软阴影生成.caj 基于膨胀腐蚀算法的软阴影生成.caj-Dilation and erosion algorithms based soft shadow generation. Caj
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:340078
    • 提供者:shj
  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. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. ErodeandDilate

    0下载:
  2. 对图像进行膨胀和腐蚀,没有对话框,需要自己对源码就行修改才能读取想要的图片,或者将图片命名为1.bmp-Dilation and erosion of the image, there is no dialog box, needs its own source code and modify in order to read the desired picture or the picture is named 1.bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1746155
    • 提供者:terry
  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. assgnmnt4

    0下载:
  2. erosion and dilation of images
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-12-06
    • 文件大小:1477
    • 提供者:Amit Kumar
  1. Dil_Ero_Ope_Clo

    0下载:
  2. 實作出影像處理的 侵蝕 膨脹 功能 為形態學處理,可利用運算去除雜訊以及達到連接破碎前景物的功能, 其主要是用二值化影像的膨脹(dilation)與收縮(erosion)的組合達到消除雜訊的目的。-The real erosion expansion capabilities to make image processing morphological processing, using operational noise removal, as well as to connect b
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:3746865
    • 提供者:
  1. pic

    0下载:
  2. C++实现。 实现对二值图像进行腐蚀、膨胀、开/闭运算。 腐蚀分水平、垂直、全方位。 能保存处理后的图,以及将处理后的图与原图进行对比。-C++. Binary image erosion, dilation, opening/closing operation. Corrosion sub-horizontal, vertical, all-round. FIG saving processing, and treated with picture contrast.
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:15808220
    • 提供者:po3aM
  1. include

    0下载:
  2. 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)-Morphological operations on the image (the image of the opening and shutting, corrosion and dilation)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:3552
    • 提供者:史润强
  1. Dilation

    0下载:
  2. oPENING OF AN IMAGE WITH OUT USING IMOPEN
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-04
    • 文件大小:631589
    • 提供者:Harshawardhan
  1. Dilation

    0下载:
  2. System Generator 图像膨胀算法建模-Image expansion algorithm for modeling in the System Generator
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:56748
    • 提供者:梧桐树
  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. Morph20130619

    0下载:
  2. 图像形态学变换 膨胀 腐蚀 开 闭等等 先打开一张二值图像才能有相应菜单出现-Image morphological transformation dilation and erosion opening and closing, and so to open a binary image in order to have the corresponding menu appears
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:2713187
    • 提供者:cloe
  1. test

    0下载:
  2. 針對來源影像進行convex hull 和 dilation+erosion ,比較擷取後的影像輪廓-Convex hull for the source images and dilation+erosion, compare silhouette image after capture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:546
    • 提供者:norman roger
  1. im2bw

    0下载:
  2. 实现彩色图像的图像二值化的GUI编程,即实现图像的灰度处理、二值化、膨胀、腐蚀的功能,同时生成GUI用户界面。-Achieve color image binarization GUI programming, namely to achieve gray image processing, binarization, dilation, erosion features, while generating GUI user interface.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:21565
    • 提供者:sophia
  1. imageprocessing

    0下载:
  2. 图像处理的GUI界面,包含灰度直方图生成,图像预测法压缩编码,图像腐蚀和膨胀,损失和复原,以及各种算子的边缘检测-Image Processing GUI interface, including histogram generation, image compression encoding prediction method, image erosion and dilation, the loss and recovery, as well as a variety of edge det
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:508996
    • 提供者:yuanman
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com