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

搜索资源列表

  1. The managing money of future

    0下载:
  2. Your money is a huge part of your life. It can determine what you can do and where you can go. Learning how to manage your money the right way is an important step toward taking control of your life. Understand where your money is coming from, where
  3. 所属分类:行业发展研究

    • 发布日期:2014-12-12
    • 文件大小:230280
    • 提供者:pelukas
  1. houghline

    0下载:
  2. 运用霍夫变换,检测图片中的直线,本程序主要检测车牌中的直线-Using the Hough transform to detect straight lines in the picture, this program is mainly to detect license plates in a straight line
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2947940
    • 提供者:陈俊
  1. Nieuw-Rich-Text-document

    0下载:
  2. #include<graphics.h> #include<conio.h> main() { int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50 initgraph(&gd, &gm, C:\\TC\\BGI ) rectangle(left, top, right, bottom) circle(
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:544
    • 提供者:leroy
  1. Hough_transform_line_circle

    0下载:
  2. Hough变换检测图像线、圆,直接可用,Hough变换检测图像线、圆,直接可用-Hough transform for 2D image line and circle detect
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2205
    • 提供者:wang jenny
  1. PEid-0.94

    0下载:
  2. 现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新的 0.93 版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most current software plus a shell to crack localization bring great inconve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:314427
    • 提供者:胡锦涛
  1. GetTiltTrans

    0下载:
  2. 自己写的用于倾斜角矫正的代码,原理是通过hough变换检测直线,然后确定倾斜角度-Himself wrote for the tilt angle correction code, works by hough transform to detect straight line, and then determine the tilt angle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:石伟
  1. Lane-detection

    0下载:
  2. 对车道线进行检测,涉及大津阈值,hough变换等,并预测行驶线。-To detect the lane line, involving the Otsu threshold, Hough transform, and the prediction of the running line.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4193
    • 提供者:张琪
  1. road_lane

    0下载:
  2. 用于检测车道线,本程序是基于单帧图像的车道线检测识别,利用了二值、边缘检测、霍夫变换-Used to detect the lane line, this procedure is the lane line detection based on single frame image recognition, using the two values, edge detection and hough transform
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1225
    • 提供者:张琪
  1. Lane-mark-detection

    0下载:
  2. 基于机器视觉的车道标识先检测,能够从图片中检测出车道线,主要方法:Hough变换-First detection of machine vision based lane marking, the main method can detect the lane line, the picture: Hough transform
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:225999
    • 提供者:喵呜
  1. AVR_Path-_Finder_Robot

    0下载:
  2. Line follower is an autonomous robot which follows either black line in white are or white line in black area. Robot must be able to detect particular line and keep following it. For special situations such as cross overs where robot can have m
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1083
    • 提供者:pouya
  1. opencvh

    0下载:
  2. opencv里面实现hough变换检测直线段,并在图中画出;需在工程文件里面添加图片。-Inside opencv hough transform to detect straight line segment to achieve, and shown in the drawings need to add pictures inside the project file.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7374000
    • 提供者:wlz
  1. LaserDetect

    0下载:
  2. 激光回波检测程序,能检测近似直线的激光回波-Laser echo detection procedures, to detect the approximate line of laser echo
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3513
    • 提供者:yuyang
  1. houghtransform

    0下载:
  2. 霍夫变换可以检测图像中的直线边,同时给出直线的斜率,运用比较方便简单-The straight-line portion of hough transform to detect the image edge, and the slope of a straight line, the use of more convenient and simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1352
    • 提供者:曲荣召
  1. OPEN-LED

    0下载:
  2. 这个例子演示如何操作GPIO,如何控制GPIO输出(LED灯)和如何检测GPIO输入(按键状态)。 请用串口线将开发板的COM1口连接到PC机的串口(或者USB串口),然后打开超级终端软件(XP自带的或者SecureCRT 软件),可以在PC软件界面看到例程的运行信息。- This example demonstrates how to GPIO operation, how to control the GPIO output (leds) and how to det
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:458516
    • 提供者:same
  1. Sip Component 2.99 with full source Delphi 7

    10下载:
  2. Make PC to phone or PC to PC calls via VoIP providers Multi User Conference Unattended call transfer Call Redirection Detect DTMF user input Record calls and save to .wav files Play .wav files to the phone line Play text using Text-To-Speech (TTS) vo
  3. 所属分类:Dephi控件源码

    • 发布日期:2016-03-20
    • 文件大小:211649
    • 提供者:qaddmn
  1. vehicle-lane-detection

    0下载:
  2. 能实现直线型车道线的有效检测,利用改进的hough变换和区域生长方法,提高检测的准确性。-Can be achieved effectively detect lane straight line, with improved hough transform and region growing methods to improve detection accuracy.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:500758
    • 提供者:tina
  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
    • 文件大小:49307
    • 提供者:bakaka
  1. hough

    0下载:
  2. VS下利用opencv 实现hough变换,检测出直线或者圆形图像。-VS under use opencv achieve hough transform to detect straight line or circular image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5985128
    • 提供者:yonghong Wang
  1. Source

    0下载:
  2. This Source are example to detect line in orientation and erase that line. It s use OpenCV in Visual Studio 2013
  3. 所属分类:OpenCV

  1. houghTransform

    0下载:
  2. 使用霍夫变换检测直线,基于opencv实现-Hough transform to detect straight line, based on opencv achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1650
    • 提供者:huabozh
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com