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

搜索资源列表

  1. ImageN200612

    0下载:
  2. Digital Image Processing Software Package(VC++ ) VC++ 图像处理软件包: VC++源码文件夹<ImageN>,内含 <RES> 功能类别:点处理,领域处理,二值图像处理,二值形态学,灰值形态学,彩色图像处理,区域分割。 算法:以上每一功能类别都含有5-10个的典型算法(合计70个以上算法) 可执行程序: imageN.exe(功能见菜单) -Digital Image Pro
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:259426
    • 提供者:ms
  1. backgroud(12.22)

    2下载:
  2. 本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。-development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circula
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:381026
    • 提供者:
  1. MIPnopst

    0下载:
  2. 本程序可以对图像进行读入、显示、显示直方图、直方图均衡化、平滑、锐化、形态学变化等操作-this procedure can be read into the images, display, show histogram, histogram equalization, smoothing, sharpening, Morphological changes, etc
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:899996
    • 提供者:孙洁
  1. jiqishijue

    0下载:
  2. 机器视觉,计算机视觉,人脸识别,形态学,图像采集,压缩编码,数字水印,神经网络,人工智能,模式识别,特征提取,图像检索,视频检索,计算机图形学-machine vision, computer vision, face recognition, morphology, image acquisition, compression, digital watermarking, neural network, artificial intelligence, pattern recognition,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:323409
    • 提供者:和上
  1. 156145

    0下载:
  2. vc++数学形态学处理图象,强力推荐-vc + + mathematical morphology image processing, powerful recommend
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:15761
    • 提供者:望捉
  1. iamgeanalysis

    0下载:
  2. c语言实现的基于图像形态学分析的代码实现,包括c源文件、测试图片和exe文件-c language based on the image morphology analysis of a code, including c source, exe test photographs and documents
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:397134
    • 提供者:fish
  1. imageprocesse

    0下载:
  2. 自己写的一个图像处理的程序,主要用于表单识别,包括数学形态学,倾斜矫正和模式匹配等算法-yourself writing an image processing procedures, mainly for the identification of the form, including mathematical morphology, tilt correction and pattern matching algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:71980
    • 提供者:肖蓉
  1. myMorphology

    0下载:
  2. 用数学形态学的方法进行图像的开运算、闭运算及腐蚀、膨胀,初学者可作参考-using mathematical morphology images of the beginning of operations, closing operation and corrosion, expansion, beginners can be used as a reference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:259564
    • 提供者:周老师
  1. 7520163841_IMAGEPROCESS

    0下载:
  2. 图像处理程序包,包括估计算法,形态学,形状和边缘提取等算法的实现-image processing package, including the estimated algorithm, morphology, shape and edge detection algorithm to achieve the
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:251646
    • 提供者:周全
  1. rose

    0下载:
  2. 数学形态学的应用编程,实现后可用于图像图像处理-mathematical morphology of programming, can be used for image processing Image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17211
    • 提供者:ljz
  1. Multiscalemm

    0下载:
  2. 数学形态学用于技术分析ECG心律的探测,很不错的-mathematical morphology for technical analysis of the ECG arrhythmia detection, very good
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2991
    • 提供者:zhang Fei
  1. digital_picture_process_for_vc

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序。-including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, opening and closing operations and fractal approach painting
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:235236
    • 提供者:陈正昌
  1. edge_detect-matlab

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:41646
    • 提供者:张甲杰
  1. zhixianquchu

    0下载:
  2. 混合系统中直线去除的形态学哈夫变换(中文版)。中文关于线去除的资料较少。 网上都是英文版,这是翻译过来的,精确度比较高-hybrid system to remove the linear morphology Hough transform (Chinese version). Chinese line on the removal of less information. Internet is in English, which is translated here by the re
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:266263
    • 提供者:宋瑞华
  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. seg22

    0下载:
  2. 一种用于尿沉渣图片的分割方法,先用小波变换和形态学,再使用边缘检测和阈值分割-urine for a picture segmentation method, use wavelet transform and morphology, re-use of edge detection and thresholding segmentation
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3698
    • 提供者:李明
  1. xingtaixue

    0下载:
  2. 本代码在Visual C++上开发,主要从形态学上实现图像边界的提取。-the code in Visual C on the development, mainly from the morphological image from the border.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6026
    • 提供者:hui
  1. chase

    0下载:
  2. 图像的形态学处理,运用形态学算子,对输入图像进行一些列的操作,改善图像的质量-morphological image processing, using morphological operators, the importation of some images out of the operation, improve image quality
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1303
    • 提供者:treat
  1. P0702

    0下载:
  2. 癌细胞形态学分析
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1168
    • 提供者:dh
  1. Morphy

    1下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的数学形态学操作,包括:膨胀、腐蚀、开运算、闭运算和图像的细化。-VC prepared by an image processing procedures : it can image the mathematical morphology operations, including : Expansion, corrosion, opening operation, closing operation and image refinement.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:86606
    • 提供者:何再兴
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com