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

搜索资源列表

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

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

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

    0下载:
  2. Hough变换可以检测已知形状的目标,而且受噪声和曲线间断的影响小。介绍 采用哈夫(Hough)变换,在二值化图像中检测直线,确定其参数的方法。-Hough Transform can detect known shape goals, but also by the noise and the impact curve intermittent small. Introduced, Hough (Hough) transform, the two binary image detectio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:153.61kb
    • 提供者:石决明
  1. curvefitting

    0下载:
  2. 最小二乘法的曲线拟合检测圆软件,只需点击三个点就可以吧圆拟合出来。-Least squares method of curve fitting software Detect circle, simply click on the three-point circle fitting can let out.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.37mb
    • 提供者:王延海
  1. yizhonggaoxiaodehunheyuantuoyuanjiancefangfa

    0下载:
  2. 提出了一种新的基于边缘连续特征的HT( ECHT) 混合圆/ 椭圆检测方法,利用连续的 边缘曲线段来决定HT 采样点,实验仿真结果表明该算法较好地解决了标准RHT 检测中无效 采样概率大、无效积累时间多的问题。-A new row based on the edge of the characteristics of HT (ECHT) mixed circle/ellipse detection method, using a continuous curve above the ed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:184.86kb
    • 提供者:刘镖峰
  1. energ-or

    0下载:
  2. 基于能量检测的误码率分析曲线,适合认知无线电初学者-Based on Energy Detect BER analysis curve, suitable for beginners cognitive radio
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:539byte
    • 提供者:张瑜
  1. 4_hough

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

    • 发布日期:2017-04-16
    • 文件大小:14.19kb
    • 提供者:cui ju
  1. SHIYAN_3

    1下载:
  2. 利用M函数仿真扩频通信系统。6个用户的CDMA的同步通信系统,每个用户利用L=31的Gold码,进行扩频,信道为AWGN信道,接收端利用匹配滤波器进行检测。绘出当N=10000个发射比特下,SNR=0:15(dB)时的误码率曲线。 -M function simulation using Spread Spectrum Communication System. 6 simultaneous users of CDMA communication system, each user of t
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:842byte
    • 提供者:沈友俊
  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. active_contour_without_edge

    0下载:
  2. a model for active contours to detect objects in a given image, based on techniques of curve evolution, Mumford–Shah functional for segmentation and level sets.Related paper:Active Contours Without Edges
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:442.71kb
    • 提供者:文字
  1. hough_circle_detection

    0下载:
  2. Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13.08kb
    • 提供者:罗慧
  1. EmotionDetection

    0下载:
  2. It can detect human emotion from image. First it take an image, then by skin color segmentation it detect human skin color then it detect human face. Then it separate the eyes & lip from the face. Then it draw bezier curve for eyes & lips. Then it co
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.73mb
    • 提供者:Eugene
  1. bianhuan

    0下载:
  2. 利用霍夫变换检测直线,园,椭圆,曲线,简单有效,用用方便-Using Hough transform to detect straight lines, park, oval, curve, simple, effective, easy to use with
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:970byte
    • 提供者:王正旺
  1. AnalyticRarefaction

    0下载:
  2. 描述文库中物种多样性的稀薄曲线,用以检测文库容量的大小-Describe the library of species diversity thin curve, the capacity to detect the size of library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:596.82kb
    • 提供者:Ramala
  1. NPN-detect

    0下载:
  2. 基于msp430单片机编写的,用的是嵌入式C语言。用C编译环境可以打开。实现了在msp430单片机上做出NPN晶体管特性曲线的测试仪。这是代码。-Msp430 microcontroller based on written, using Embedded C language. Environment with C compiler can open. Msp430 microcontroller implements made ​ ​ in the NPN transis
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:38.69kb
    • 提供者:吴鹏
  1. AWGN-PDFaCDF

    1下载:
  2. 加性高斯白噪声信道的仿真。利用BOX-MULLER算法产生信道,画出PDF曲线。采用基于CDF的K-S TEST来检测所产生的高斯信道是否符合理论分布。-Additive white Gaussian noise channel emulation. BOX-MULLER algorithm to generate the channel, to draw PDF curve. Based on the CDF of KS the TEST to detect the generated Gau
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.26kb
    • 提供者:Xuan Gu
  1. Emotion-Det

    0下载:
  2. This code detect face emotion from image. First, it takes an image, then detect the face using skin color segmentation.. Then it separates the eyes & lip from the face. Then it draws bezier curve for eyes & lips and compares them that are stored in t
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.67mb
    • 提供者:ANCAR
  1. Detect

    0下载:
  2. 实现曲线的动态显示,可以调节曲线的颜色。-Dynamic display of the curve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:5.8mb
    • 提供者:陈朝辉
  1. matlabmycode

    1下载:
  2. 主要用于实现matlab区域标记 将图像中的各个区域分别进行标记,然后计算出他们的面积 -Hough transform Hough transform for circle detection Hough transform basic principle is that the use of the duality of points and lines, the lines of the image space into a rallying point for the param
  3. 所属分类:Special Effects

    • 发布日期:2015-07-09
    • 文件大小:7kb
    • 提供者:mark
  1. boundary2

    0下载:
  2. 可以检测图像中所有的曲线(包含直线)并对每一条曲线做相应的代号标识,算法速度高,精度高。-All images can detect curves (including linear) and each curve accordingly code identification algorithm speed, high precision.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:696byte
    • 提供者:李飞
  1. AnalyticRarefaction

    0下载:
  2. 描述文库中物种多样性的稀薄曲线,用以检测文库容量的大小-Describe the library of species diversity thin curve, the capacity to detect the size of library
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:596.91kb
    • 提供者:sesaid
« 12 »
搜珍网 www.dssz.com