CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - operator

搜索资源列表

  1. biyuantiqu_canny

    0下载:
  2. 用CANNY算子进行图象边缘提取的程序,应用广泛,附测试图片-with Canny operator Image Edge Extraction procedure, widespread use, testing Photo :
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:153.52kb
    • 提供者:fun
  1. lexica

    0下载:
  2. 词法分析器!内有文档!本程序识别的关键字为int real if then else while,仅当单独出现以上标识符时识别为关键字,对于inta,ifb等识别为标识符。 操作符分隔符! -lexical analyzer! Have documentation! The procedures for the identification of the keyword int el real if then se while, and only if there alone at the
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:57.26kb
    • 提供者:gavinioro
  1. edge_zxf

    0下载:
  2. 这是一个采用小波和最优算子提取图像边缘(轮廓)的动态库,其效果 非常好,曾用于很多图像识别软件中。附有示例程序。 用于商业目的可能需要注册。-This is a wavelet and optimal operator Image Edge Extraction (contour) of the dynamic, the effect is very good. has been used for many image recognition software. With sample
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4.23mb
    • 提供者:张晓峰
  1. lbp_matlab

    1下载:
  2. 局部二进制模式LBP,介绍了三种不同的LBP算子,用于分析图像的局部纹理特征.-local binary mode LBP, introduced three different LBP operator, Image Analysis for the local texture characteristics.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:刘子凡
  1. log算子边缘检测源码及文档说明

    1下载:
  2. LOG算子边缘检测源码及文档说明-LOG Operator edge detection and source documents note
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:487.66kb
    • 提供者:薛全
  1. image processing

    0下载:
  2. 数字图像处理平台 可以实现图像的FFTSobel算子提取边界 图像的缩放等功能我添加几个函数 -digital image processing platform can be achieved Image Extraction FFTSobel Operator border image scaling function, I added several functions
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:248.3kb
    • 提供者:王欢
  1. c第二章 matlab语言基础h2

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8.37kb
    • 提供者:肖雷
  1. EdgeContour

    1下载:
  2. 对加载的图像进行轮廓识别,边缘检测(包括robert算子,sobel算子,prewitt算子等)的VC++程序-Of the loaded image contour recognition, edge detection (including robert operator, sobel operator, prewitt operator, etc.) VC++ program
  3. 所属分类:图形/文字识别

    • 发布日期:2013-02-01
    • 文件大小:3.77mb
    • 提供者:王俊杰
  1. AComputationalApproachToEdgeDetection

    0下载:
  2. John Canny的边缘检测算法,即著名的Canny算子经典文献。-The edge detection algorithm was witten by John Canny, that is well-known classical literature of Canny operator.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1.95mb
    • 提供者:
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:152.9kb
    • 提供者:liujia
  1. cannyfinal

    0下载:
  2. 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2.86kb
    • 提供者:张妍妍
  1. csourcecode

    0下载:
  2. 排序 canny边缘检测算子的c源代码 -Sort canny edge detection operator c source code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:5.04kb
    • 提供者:nana
  1. tmOutLine

    0下载:
  2. 五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。 配合我上传的那个opentrim使用更好,这是一个bmp全色深操作类,里边还集成了一些其他的机器视觉算法。 对图像进行高斯——拉普拉斯算子的边缘检测 对图像进行拉普拉斯算子的边缘检测 对图像进行罗伯特交叉算子的边缘检测 对图像进行蒲瑞维特算子的边缘检测 对图像进行索贝尔算子的边缘检测-5 kinds of edge detection operator to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:尧思齐
  1. Canny

    0下载:
  2. canny算子是边缘检测很重要的方法.尽管80年代就已经出现.目前还没有取代它的方法.这是canny算子的解释-canny edge detection operator is a very important way. Although there have been 80' s. There is no way to replace it. This is a canny operator interpretation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:86.09kb
    • 提供者:李寿涛
  1. segment

    0下载:
  2. 车牌图像分割和提取,(基于sobel算子的边缘分割)-License plate image segmentation and extraction, (based on the edge of the sobel operator split)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:22.68kb
    • 提供者:wubin
  1. cornerdetector

    0下载:
  2. corner detection, a new morphological operator for corner detection taht is assymetrical closing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:602byte
    • 提供者:metti
  1. Sobeldetect

    1下载:
  2. 基于Sobel算子数字图像的边缘检测.pdf 用sobel算子进行边缘检测-Based on Sobel operator edge detection of digital images. Pdf using sobel edge detection operator
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:157.59kb
    • 提供者:keke
  1. ydm

    0下载:
  2. canny边缘检测算子的c源代码-canny edge detection operator of c source code. . . .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:3.35kb
    • 提供者:en
  1. gaborfilter

    0下载:
  2. gabor 滤波器 用奇域边界检测法。再用canny 算子进行边缘检测。能很好的去除图像的伪边缘-gabor filters edge detection method by Qi Yu. Then canny edge detection operator. Well remove the image of the pseudo-edge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:2.47kb
    • 提供者:guihaitian
  1. moravec_and_harris_operator

    0下载:
  2. 采用C程序对bmp图进行处理,并执行moravec和harris角点检测算子。-Bmp using C procedures were processed, and the implementation of moravec and harris corner detection operator.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:153.42kb
    • 提供者:wangk
« 12 3 »
搜珍网 www.dssz.com