搜索资源列表
HarrisandTsai
- 供摄像机标定用的共面模板角点提取算法,以及摄像机标定算法,-camera calibration for the coplanar Corner template extraction algorithm, and camera calibration algorithm
nnzCalibCamera
- 该程序是基于OpenCV的相机标定程序,能进行亚像素角点提取,采用张式标定算法。-the program is based on the OpenCV camera calibration procedure can be carried out subpixel corner extraction, Zhang used calibration algorithm.
Harris
- Harris角点提取程序,不仅提取角点,并将角点平均,提高角点的精度,另外,还按棋盘格的格式对角点进行适当的排序,为棋盘格的标定做数字准备。
Scaramuzza_OCamCalib_v2.0
- 鱼眼镜头标定程序。国外一个学校的鱼眼镜头标定。含有标定图。可以自动提取角点并相机进行校正!-Fish-eye lens calibration procedures. Abroad, a school of fish-eye lens calibration. Containing calibration map. Can automatically extract the corner point and camera correction!
Harris
- Harris角点提取程序,不仅提取角点,并将角点平均,提高角点的精度,另外,还按棋盘格的格式对角点进行适当的排序,为棋盘格的标定做数字准备。-Harris corner dectector subpixel
calibbox_ssdut
- 摄像机标定实验代码,包括提取数据,分析数据,标识图片角点,得到摄像机参数,可同时实现单目标标定与双目标标定-Camera calibration experiment code, including the extraction of data, analyze data, identify the image corners, get the camera parameters, while achieving the single-objective calibration calibrat
extracting-angular-point
- 用于提取角点,在摄像机标定中用于提取角点为后续工作服务-Used for extracting angular point, in camera calibration used in extraction Angle point for the follow-up work service
zhangzhengyou_fangge
- 张正友标定方法,对方格进行角点亚像素提取,进行标定。解压即可用。main为主程序。-Zhang Zhengyou calibration method, the other grid Subpixel corner calibrated. Decompression can be used. main main program.
corner_Harris
- 在摄像机标定中,提取角点这个步骤至关重要。本文件采用harris算法提取棋盘格角点,精度为像素级。-In camera calibration, to extract corner this step is crucial. This document harris algorithm to extract the checkerboard corners, the accuracy of the pixel level.
HarrisJiaoDianJianCe
- 一套关于matlab角点提取的程序,可用于张正友传统的相机标定法提取棋盘格角点。-Set matlab corner extraction procedures, Zhang Zhengyou traditional camera calibration method can be used to extract the checkerboard corners.
conerdetection-Harris
- 相机标定,对一副标定图像进行角点的提取,提取焦点依据Harris检测算法。-detecter corner Harris
Harris-corner-extraction
- Harris corner extraction matlab code,摄像头标定时采用的角点检测方法,用于提取角点像素坐标。-Harris corner extraction matlab code, camera calibration using corner detection method for extracting corner pixel coordinates.
Harris
- 用于相机标定的棋盘角点检测程序,包含伪角点去除,亚像素角点提取-Chessboard corner detection procedures for camera calibration, including the removal of the pseudo-corner, subpixel corner extraction
homography-matrix
- 通过一张图片基于张正友标定的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