Replies: 5 comments
-
here is an implementation on itowns v1 to read such a calibration file : https://github.com/iTowns/itowns/tree/transfo_list |
Beta Was this translation helpful? Give feedback.
-
LGTM |
Beta Was this translation helpful? Give feedback.
-
To have a level3 REST API, it is probably better to use URIs instead of ids :
|
Beta Was this translation helpful? Give feedback.
-
@mbredif, @gliegard Where is the specification of the image/camera orientation ? |
Beta Was this translation helpful? Give feedback.
-
@gchoqueux @mbredif, would you know what is left to do regarding this issue ? |
Beta Was this translation helpful? Give feedback.
-
We need a image orientation data model that would be general enough to support :
Here is a proposed data model encoded in JSON, modified from the camera calibration of itowns v1.
The main idea is to list the transform in the order they are applied to transform a point from the world coordinate system (eg: Lambert 93) to the image pixel coordinate system ([0,width]x[0,height] with integer coordinates at pixel corners ).
The exemple above explicits all convention change matrices so that they would no longer be necessary.
What itowns would have to do project such a texture is :
@vpicavet , @gmaillet ?
Beta Was this translation helpful? Give feedback.
All reactions