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

搜索资源列表

  1. CamCalib_OPENCV

    0下载:
  2. 计算机视觉中相机内外参数标定,利用opencv函数,实现内外参数计算,标定误差等等,可以直接运行。内含自己拍的标定版图像 vs2008-Calibration of the camera parameters in computer vision, using the opencv function, to realize the internal and external parameters calculation, the calibration error and so on, can
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:27101131
    • 提供者:滔滔
  1. CameraStereoCalibration

    0下载:
  2. 使用opencv进行双目相机标定,先标定左相机后标定右相机,然后再进行立体标定-use opencv to calibration the stereo vision camera,first calibrate the left and right camera respectively and then calibration the extrinsic parameters of the two cameras
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:6678099
    • 提供者:窦仁银
  1. chess_board

    0下载:
  2. 棋盘格制作程序,opencv标定的时候用,不用去买,打印就行了-Production of Opencv program on the calibration board of the board
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:李智
  1. StereoMatch

    1下载:
  2. 在立体标定的基础上,对OpenCV中涉及的两种立体匹配算法进行了实现。最后生成视差图像。-Based on the stereo calibration, two kinds of stereo matching algorithms in OpenCV are implemented . Finally, the disparity image is generated.
  3. 所属分类:OpenCV

    • 发布日期:2016-06-02
    • 文件大小:7042048
    • 提供者:陈鹏
  1. 3DVisual15_3_11(15_8_23)

    1下载:
  2. 使用C#语言,VisualStudio2013开发环境,EmguCV(OpenCV)完成双目视觉的标定匹配和三维矫正,可以生成深度图-Use C# language, VisualStudio2013 development environment, EmguCV (OpenCV) complete binocular vision matching calibration and three-dimensional correction, you can generate a depth ma
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:978995
    • 提供者:贾锋
  1. opencalibration

    0下载:
  2. 该程序为单目摄像机标定程序,是应用c++编程语言,在visual studio2010环境下基于opencv 编写的标定程序,该程序可以应用于计算机视觉,可以获取摄像机的内外参数,也可以用于双目标定,作为双目标定的重要的一步。-The program can obtain the camera s internal and external parameters, and it also can be used for binocular calibration, as an importan
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:9435964
    • 提供者:殷殷
  1. stereo_3d

    0下载:
  2. 该程序为是应用c++编程语言,基于opencv 编写的标定程序,是根据于仕琪所译的《学习opencv》中的程序该编的,在用于过程中必需要配置好opencv-The program is the application of c++ programming language, based on the opencv prepared by the calibration procedures, according to the translation of the learning opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-15
    • 文件大小:22999184
    • 提供者:殷殷
  1. StereoVision

    1下载:
  2. 双目摄像机标定程序,vs+opencv,配置好环境后可直接运行。-Binocular camera calibration program, vs+ opencv, after configuration,which can be run directly.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1543900
    • 提供者:Will
  1. camcalib

    0下载:
  2. 单目摄像机拍照然后进行单目摄像机标定,与learning opencv中的例程不一样 不需要发送命令行-camera calibration
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:16336698
    • 提供者:He Hai yu
  1. SingleCameraCalibration

    0下载:
  2. OpenCV 单目摄像头标定程序 可直接读取标定图像-OpenCV single camera calibration routine can read calibration image directly
  3. 所属分类:OpenCV

    • 发布日期:2017-06-08
    • 文件大小:15627656
    • 提供者:丽丽
  1. chessboard-tracker-master

    0下载:
  2. Fast Chessboard tracker ros package using opencv camera calibration module
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:15839
    • 提供者:subutong
  1. homography-matrix

    0下载:
  2. 通过一张图片基于张正友标定的2D视觉标定,其结果为一个单应性矩阵,基于Opencv的角点提取,标定的计算是自己编写,内有注释和原理,已在工程实践中得到应用。-Zhang Zhengyou based 2D calibration for camera calibration by a picture, the result is a homography, extraction based on corner Opencv, the calibration is calculated to wr
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:571809
    • 提供者:xuchanglong
  1. ChessBoard

    0下载:
  2. opencv摄像机标定需要的棋盘标定板。简单容易修改。可直接保存图片-Chessboard opencv camera calibration requires calibration plate. Simple and easy to modify. Pictures can be saved directly
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1134
    • 提供者:weizhengbo
  1. CameraCalibrat

    0下载:
  2. 基于opencv的相机标定是利用张正友相机标定法,利用规则的标定板,对其进行不同角度的拍摄,获得10 20张有效的像片,然后自动标定出相机的内方位元素以及畸变差,包括径向畸变和切向畸变。本程序实测能运行。前提要配置好opencv。- 基于opencv的相机标定是利用张正友相机标定法,利用规则的标定板,对其进行不同角度的拍摄,获得10 20张有效的像片,然后自动标定出相机的内方位元素以及畸变差,包括径向畸变和切向畸变。本程序实测能运行。前提要配置好opencv。 Opencv bas
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3627
    • 提供者:ww
  1. cameraCalibration

    0下载:
  2. 本程序用于摄像头标定,应用opencv库的函数来实现,对增强现实很有用-realize the camera calibration process
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5395837
    • 提供者:Bluent
  1. calibrate

    0下载:
  2. opencv双目视觉标定程序,包含图像矫正,图像对齐操作-opencv binocular vision calibration procedures, including image correction, image alignment operation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:4540
    • 提供者:陈超
  1. OpenCVDemo

    0下载:
  2. IOS 下基于OpenCV鱼眼标定,矫正例子。适合初学OpenCV的朋友。-Based on the calibration of IOS OpenCV fisheye, correction example. OpenCV suitable for beginners friends.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-17
    • 文件大小:85068800
    • 提供者:xxh
  1. Chapter-10

    0下载:
  2. 为获取鱼眼相机的参数,用opencv 对鱼眼相机进行标定,然后矫正鱼眼图像-To obtain parameters fisheye camera with opencv for fisheye camera calibration and correction of fisheye images
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:12064
    • 提供者:王成
  1. stereo_calib

    0下载:
  2. opencv程序,用于标定相机,求取相机参数-opencv program for calibration of the camera, the camera parameters to strike
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5373
    • 提供者:
  1. opencv_calibration

    0下载:
  2. 基于opencv的摄像机标定和校正,可以运行。-Calibration and correction based opencv camera.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3117
    • 提供者:莱克
« 1 2 ... 10 11 12 13 14 1516 »
搜珍网 www.dssz.com