Closed ShrutheeshIR closed 4 years ago
Hi @ShrutheeshIR
it depends on the topics that you are subscribing.
Topics with _raw
must be rectified, topics without _raw
are ready to be used:
https://www.stereolabs.com/docs/ros/zed-node/#published-topics
Thanks @Myzhar I am subscribing to rgb/image_rect_color
, and hence the rectified images.
My query is:
Can I just ignore the k1
,k2
,p1
,p2
values and use the fx
, fy
, cx
, cy
directly, or should I make any changes?
fx, fy, cx and cy are required to extract 3D info. The distortion parameters are null for rectified images
@Myzhar Thanks! Just to confirm once again, the fx, fy, cx and cy values remain the same for both rectified and unrectified images right?
Exactly 👍
Thanks a ton!
Hello! I am fairly new to this sphere, so apologies in advance if the question is redundant.
I have taken a video sequence using the Zed camera.
These are my camera intrinsics parameters. In another comment, I read that the zed camera gives out rectified images. So what do rectified images mean?
Before processing, do I have to undistort the points using k1,k2,p1,p2 Or can I ignore the lens distortion parameters and continue? Note: I am trying to implement a custom SLAM algorithm and hence I need the correct parameters to go to and from pixels to 3D points