ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
295 stars 142 forks source link

RPC solver: Set system of equations only once #278

Closed JorgeGIlG closed 2 years ago

JorgeGIlG commented 2 years ago

Only the weight matrix is updated inside the loop. There is no point in setting the system of equations on each iteration.