cameratransform
cameratransform copied to clipboard
cameratransform is a python package which can be used to fit camera transformations and apply them to project points from the camera space to the world space and back.
Thank you for great job. I found bug in spatial.py, need to fix. line 107~ def _initCameraMatrix(self, height=None, tilt_angle=None, roll_angle=None): if self.heading_deg < -360 or self.heading_deg > 360: # pragma:...
without setting elevation_m, tilt.
Hello. Thankyou for your great work. Unfortunately we have some issues and it depends from some leaks in docs. So, we use roll-pitch-yaw system. and we have ``` roll= -4...
I have tried to install newest version of cameratransform that now requires poetry. (Documentation update anyone?) It turns out that one must install python with normal installation under Win10 that...
Hey, thanks for the awesome work. I have noticed the sensor height parameter is ignored. I can't achieve the expected results with CameraTransform and I wonder if this might be...
Hi. I've been exploring _cameratransform_ to understand how to perform backprojections on a single image. I'm not obtaining the correct backprojected penguin points nor horizon line as shown in the...
I have used the fitting functionality to try and find reasonably values for some of the parameters. Below is the plot that resulted. I don't understand what the red and...
Thanks for the excellent library! I've been working to process some drone images that are intentionally about 40 deg off nadir and transform them to how they'd look top down...
How to help with the documentation ?