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

搜索资源列表

  1. GPS-position

    0下载:
  2. 利用matlab实现GPS定位,包含有如何读取文件及矩阵的一些相关运算.-come to GPS position
  3. 所属分类:GPS develop

    • 发布日期:2017-04-03
    • 文件大小:56933
    • 提供者:江芳
  1. chengxu1.tar

    0下载:
  2. 车牌图像定位处理,基于Matlab的算法实现-License plate image location
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6918
    • 提供者:李维维
  1. matlaba

    0下载:
  2. 虹膜识别程序,功能强大,具有虹膜定位、虹膜归一化以及虹膜识别等功能,运用MATLAB实现-recognition on matlab and irio
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1776949
    • 提供者:李飞
  1. LS2DNL

    0下载:
  2. 10*10正方形区域内4个锚节点k个随机未知节点的最小二乘定位法MATLAB源码-10* 10 square area within the four anchor nodes k least squares random unknown node location in MATLAB source
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1277
    • 提供者:林国虎
  1. LS3DNL

    0下载:
  2. 10* 10最小二乘三位定位算法matlab源代码-10* 10* 10 least-squares three positioning algorithm Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1072
    • 提供者:林国虎
  1. LSSVM3DNL

    0下载:
  2. 10* 10最小二乘支持向量机三维节点定位算法matlab源程序-10* 10* 10 squares support vector machine three-dimensional localization algorithms in Matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3015
    • 提供者:林国虎
  1. FaceRec

    0下载:
  2. matlab实现人脸识别,图像定位,表情捕捉等-Matlab face recognition, image positioning, expression capture, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15566459
    • 提供者:sanmao
  1. EyeFinder

    0下载:
  2. 该程序由matlab编写功能为,应用模板的人眼定位-this program codec by matlab which have the function of eye location based on the application of model
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:22524
    • 提供者:银桀
  1. LPR

    0下载:
  2. 基于matlab的车牌识别软件,能够对车牌进行准确的定位与识别,可以运行。字符识别采用BP神经网络的方法。-Accurate positioning and recognition based on the Matlab license plate recognition software, the license plate, you can run. Character recognition using the method of BP neural network.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:421584
    • 提供者:panjie
  1. Image-point

    2下载:
  2. 像点坐标自动提取,使用Matlab软件中图像处理的功能,来实现达亚像素水平的像点定位和坐标的自动获取。-Automatic extraction of image point coordinates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:12725
    • 提供者:张辰兮
  1. Amorphous

    1下载:
  2. Amorphous定位算法的matlab仿真-Amorphous positioning algorithm matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:748656
    • 提供者:孟琬婷
  1. APIT

    0下载:
  2. APIT定位算法的matlab仿真编码,具体代码段-Of APIT positioning algorithm matlab simulation code, the specific code section
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:228579
    • 提供者:孟琬婷
  1. Deploy-Nodes

    2下载:
  2. Deploy Nodes定位算法的matlab仿真编码-Deploy the Nodes positioning algorithm matlab simulation code
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:69632
    • 提供者:孟琬婷
  1. MDS-MAP

    0下载:
  2. MDS-MAP定位算法的matlab仿真代码-MDS-MAP localization algorithm matlab simulation code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:624721
    • 提供者:孟琬婷
  1. LPR_2011

    0下载:
  2. 车牌定位程序,自己写的车牌定位的Matlab算法,能把车牌切分提取出来。-Locate the license plate program, write your own license plate location of the Matlab algorithm, can license plate segmentation out.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:630
    • 提供者:LFZ
  1. chepaishibieyuanma

    0下载:
  2. 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别-Using matlab to do a complete license plate recognition source code, including the license plate location, binarization, filtering noise, character segmentation, identification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:779616
    • 提供者:long
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
  1. imagefusion

    0下载:
  2. 图像融合算法工具包,在matlab中定位到根目录,运行fusetool即可,还有一些测试图像。-The typical image fusion algorithm of the tool kit, which contains multiple Matlab source files to the root directory in matlab positioning, run fusetool can.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:522051
    • 提供者:buaayxd
  1. Untitled2

    0下载:
  2. 基本MATLAB的车牌识别方法,包含定位,切割以及用模板匹配法识别切割后的字符-Basic MATLAB license plate recognition method, including positioning, cutting and template matching method to identify cut characters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:45645
    • 提供者:王子文
  1. SHAKE_PROOF

    0下载:
  2. 手持式摄像机在使用时常常会受到使用者有意无意抖动的影响,从而影响成像效果,造成录制视频的不稳定及跳动问题,尤其是在使用者在一场景中特写或者跟踪某一具体目标时,使用者通常不能准确定位到或者估计出运动目标的位置,从而造成目标在视频中位置的不稳定,造成视频的主观效果变得不理想。 为了解决这一问题,我们需要设计一种算法来识别这种无意义的运动并设法通过补偿的方式来使得场景中的目标物体保持位置稳定的状态。 手持式摄像机捕获的视频通常都会受到抖动的影响,这严重的影响视频的主观效果。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2347928
    • 提供者:Andy He
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com