Age | Commit message (Collapse) | Author |
|
Now time error is accumulated rather than using only the last
iteration's error.
|
|
Issue: #458
Requested-by: @Borisovich
|
|
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and
friends.
Since this preprocessor definition is now always passed as part
of the build system for MSVC. We can use M_PI as if on a
mission.
|
|
Requested-by: @Sone989
Issue: #440
|
|
|
|
There were too many cases of variables with a "_real" suffix and without. Move
both cases into struct data members.
Also add experimental camera centering method.
Cleanup some other stuff like "is_nan" should take an arbitrary Mat.
|
|
- adjust usages
- add support for QList signals and metatype
|
|
Adjust usages.
|