CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - line detect

搜索资源列表

  1. 简易智能电动车设计报告

    0下载:
  2. 摘 要   本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出发,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时发出声光指示信息,实时存储、显示在“直道区”检测到的薄铁片数目。电动车到达 B 点以后进入“弯道区”,沿圆弧引导线到达 C 点,能够检测 C 点下正方形薄铁片,并在 C 点处停车 5 秒,停车期间发出断续的声光信息。之后继续行驶,在光源的引导下,利用超声传感器传来的信号通过障碍区进入停车区并到达车库。最后,电动车完成上述任务后能够立即停车,全程行驶时间
  3. 所属分类:Windows编程

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

    0下载:
  2. 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.42kb
    • 提供者:zhanghua
  1. linux-cai

    0下载:
  2. 用于自动登陆的小软件,断线时候检测,自动重新登陆,这样宽带上网就不必一直去登陆网页-A small software using for automatic login ,which can detect the broke-line and re-login automatically, thus we can surf the internet without logining the webpage.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:296kb
    • 提供者:龙一番
  1. edgedetecting

    0下载:
  2. 主要功能是检测图像中,由于灰度变化产生的边缘,效果还行,主要用的是sobel算子-Main function is to detect images, because gray-scale changes in the edge line effects, mainly using a sobel operator
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:922byte
    • 提供者:pingxiyan
  1. HOUGH

    0下载:
  2. hough变换,用来检测直线 hough变换,用来检测直线-hough transform to detect straight line hough transform to detect straight
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:856.62kb
    • 提供者:秘密
  1. HoughTrans

    0下载:
  2. Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:41.01kb
    • 提供者:彭石
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:23.69kb
    • 提供者:王超
  1. CODIGO_VIDEO

    0下载:
  2. Detect line in road video, using opencv
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.29kb
    • 提供者:nunoff
  1. lineFinding

    0下载:
  2. lineFindig It is not so useful. But It is fine tool to detect line, even if It is not the way you want!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:11.2mb
    • 提供者:ljy
  1. static-electronc--auto-system

    0下载:
  2. 自动侦测线体上所有静电环使用的情况,在电脑显示器上显示所有状态-Automatically detect all the static loop line body usage, displayed on a computer monitor all state
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:690.72kb
    • 提供者:李杰
  1. Detect-whether-the-line-QQ

    0下载:
  2. 只要输入QQ号就可以自动检测QQ是否在线 绝对精确-Just enter QQ QQ number can automatically detect whether the line is absolutely accurate
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.16kb
    • 提供者:曹泽
  1. MemoryLeakDetection

    0下载:
  2. Windows下内存泄露检测:可检测是否有泄露及泄露代码行。-Windows memory leak detection: detect whether there is a leak and disclose the code line.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:1.08kb
    • 提供者:胡龙
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:44.51kb
    • 提供者:chen
  1. Hough-Line-detection

    0下载:
  2. 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:801.86kb
    • 提供者:吴星怡
  1. 01

    0下载:
  2. hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash
  3. 所属分类:Button control

    • 发布日期:2017-11-22
    • 文件大小:242.42kb
    • 提供者:常玲玲
  1. linehog

    0下载:
  2. hough transform to detect line
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:2.8kb
    • 提供者:jhanvi
  1. hough

    0下载:
  2. 该短程序是用来进行hough变换的一种图像分割方法,该方法简单易懂,可移植性强。-HOUGH Hough transform. HOUGH implements the Standard Hough Transform. HOUGH is designed to detect lines. It uses the parametric representation of a line
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.33kb
    • 提供者:刘言言
  1. CRC16

    0下载:
  2. CRC 16 calculation.Part of this code involves using a CRC16 checksum on the data to detect corruption line noise.-CRC 16 calculation.Part of this code involves using a CRC16 checksum on the data to detect corruption line noise.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:48.15kb
    • 提供者:bakaka
  1. jiaodianjiance

    0下载:
  2. 角点检测算法,可检测直线(比霍夫变换更准确),值得参考-Corner detection algorithm can detect straight line (Bi Huofu transform more accurate), it is also useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-01
    • 文件大小:13.14mb
    • 提供者:zhuangzi
  1. Fixed-Pattern-Noise-Correction-master

    0下载:
  2. This Application aim to detect the lines using Sobel or my custom Algorithm. In image processing, this app associated with Edge Detection and Fixed pattern Noise.
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:869kb
    • 提供者:穿山甲说
« 12 »
搜珍网 www.dssz.com