Skip to content

Wang-Theo/Camera_Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera_Calibration

Ubuntu 20.04 ROS Noetic C++

Tool to calibrate camera and extract line feature using OpenCV

Status: publish camera images / calibrate camera intrinsics / extract line feature

1. Prerequisites

1.1 ROS neotic

1.2 OpenCV 4.2.0

1.3 C++ Standard 17

2. Execution

2.1 Build

cd ~/catkin_ws/src
git clone https://github.com/Wang-Theo/Camera_Calibration.git
cd ..
catkin_make -DCATKIN_WHITELIST_PACKAGES=cam_cali

2.2 Publish two cameras' images

source devel/setup.bash
roslaunch cam_cali cam_publish.launch 

image_publish

2.3 Calibrate camera intrinsics

source devel/setup.bash
rosrun cam_cali cam_calibrate

You can find the calibrated image calibrated_image.png in folder image
image_calibrated

The calbrated result matrix is shown in terminal
calibrate_result

2.4 Extract line feature

source devel/setup.bash
rosrun cam_cali line_extract

line_extracted

About

Tool to calibrate camera and extract line feature using OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published