You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for sharing your excellent work and providing the code!
I have a question regarding the image2world method in BaseCamera. The docstring mentions that the method transforms a point from the image plane to 3D world coordinates. Could you clarify if the returned value represents the coordinates of the 3D ray in the Camera Coordinate System?
Additionally, if we assume that the point in the image corresponds to a location on the ground plane in the world coordinate system (i.e., Z=0), is it possible to use this method to estimate the XY coordinates of that point in the World Coordinate System?
Thanks again for your time and assistance!
The text was updated successfully, but these errors were encountered:
Hi,
First, thank you for sharing your excellent work and providing the code!
I have a question regarding the
image2world
method inBaseCamera
. The docstring mentions that the method transforms a point from the image plane to 3D world coordinates. Could you clarify if the returned value represents the coordinates of the 3D ray in the Camera Coordinate System?Additionally, if we assume that the point in the image corresponds to a location on the ground plane in the world coordinate system (i.e., Z=0), is it possible to use this method to estimate the XY coordinates of that point in the World Coordinate System?
Thanks again for your time and assistance!
The text was updated successfully, but these errors were encountered: