v0.5.0
What's Changed
Several large updates were made to:
- make it a lot easier to get well-calibrated ground control and lens parameters at the same time. we now do this by optimizing the lens' focal length and (if enough ground control is provided) barrel distortion whilst fitting the perspective to the user-provided ground control points
- provide the fitted ground control points in the interface so that the user can immediately see if the ground control points are well fitted or if anything seems to be wrong with one or more control points.
- get much-improved stabilization for non-stable videos
- feature stabilization on command line which consequently provided user-interfacing to select non-moving areas by pointing and clicking.
The following issues are the major issues describing these major improvements.
The stabilization is arranged slightly differently on the API and can now already be set in camera configuration. This is a change in API requiring a medior version bump.
- Issue 122 by @hcwinsemius in #124
- Issue 126 by @hcwinsemius in #127
Full Changelog: v0.4.3...v0.5.0