FastTrackOrg / FastTrack

FastTrack is a cross-platform application designed to track multiple objects in video recording.
https://www.fasttrack.sh
GNU General Public License v3.0
101 stars 17 forks source link

[windows] AutoLevel algorithm instability #35

Closed bgallois closed 2 years ago

bgallois commented 2 years ago
bgallois commented 2 years ago

On Windows and compiled with MinGW_64 and MSVC2019 the algorithm is stable and gives the same result with the release flag as the Linux version except for the normalization angle that can be slightly different with a precision of ~10e-2. Convergence was fixed with 729c5d31ab30555c9bb80b0efb4259c5ed9de76e when the correct release flag was added to the deployed version.