what is the difference between camera calibration and rectified
I want understanding about camera calibration vs rectified image or video data.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want understanding about camera calibration vs rectified image or video data.
Camera calibration, as the name suggests, will try to solve for the intrinsics of the camera which could be distortions due to the lens, skew, etc. This link has good resources about camera calibration. After the calibration process, rectification matrices and intrinsic matrices are generated. You then have to apply these matrices to every new image to correct them. A corrected image is called rectified image.
So to answer your question, calibration is a "process" and a rectified image is the "outcome".
Yes, you can calibrate monocular cameras as well as stereo cameras. Both will involve a similar process but in the case of stereo cameras, you will have an additional step to triangulate the relative location of the stereo pair.
Choice between monocular and stereo depends on your application. If you can get by with a single camera then why use a pair? You can keep processing to a minimum. On the other hand, if you feel that depth information (from a stereo pair) can improve your results and you can afford the processing then you should use stereo cameras.
Asked: 2021-04-02 11:08:37 -0500
Seen: 485 times
Last updated: Apr 02 '21
Problem with xacro invalid <param>
std_srvs.srv file not in /var/mail folder
Rviz PluginlibFactory load wrong path
Node that monitors all other nodes
Can ROS timers be safe to clock jumps?
Running Webviz on another machine
stereo_img_proc camera_calibration origin frame [closed]