搜索资源列表

  1. gaijinfensuilin

    0下载:
  2. 改进的分水岭算法,能够较好地提取对象轮廓、准确得到物体边界的优点。在MATLAB6.5下顺利编译通过-improve the watershed algorithm can be used to extract object contours, to be precise object boundary advantages. In MATLAB6.5 smoothly through the compiler
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:潘峰
  1. Matlabpictureprogramme

    0下载:
  2. matlab图像处理的一些命令,如applylut,提取二进制图像的轮廓的bwmorph,识别强度图像中的边界的edge,进行二维快速傅里叶变换的fft2等等.-Matlab image processing some orders, such as applylut. extract the binary image of the contours of the bwmorph identify intensity image of
  3. 所属分类:电子书籍

    • 发布日期:2024-05-17
    • 文件大小:427008
    • 提供者:ruan pingfan
  1. fly111

    0下载:
  2. 基于链码提取的傅立叶描述子,以及傅立叶反变换对图象边界进行重建 -chain code extraction based on Fourier descr iptors, and the Fourier transform of image reconstruction border
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ff
  1. ex8-2

    0下载:
  2. 在matlab的小波分析中标,设计一个包含若干不连续点的一维信号,利用小波变换的模极大提取它的阶梯型边界点。-Matlab wavelet analysis in the successful design that contains a number of discrete points of one-dimensional signals, using wavelet transform modulus maxima extract
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:135168
    • 提供者:张瑞
  1. sumbsamp

    0下载:
  2. 这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺-This code is on the boundary chain code extraction, using MATLAB to prepare, but there are still some lack of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:陈娟
  1. bianjie

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ganyongping
  1. GrayGrow

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ganyongping
  1. MyDialog

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ganyongping
  1. ReOpreator

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ganyongping
  1. MyGrow

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ganyongping
  1. eyedemo

    0下载:
  2. 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。-Cover the whole iris recognition pre-processing part is divided
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-17
    • 文件大小:118784
    • 提供者:李杨
  1. GVF_Snake

    0下载:
  2. 图像分割是由图像处理到图像分析的关键步骤,涉及到计算机视觉技术的复杂问题。在医学图像方面,许多应用大都依赖于对图像中目标轮廓的准确提取。基于微分算子检测的方法几乎都对噪声较为敏感且不能保证得到连续的边缘,无法用于辨识和分析目标。由Kass提出的基于主动轮廓线的Snake模型[1],用一个具有一定弹性的封闭曲线,在曲线自身形状约束力和由图像数据计算而来的外部力的共同作用下演化,来逼近目标边界,完成对图像的分割。 GVF snake V
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:149504
    • 提供者:happynp
  1. prep_identify

    0下载:
  2. 摘要:本文运用规则和统计相结合的方法构造了一个汉语介词短语识别算法。首先,根据介词和介词短 语右边界组成的搭配模板自动提取可信搭配关系,并用这些搭配关系对介词短语进行识别。之后,用基于词 性的三元边界统计模型和规则相结合的方法识别其它未处理的介词短语。通过对含有7323 个介词短语的语 料作交叉测试,精确率达到87148 % ,召回率达到87127 %。-Abstract: In this paper the use of
  3. 所属分类:其它资源

    • 发布日期:2024-05-17
    • 文件大小:364544
    • 提供者:wu
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-spli
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:171008
    • 提供者:memcpy
  1. edge

    0下载:
  2. 实现灰度图像的二值化,和边缘跟踪以提取图像的边界-The realization of the gray image binarization and edge tracking to extract the image of the border
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:4142080
    • 提供者:张若华
  1. Morph

    0下载:
  2. 数字图像腐蚀、膨胀和细化算法,最基本的运算子来图像分割、特征提取、边界检测-Digital Image corrosion, expansion and refinement algorithm, the most basic operator to image segmentation, feature extraction, edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:84992
    • 提供者:吴耀宗
  1. 20067784

    0下载:
  2. 主要用于图像的边界边缘提取及定位分割-Mainly used for image edge detection and localization of the boundary partition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:9226240
    • 提供者:mountain
  1. Codejia.com_40df9b18b021a0ff2295123f1192b961

    0下载:
  2. 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:3615744
    • 提供者:qqqq
  1. Preciseellipseestimationwithoutcontourpointextract

    0下载:
  2. 这篇文章,提出了一种可以精确检测椭圆特征参数的线性算子。基于双曲线模型,该算子直接检测椭圆边界附近的原始梯度信息,这样可以避免中间精确提取椭圆边缘点的过程。当计算最小代数距离时,双曲线可以受双椭圆约束。这种算法将与其他算法确定中心位置方面进行比较,我们也将通过实际实验来比较。-This article presents a precise detection of the characteristic parameters of the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:581632
    • 提供者:刘镖峰
  1. mySnake

    0下载:
  2. 一种动态轮廓检测snake算法,能自动提取虹膜边界,用VC实现。-a method of edge detect called snake
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:1841152
    • 提供者: 王子
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »

源码中国 www.ymcn.org