搜索资源列表
简易智能电动车设计报告
- 摘 要 本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出发,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时发出声光指示信息,实时存储、显示在“直道区”检测到的薄铁片数目。电动车到达 B 点以后进入“弯道区”,沿圆弧引导线到达 C 点,能够检测 C 点下正方形薄铁片,并在 C 点处停车 5 秒,停车期间发出断续的声光信息。之后继续行驶,在光源的引导下,利用超声传感器传来的信号通过障碍区进入停车区并到达车库。最后,电动车完成上述任务后能够立即停车,全程行驶时间
dect_image
- 功能是图象的检测,模板匹配 命令行编译过程如下 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
linux-cai
- 用于自动登陆的小软件,断线时候检测,自动重新登陆,这样宽带上网就不必一直去登陆网页-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.
edgedetecting
- 主要功能是检测图像中,由于灰度变化产生的边缘,效果还行,主要用的是sobel算子-Main function is to detect images, because gray-scale changes in the edge line effects, mainly using a sobel operator
HOUGH
- hough变换,用来检测直线 hough变换,用来检测直线-hough transform to detect straight line hough transform to detect straight
HoughTrans
- Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
CODIGO_VIDEO
- Detect line in road video, using opencv
lineFinding
- lineFindig It is not so useful. But It is fine tool to detect line, even if It is not the way you want!
static-electronc--auto-system
- 自动侦测线体上所有静电环使用的情况,在电脑显示器上显示所有状态-Automatically detect all the static loop line body usage, displayed on a computer monitor all state
Detect-whether-the-line-QQ
- 只要输入QQ号就可以自动检测QQ是否在线 绝对精确-Just enter QQ QQ number can automatically detect whether the line is absolutely accurate
MemoryLeakDetection
- Windows下内存泄露检测:可检测是否有泄露及泄露代码行。-Windows memory leak detection: detect whether there is a leak and disclose the code line.
Hough
- 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
Hough-Line-detection
- 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments
01
- hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash
linehog
- hough transform to detect line
hough
- 该短程序是用来进行hough变换的一种图像分割方法,该方法简单易懂,可移植性强。-HOUGH Hough transform. HOUGH implements the Standard Hough Transform. HOUGH is designed to detect lines. It uses the parametric representation of a line
CRC16
- 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.
jiaodianjiance
- 角点检测算法,可检测直线(比霍夫变换更准确),值得参考-Corner detection algorithm can detect straight line (Bi Huofu transform more accurate), it is also useful
Fixed-Pattern-Noise-Correction-master
- 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.