文件名称:matlab扭曲矫正代码-cameracalibration:使用OpenCV设置单眼相机和立体相机的校准工具
文件大小:1.74MB
文件格式:ZIP
更新时间:2024-06-12 21:08:03
系统开源
matlab扭曲矫正代码使用OpenCV进行单眼和立体相机设置的相机校准 信息:所提供的代码仅在Visual Studio 2015,x64,Windows 10下进行了测试。 方法1:使用实时摄像机流进行单摄像机校准 程序使用实时供稿选项时会首先找到所连接的摄像机。 使用以下参数启动程序(分别用于棋盘或不对称圆) singlecamcalibration.exe -w 9 -h 6 -pt chessboard -n 15 -d 2000 -o mycam -op -oe singlecamcalibration.exe -w 4 -h 11 -pt acircles -n 15 -d 2000 -o mycam -op -oe 如果您使用的是Sony Eye 3相机,则使用该相机的专用驱动程序可能会更好。 可以通过标志-useSonyEye选择该驱动程序 singlecamcalibration.exe -useSonyEye -w 9 -h 6 -pt chessboard -n 15 -d 2000 -o mycam -op -oe singlecamcalibration.e
【文件预览】:
cameracalibration-master
----include()
--------libusb.h(71KB)
--------stdafx.h(6KB)
--------precomp.hpp(5KB)
--------ps3eye_capi.h(4KB)
--------circlesgrid.hpp(10KB)
--------ThreadCamera.h(23KB)
--------ps3eye.h(7KB)
--------Camera.h(2KB)
----LICENSE(1KB)
----overview.pptx(41KB)
----src()
--------multicamwriter.cpp(6KB)
--------singlecamcalibration_omnidir.cpp(22KB)
--------stdafx.cpp(2KB)
--------viewer_singlecam_opencv.cpp(3KB)
--------ps3eye_capi.cpp(6KB)
--------singlecamcalibration_fisheye.cpp(31KB)
--------ps3eye.cpp(36KB)
--------stereocamcalibration.cpp(18KB)
--------singlecamcalibrationFromImages.cpp(23KB)
--------singlecamcalibration.cpp(24KB)
--------imagelist_creator.cpp(1KB)
--------viewer_singlecam_pupillabs.cpp(3KB)
--------camera_calibration.cpp(26KB)
--------viewer_singlecam.cpp(3KB)
--------calibration.cpp(20KB)
--------multicamviewer.cpp(3KB)
--------singlecamcalibration_guided.cpp(31KB)
--------undistortFisheye.cpp(22KB)
--------argtable3.c(152KB)
--------circlesgrid.cpp(48KB)
--------checkerboardTrackerOpenCV.cpp(28KB)
--------stereovalidation.cpp(6KB)
----CMakeLists.txt(10KB)
----lib()
--------libusb.lib(1.5MB)
--------libusbd.lib(609KB)
----README.md(5KB)
----patterns()
--------checkerboard_patterns.zip(9KB)
--------checkerboard_inkscape_letter_25mm.svg(31KB)
--------acircles_pattern.png(22KB)
--------checkerboard_10x6_1920x1200.png(10KB)
--------checkerboard.png(4KB)
--------checkerboard_20x14_1024x720.png(4KB)
--------generate_checkerboard.m(1KB)
--------checkerboard_40x25_1920x1200.png(11KB)
--------checkerboard_usletter_40mm.svg(63KB)
--------checkerboard_10_7_3_usletter.svg(55KB)
--------checkerboard_20x12_1920x1200.png(10KB)
--------checkerboard_50x35_1024x720.png(4KB)
--------checkerboard_inkscape_letter_25mm.pdf(44KB)
--------checkerboard_40x28_1024x720.png(5KB)
--------checkerboard_30x18_1920x1200.png(10KB)
--------checkerboard_10x7_1024x720.png(4KB)
--------checkerboardpattern_on_box.max(664KB)
--------checkerboard_50x31_1920x1200.png(11KB)
--------checkerboard_30x21_1024x720.png(4KB)
--------checkerboard_9x6_25mm.png(11KB)
--------checkerboard_135_usletter.svg(11KB)
----scripts()
--------calibrate_from_checkerboard_backward.m(3KB)
--------pic1.jpg(813KB)
--------checkerboard_20x14_1024x720.png(4KB)
--------Undistort_3.0.py(3KB)
--------calibrate_from_checkerboard_forward.m(4KB)
--------Undistort.py(2KB)