Opencv Images Orthorectification

1.1k views Asked by At

I'm writing a program in opencv that stitches aerial images taken by a drone. The problem is that the stitch,after a certain point, start to "curving", so my homography matrix will be messed up and I can't stitch anything more. There's a way in openv to do images orthorectivication without gps or DEM parameters? If not in opencv, there's a library easily integrable with opencv?

Thanks! PS: I'm programming in C++

0

There are 0 answers