搜索资源列表

  1. 边缘检测与分割处理

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

    • 发布日期:2008-10-13
    • 文件大小:46403
    • 提供者:tian
  1. BottomUpParser

    1下载:
  2. (1)可选择不同的规则集(用普通文本文件存贮规则)。 (2)利用VC TreeCtrl控件显示分析得到的句法结构树。 (3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。 (4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析 “学习/verb
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54243
    • 提供者:丁淑彬
  1. 边缘抽出

    0下载:
  2. 边沿抽出,包括sobel,prewitt,laplace等多种算子于一体,是VB边缘检测的典范!-edges out, including segmentation, prewitt, such as Laplace operator in a variety of integration, VB is a model for edge detection!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2801
    • 提供者:张宸宇
  1. 算法第一次实验

    0下载:
  2. 着色问题,输入一个图和颜色的种数,要求有邻边的两个顶点不能着同一种颜色,找出所有的着色方案-coloring, the importation of a color map and the number of categories, and a two adjacent edges of the peak is not the same color, identify all the coloring program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22115
    • 提供者:周子藤
  1. zhongzhilvbo

    1下载:
  2. 图象柔化化的一种,中值滤波,能很快速的实现图象的柔化,图象的边缘保持不变.-image of a soft, the median filter can achieve very rapid images of soft, the edges in the image remains unchanged.
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:324937
    • 提供者:官宇飞
  1. EULER1

    0下载:
  2. Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:62019
    • 提供者:无翼
  1. CVmodel

    0下载:
  2. 实现了Chan-Vese算法,参考文献active contour without edges, 图像处理方面引用率最高的文献之一-Realize the Chan-Vese algorithm, reference active contour without edges, image processing, to quote one of the highest rates of the literature
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:465920
    • 提供者:黎芳
  1. Findedgesofacolorimage

    0下载:
  2. This program finds the edges of a color image by converting the original image to YCbCr color space. Basic edge detection technique used is canny. -This program finds the edges of a color image by converting the original
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:zhangpeng
  1. regionbased_seg_demo

    0下载:
  2. This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges." This technique deforms an initial curve so that it separates foreground from background based on t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:hiyisf
  1. ActiveContours

    0下载:
  2. Active Contours Without Edges
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:444416
    • 提供者:setive
  1. cv

    0下载:
  2. Tony Chan和Luminita Vese关于《Active Contours without Edges》一文的ppt-Tony Chan and Luminita Vese on " Active Contours without Edges" a text of the ppt
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:428032
    • 提供者:豆豆
  1. levelsetcode

    0下载:
  2. Active Contour without Edges Matlab Code 李春明版 一种新的水平集方法由Chunming Li教授开发-Active Contour without Edges Matlab Code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:234496
    • 提供者:王哎
  1. regionbased_seg

    0下载:
  2. The wellknown ChanVese segmentation algorithm from the paper “Active Contours Without Edges,” is a great example of active contours
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:IrisGA
  1. LevelSetC-VModel

    0下载:
  2. 实现水平集模型C-V的代码。active contour without edges.-matlab code of active contour without edges.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:王万国
  1. active_contour_without_edge

    0下载:
  2. a model for active contours to detect objects in a given image, based on techniques of curve evolution, Mumford–Shah functional for segmentation and level sets.Related paper:Active Contours Without Edges
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:453632
    • 提供者:文字
  1. betweeness-of-edges

    0下载:
  2. 复杂网络中的边介数计算源代码,已通过编译。-calculate the betweeness of edges in complex networks.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lichuanlin
  1. wavelet-edges

    0下载:
  2. edges detection using wavelet tansform
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:32768
    • 提供者:bensmoun
  1. projection-functions-in-mouth-detection-edges

    0下载:
  2. In this source code we used integral and variance projection functions and their gradients to find mouth edges.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:778240
    • 提供者:Abet
  1. grs2rgb

    0下载:
  2. Extract the edges information
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:262144
    • 提供者:Umar300
  1. DetectEdg

    0下载:
  2. Detect edges by Gradiend
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:dac mit
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org