开发者

Generating 3D points from Disparity

开发者 https://www.devze.com 2023-02-14 21:37 出处:网络
Can someone point out the math involved in getting the 3d points of an image from its disparity values?I have the Image(i,j) and disparity at each of these points.What i want is the开发者_如何学运维 t

Can someone point out the math involved in getting the 3d points of an image from its disparity values?I have the Image(i,j) and disparity at each of these points.What i want is the开发者_如何学运维 true 3D coordinate x,y,z using math equations.


Long answer - http://www.amazon.com/Multiple-View-Geometry-Computer-Vision/dp/0521540518/

Short answer. You have the pixel scale, so for a given number of pixel disparity you can get an angle different. With the baseline between cameras and an angle you have a distance

ps. take a look at the opencv book, it has a couple of good chapters on stereo

Generating 3D points from Disparity

0

精彩评论

暂无评论...
验证码 换一张
取 消