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

搜索资源列表

  1. TracKIT

    2下载:
  2. TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28174450
    • 提供者:黄设
  1. ansi_c_grammar

    0下载:
  2. C语言上下文无关文法的词法及语法描述文件,通过使用yacc、lex工具可以生成相关C语言的词法、语法分析的C语言代码-C language context-free grammar to describe the morphology and syntax files, through the use of yacc, lex tool generates C language related to the morphology, syntax analysis, C language code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:3701
    • 提供者:qiushouqian
  1. watershed

    0下载:
  2. 利用滤波算子、数学形态学等知识实现分水岭算法。-The use of filtering operator, mathematical morphology, such as knowledge of the realization of the watershed algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-25
    • 文件大小:557720
    • 提供者:yuhao
  1. ECGSYNC-physionet

    0下载:
  2. ECGSYN generates a synthesized ECG signal with user-settable mean heart rate, number of beats, sampling frequency, waveform morphology (P, Q, R, S, and T timing, amplitude,and duration), standard deviation of the RR interval, and LF/HF ratio (a measu
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4324
    • 提供者:Ma
  1. morphology

    0下载:
  2. 对图像进行形态学处理,包括图像腐蚀、膨胀、开运算和闭运算-erode image and dilate image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1513174
    • 提供者:liutao
  1. 词法分析器2

    0下载:
  2. 词法分析器- Morphology analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:1153
    • 提供者:张惠
  1. 55

    0下载:
  2. LEX词法分析器-LEX morphology analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-12-08
    • 文件大小:774
    • 提供者:栗丽
  1. Pascal

    0下载:
  2. 一个很好的词法分析器!- A very good morphology analyzer!
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:1927
    • 提供者:潘龙龙
  1. 词法分析器

    0下载:
  2. c语言的词法分析器源代码-c language morphology analyzer source code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:1404
    • 提供者:杰杰
  1. AjaxParser

    0下载:
  2. 词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。- Lexical analysis procedure. The core function is condition cut function CAjaxParserDlg::Route. The condition
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:4503876
    • 提供者:的摸王
  1. cf

    0下载:
  2. 是关于一个词法分析器的一个程序-Is about a morphology analyzer procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:2178
    • 提供者:贺静静
  1. 4

    0下载:
  2. 内容包括形态学梯度检测二值图像的边缘 形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Include detection of morphological gradient of the edge binary image morphology example- images from the PCB to remove all current lines, retaining only the target chip
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:41097
    • 提供者:吕彦廷
  1. cell_image_morphology

    0下载:
  2. 把图像形态学的各个操作的详细算法用VC++程序写出来。-To image the morphology of the various operations detailed algorithm VC++ Procedures write it down.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:38361
    • 提供者:张洪杰
  1. morph

    0下载:
  2. 数学形态学膨胀 腐蚀 细化算法等基本的处理-Mathematical morphology corrosion thinning algorithm, such as expansion of basic treatment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:15636
    • 提供者:刘靖
  1. DImageProcess

    0下载:
  2. 实现数字图像基本处理算法,DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。包括图像增强,边缘检测与图像分析,图像的压缩编码,以及数学形态学等等,很不错的。-The realization of the basic digital image processing algorithms, DImageProcess works just loading Bmp format documents, will
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:903701
    • 提供者:hy
  1. quzao1

    0下载:
  2. 广义灰度数学形态学滤波,输入信号,结构元素的长度,类型-Generalized gray-scale mathematical morphology filter, the input signal, the length of structural elements, type
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1117
    • 提供者:lily
  1. DLA_simulation

    0下载:
  2. 用matlab实现DLA模型的分形形貌模拟-Using matlab to achieve DLA model simulation of the fractal morphology
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:797
    • 提供者:张雁翔
  1. CorrosionMorphologyDiagnosingSystenOfMetallicMater

    0下载:
  2. 将分形的概念应用于腐蚀形貌图像的特征提取。-The concept of fractal images used in corrosion morphology feature extraction.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:634069
    • 提供者:xuhuoping
  1. DIAGNOSINGCORROSIONMODALITYSYSTEMOFMETALLICMATERIA

    0下载:
  2. 采用图像扫估方法获得了碳钢、低合金锅实海试片的腐蚀形貌图像,井对图像进行预处理及灰度分析 将所得样本的灰 度值分布和对应的腐蚀形貌作为知识库的标准样本,用模糊模式识别理论建立了腐蚀形貌诊断系统、可以由扫描灰度值分布判断金 属的表面腐蚀形貌-So assessment methods used to obtain images of the carbon steel, low alloy pot real sea test piece corrosion morphology images
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:239283
    • 提供者:xuhuoping
  1. 20081115

    0下载:
  2. 数学形态学的腐蚀、膨胀和细化等操作,包含.exe文件-Mathematical Morphology corrosion, expansion and refinement, such as operations, contains. Exe files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:17061
    • 提供者:郑丹
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 47 »
搜珍网 www.dssz.com