two_point_calib icon indicating copy to clipboard operation
two_point_calib copied to clipboard

Camera Coordinates

Open Kroery opened this issue 5 years ago • 1 comments

Hi,

Could you tell me how you get the camera coordinates (Cx,Cy, Cz) in your dataset in detail?

Thanks

Kroery avatar Dec 26 '19 12:12 Kroery

Sure, you can have a look here: https://github.com/lood339/SCCvSD/issues/4 The idea is that homogrpahy--> image 2D- world 2D correspondence --> estimate all parameters of the camera (location, rotation and focal length). After that, (Cx, Cy, Cz) is the mean of all camera locations (training set). Hope that helps.

lood339 avatar Jan 03 '20 01:01 lood339