Problem with generating point cloud from calibrated images

asked 2019-01-11 17:17:14 -0600

dharwardt gravatar image

updated 2019-01-13 15:40:25 -0600

Hello, i have a problem with generating a point cloud. I have used the opencv Examplecode from github with some modifications. And i have used this two pics:

Left picture:

image description

Right picture:

image description

The generated point cloud from lidarview is:

image description

Disparity Map

image description

Can anybody help me and tell me what i am doing wrong? Do you ne any additional information?

Best regards Dominik

edit retag flag offensive close merge delete

Comments

You are saying that the bottom picture from lidarview is a display of the .ply created from the example?

What does the disparity look like?

Tetragramm gravatar imageTetragramm ( 2019-01-11 19:20:33 -0600 )edit

Hey Tetragramm, yes, the picture is a display from the points which cv.reprojectImageTo3D(disp, Q) returned. So the color ísn't visualized. The Disparity picture is added.

dharwardt gravatar imagedharwardt ( 2019-01-13 15:44:48 -0600 )edit

I don't actually do much with Stereo, but take a look at THIS tutorial. It seems to represent your issue.

Tetragramm gravatar imageTetragramm ( 2019-01-13 17:27:35 -0600 )edit