CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - wire

搜索资源列表

  1. lwcontour

    0下载:
  2. live-wire是一种常用于医学图像的交互式分割方法,其基本思想是利用动态规划方法产生图像中给定两点间的最优路径,合理地构造代价函数和选择起始点和目标点,用以提取物体的边缘,十分有效,该份文件中包含说明文件,操作方便.-live-wire is a common medical images in the interactive segmentation method, The basic idea is to use dynamic programming methods to image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6324
    • 提供者:陈正文
  1. lookup_multi

    0下载:
  2. //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk) begin firsta = a[3:2] se
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:816
    • 提供者:stevephen
  1. Moravec

    0下载:
  2. 这个程序的主要功能是利用Moravec算子来提取我们感兴趣的特征点,并将之用十字丝表示出来。-The main function of this program is the use of Moravec operator to extract the feature points of interest, and the wire with a cross that out.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2594117
    • 提供者:王杰
  1. LiveWireFinal

    1下载:
  2. 交互式图像分割的一种算法——LiveWire在VC++平台下基于opencv的实现。类似于Photoshop中吸铁石套索的功能。-Interactive image segmentation algorithm- LiveWire platform in VC++ opencv-based implementation. Similar to the magnet lasso feature in Photoshop.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:14515515
    • 提供者:杨榕
  1. Seed

    0下载:
  2. 实现了二维图像的种子填充算法,该算法可以用来被用来实现脑图像的交互式分割-Using vc++ implementation of the two-dimensional image of the seed filling algorithm, which can be used be used to achieve interactive segmentation of brain images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:100352
    • 提供者:张三
  1. FOSDK_API_V2.1.3.0_1

    0下载:
  2. image code, fire wire camera-camera driver
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9369542
    • 提供者:James
  1. iris_detection

    1下载:
  2. 识别虹膜和眼毛位置程序。使用方法: 1.载入眼睛图片。 2. 定位实验->虹膜定位:确定虹膜圆心,以及虹膜内外环半径。 3. 定位实验->眼毛检测:结果为两条圆心为端点的折线段,标明没有眼毛的虹膜区域。-Identify iris and eye hair location. Use: 1. Loading eye picture. 2. Positioning Experimental->Iris Location: identification of the i
  3. 所属分类:Special Effects

    • 发布日期:2016-03-29
    • 文件大小:742849
    • 提供者:glory
  1. An-improvement-segmentation

    0下载:
  2. 本文通过分析造成分水岭算法过分割的原因, 简化灰度变换以及利用数学形态学不同结构元素对距离变换的影响, 提出一种改进的分水岭与Live wire 相结合的算法-By analyzing the resulting over-segmentation of watershed algorithm causes gray transform and simplify the use of different structural elements of morphological effects o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:422538
    • 提供者:
  1. PSO-image-segmentation-algorithm

    0下载:
  2. 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:318605
    • 提供者:
  1. so

    0下载:
  2. 长直导线垂直面上磁场仿真,有可视化的图像,简单明了-Magnetic field perpendicular to the surface of a long straight wire simulation, there is a visual image, plain and simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:133202
    • 提供者:zhoujunfu
  1. Interactive---Segmentation

    0下载:
  2. 本文介绍了一种结合live wire算法和活动轮廓模型的医学图像序列的分割方法.我们通过把live wire 算法和图像分割中一般的区域增长方法结合来改进live wire算法,并用改进后的算法来对医学图像序列中的单张或 多张切片进行交互式的准确分割.然后计算机利用活动轮廓模型来自动分割相邻的未分割切片.我们通过在活动轮廓 模型的边缘点中引入记录已分割物体边缘附近局部区域特征的灰度模型来把已分割切片中的物体与背景的局部区域 特征带入相邻的未分割切片中,并用由灰度模型定义的区域相似
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:46739
    • 提供者:fuky
  1. Cholesky.h

    0下载:
  2. 本代码是用C++写的 求矩阵的球拉丝机分解 对大家可能有用 -This code is written in c++ for matrix decomposition of wire drawing machine ball you may be useful. Thank you. Thank you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:867
    • 提供者:董坤
  1. gauss-filter

    0下载:
  2. 一个图象处理模块 可对图象进行高丝滤波处理,希望对大家有帮助-An image processing module can be high-wire filtering the image, we hope to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:140022
    • 提供者:刘健
  1. live-wire_contour_version_matlab

    1下载:
  2. 自己写的matlab版的live-wire算法,效率有点低,不过可用-Written in Matlab version, the live-wire algorithm, a bit low, but available
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-05
    • 文件大小:2353671
    • 提供者:李咏泽
  1. live-wire22

    0下载:
  2. 自己在国外网站上找到的一个live-wire代码,简洁,运行效率高-Foreign websites found the live-wire code, simple, high operating efficiency
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5181098
    • 提供者:李咏泽
  1. 11112

    0下载:
  2. 三国杀个三个钢丝管睡过头三个得瑟提供呃特同时-Three killed a three wire control overslept three were special at the same time Seti for uh
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1102168
    • 提供者:巴德凯
  1. VHDL

    0下载:
  2. odule vga_timing ( input wire clk_i, //输入时钟 40MHz input wire reset_i, //输入复位信号 output wire vga_pixel_flag, //输出像素有效 output reg vga_line_o, //输出水平信号 output reg vga_field_o, //输出垂直信号 output reg vga_frame_o //输出帧开始信号 ) //////////
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1096
    • 提供者:李成
  1. Wire-Detection

    0下载:
  2. 包括图像增强、二值化处理,线径检测等等功能-Including image enhancement, binarization, diameter detection function, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:225102
    • 提供者:钟鸣
  1. GUIfunziiovstring

    0下载:
  2. This simulation simulates coded OFDM using RS Code over the wire
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:13312
    • 提供者:sirict
搜珍网 www.dssz.com