Skip to content

ScottSWu/cs-slam-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#Overview

This repository contains the code for all of our SLAM preliminary tests.

##Stereo Cameras

We attempt to use stereo cameras to determine depth and ultimately distance to visual objects.

###Tools Used

StereoVision : OpenCV wrapper for simple calibration of stereo cameras. Contains wrapper modules as well as scripts for quick calibration.

StereoVision has not been updated to support OpenCV 3. Manually updated scripts can be found in the "stereo\updated_stereo_vision_scripts" directory.

To capture images for calibration:

python capture_chessboard camera_id_1 camera_id_2 number_of_photos photos_output_directory

Current calibration was done with 50 photos.

To get calibration files:

python calibrate_cameras photos_input_directory files_output_directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%