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

搜索资源列表

  1. fpge

    1下载:
  2. 基于FPGA实时处理的双目测距系统,系统项目
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2561651
    • 提供者:wangwei
  1. SIFT_VC 该文件为双目测距所用

    1下载:
  2. 该文件为双目测距所用,vc环境下实现的编程源代码。头文件请自己修正-This file is used by binocular distance, vc environment to achieve the programming source code. Fixed header files at your own
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-29
    • 文件大小:11282748
    • 提供者:李滕飞
  1. test2eyes5

    0下载:
  2. 基于SIFT快速匹配算法,对障碍物进行检测,提取障碍物,双目测距等。能指出指定范围内的障碍物。-SIFT-based fast matching algorithm, obstacle detection, extraction of obstacles, such as binocular distance. Can point to obstacles within the specified range.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-18
    • 文件大小:27874421
    • 提供者:罗铃
  1. CalFeature

    0下载:
  2. 双目视觉测距用到的程序,对图像中点相同点聚类用的-Ranging procedures used binocular vision, the image clustering using the midpoint of the same point
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:89628
    • 提供者:小浩
  1. shift

    0下载:
  2. shift用于图象匹配的算法,对于搞双目测距的朋友很有用-shift
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:179148
    • 提供者:出现
  1. Exp-02

    0下载:
  2. 双目机器视觉在行车中的测距及定位应用 -Binocular vision in the road in the distance and location-based applications
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3697
    • 提供者:耿莹
  1. daima

    0下载:
  2. 这是一个基于区域匹配的的代码,主要运用于现在新型的双目测距系统-This is a region-based matching code, mainly used in the new binocular distance system now
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:666
    • 提供者:陆健男
  1. FPGA

    1下载:
  2. 参加竞赛的FPGA双目测距的源码,包含上位机源码-Contest the FPGA binocular ranging source, including PC Source
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-20
    • 文件大小:6045720
    • 提供者:sunyongchang
  1. Binocular-distance-measurement-code

    1下载:
  2. 双目测距算法,利用两个摄像头读入视频,进行配准定位,进行测距-Binocular distance measurement algorithm, using two cameras read in video, and registration location, finally measure distance
  3. 所属分类:Special Effects

    • 发布日期:2017-12-25
    • 文件大小:62129152
    • 提供者:michael liang
  1. 双目测距-opencv

    2下载:
  2. 程序实现了双目匹配的 测距功能,测试过比较准确(Procedures to achieve a binocular matching ranging function, the test was more accurate)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:1660928
    • 提供者:shirleyding
  1. 双目标定以及双目测距程序

    0下载:
  2. vs2008+opencv2.1,基于opencv的双目标定及双目测距的程序(Vs2008+opencv2.1, opencv based double target calibration and binocular Ranging procedures)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:60329984
    • 提供者:哎呦喂!
  1. HNY_CV_005

    0下载:
  2. 双目视觉,双目图像测距,双目图像校正,对其,匹配(Binocular vision, binocular image ranging, binocular image correction, matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:7030784
    • 提供者:robinzzz
  1. BM

    1下载:
  2. 双目测距bm算法,已经实现,基于vs2015+opencv3.2,测距精度很高,一米内精度一厘米误差(Binocular ranging bm algorithm, which has been implemented, is based on vs2015 + opencv3.2, which has high accuracy and one centimeter error in one meter)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:5020672
    • 提供者:null14
  1. 双目

    1下载:
  2. 采用双目摄像头进行图片的标定和测距。双目需要运行视差图,程序中也有所陈述,对这种方法算是进行稍微改进,d=bf/视差,显然bf为定值,虽然bf均为已知,但通过标定的方法感觉求出来不如直接计算精确。通过几组已知距离d和对应视差值的数据相乘得到bf的值(Binocular camera calibration and distance measurement.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:14201856
    • 提供者:半瓶墨水
  1. Source code

    1下载:
  2. 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:25252864
    • 提供者:半瓶墨水
  1. 测距

    0下载:
  2. 输出深度图,立体匹配与测距,输出深度图,,,(Output depth map, stereo matching and ranging, output depth map)
  3. 所属分类:图形图象

    • 发布日期:2018-01-05
    • 文件大小:50628608
    • 提供者:worldtr
  1. binocularDistance-master

    2下载:
  2. 在visual studio上调用opencv视觉库,用c++编程实现双目摄像头测距(Using c++ to realize binocular range finder on vs)
  3. 所属分类:OpenCV

    • 发布日期:2018-11-03
    • 文件大小:538624
    • 提供者:他下了夏天
  1. 双目立体视觉测距

    2下载:
  2. C#,双目测距,检测空间中指定的一个点的距离. 通过对两幅图像视差的计算,直接对前方景物(图像所拍摄到的范围)进行距离测量.(C# binocular distance measurement is used to detect the distance of a specified point in the space. By calculating the parallax of two images, the distance of the front scene (the range o
  3. 所属分类:书籍源码

  1. DOUBLE_camera

    3下载:
  2. 该代码可以标定双目摄像头内外参,实现深度测距(The code can calibrate the internal and external parameters of binocular camera to achieve depth ranging)
  3. 所属分类:物联网

    • 发布日期:2020-04-26
    • 文件大小:10240
    • 提供者:佳音988
  1. 附件05-Demo演示代码

    1下载:
  2. 双目相机与计算机连接后进行拍照,图片抓取,视频拍摄,人脸检测,Canny边缘检测,BM算法与SGBM算法进行立体匹配测距的实现。(The binocular camera is connected with the computer to take pictures, capture pictures, take videos, detect faces, Canny edge detection, BM algorithm and sgbm algorithm for stereo match
  3. 所属分类:模式识别(视觉/语音等)

    • 发布日期:2021-04-26
    • 文件大小:9568256
    • 提供者:小乖腾
« 12 »
搜珍网 www.dssz.com