CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 目标检测

搜索资源列表

  1. RECTANGLE

    1下载:
  2. 一种快速的多边形和矩形检测算法,可以广泛的应用于各种目标识别领域-A fast polygon and rectangle detection algorithm can be widely used in various areas of target identification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11964
    • 提供者:chendong
  1. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:fisher
  1. mutidetect

    2下载:
  2. 多目标信号检测(利用并联自适应notch滤波器分离出目标信号),MATLAB仿真-Multi-objective signal detection (using parallel adaptive notch filter to isolate the target signal), MATLAB simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1669
    • 提供者:焦培
  1. motion_dection

    0下载:
  2. 基于matlab的对运动目标的检测程序,可以实现固定背景下运动目标的检测-Matlab-based moving targets on the testing procedures, can be fixed against the background of the detection of moving targets
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1459
    • 提供者:edison
  1. SURFmex

    0下载:
  2. SIFT简化后的算法,速度快 特征点检测,检测特征点的一种非常有效的算法-SURF SURFmex example function,is very useful!!!
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1132704
    • 提供者:李蒙
  1. largestRectangleArea

    1下载:
  2. 求一个图像的最大内接矩形面积。 步骤: 1.相机标定。首先根据物像关系式求出其中的参数。注意参数求出后要进行参数校验。 2.从背景中分离出目标 3.边缘检测 4.目标形状参数计算。-For an image of the largest inscribed rectangle area. Steps: 1. Camera calibration. First of all object-image relationship in accordance with the par
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3758
    • 提供者:cui ju
  1. tracking

    0下载:
  2. 这是用MATLAB程序实现视频中运动的目标的跟踪检测,并附有一个小视频-This is a MATLAB program using the video tracking movement detection, with a small video
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:621476
    • 提供者:yyt
  1. MotionDetectioninavideo

    1下载:
  2. MATLAB实现视频中动态目标的识别、跟踪与检测!-this programs identifies the moving objects in a video ( continious frames) and displays the moving object in a window.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:824949
    • 提供者:dony
  1. 221237351720061192258333067065

    0下载:
  2. 光流算法代码,实现对单运动目标,多运动目标的检测-optical flow code
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:241783
    • 提供者:sun
  1. MIMO pd

    2下载:
  2. MIMO雷达是最近几年兴起的一种新体制雷达,能够有效地克服目标RCS闪烁,本程序模拟仿真了MIMO雷达在高斯噪声背景中的检测性能以及恒虚警检测的性能。-MIMO radar is the rise in recent years, a new system of radar, which can effectively overcome the target RCS flashes, the process simulation of the MIMO radar detection Gauss
  3. 所属分类:交通/航空行业

    • 发布日期:2013-06-07
    • 文件大小:574
    • 提供者:余国辉
  1. kalman

    0下载:
  2. 用卡尔曼滤波方法跟踪运动物体,从而检测出运动物体目标-The first just does detection by background subtraction. This can be considered as the ground truth. The second feeds the detection output into a Kalman filter. The predicted position from the kalman filter (red) is comp
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:868
    • 提供者:dahai
  1. canny

    0下载:
  2. canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:鱼儿很忙
  1. Image-segmentation-Extraction

    2下载:
  2. 这个matlab程序实现了目标对象的图像分割与提取技术,附件里的程序以车牌的检测与识别为例,效果非常好。-The matlab program to achieve the target object' s image segmentation and extraction technology, in the annex of the procedures for license plate detection and recognition, for example, the effe
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:20031
    • 提供者:动荡
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. 3970998sarImagingSimubaseonmatlab

    0下载:
  2. chirp scale SAR 传统成像,可以检测和实现目标的成像-chirp scale SAR image
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1940377
    • 提供者:yanyn wan
  1. RadarSignalProcess

    2下载:
  2. 常用的雷达信号处理程序,包括恒虚警检测、脉冲压缩以及动目标指示。-Commonly used in radar signal processing procedures, including the constant false alarm detection, pulse compression, moving target indicator.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1065
    • 提供者:袁浩
  1. chengxu

    1下载:
  2. matlab图像分割的实例,包括基于L*a*b空间的彩色图像分割,检测汽车目标,分水岭分割等程序源代码-matlab examples of segmentation, including those based on L* a* b color space, image segmentation, target detection vehicles, watershed segmentation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2422510
    • 提供者:梁玉梅
  1. MovingDetect

    0下载:
  2. matlab的运动目标分割 车辆检测 平均建模背景差分-Moving object segmentation matlab Vehicle Detection average difference modeling background
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1569
    • 提供者:印象小七
  1. yundongjianceGUI

    0下载:
  2. 别人编写的运动检测gui,能够检测运动目标以及测速,给大家分享一下。-Written by someone else' s motion detection gui, can detect moving targets and guns, to share with you.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5947900
    • 提供者:linwei
  1. kalman

    0下载:
  2. gui,实现视频的读入,以及图像的获取,并实现kalman滤波对目标物的位置进行检测预测-kalman filter detect the object
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11229067
    • 提供者:zhangsisi
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com