I need perspective transformation, I don't have any data about the camera, can I use neural networks for that? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I need perspective transformation, I don't have any data about the camera, can I use neural networks for that?

7th Oct 2018, 2:41 AM
Gaurav Atreya
Gaurav Atreya - avatar
2 Réponses
0
Just do x=x/z; y=y/z;
7th Oct 2018, 5:40 AM
Sergey Ushakov
Sergey Ushakov - avatar
0
I need to find real ordinates from perspective ones. and there is just a plane(z=0), I tried to find the analytical solution the equations results in a unbelievably huge equations and now my program says divided by zero in that equation and I can't debug it because of its complexity.. that's why I was seeking other methods
8th Oct 2018, 3:17 AM
Gaurav Atreya
Gaurav Atreya - avatar