Skip to content

Releases: localdevices/pyorc

v0.7.1

16 Dec 15:15
03bdef3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

  • last frame in a video is now properly read, even if stabilization is used.
  • writing of frames to video is now very fast.

v0.7.0

10 Dec 19:37
26dbcb7
Compare
Choose a tag to compare

What's Changed

With this release the entire workflow for velocimetry estimation is accelerated significantly. Typical videos may take about a factor 4-5 less time to process with exactly the same results. Exact speed-up is dependent on available CPU and memory resources.

Full Changelog: v0.6.1...v0.7.0

v0.6.1

26 Sep 18:48
b55330c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

20 Sep 13:13
f4d764c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.6.0

v0.5.5

15 May 12:19
d9b1098
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

25 Mar 14:41
e1f0318
Compare
Choose a tag to compare

What's Changed

  • fixed a difficult to interpret CLI error #155
  • updated CI actions as OpenCV dependencies changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

21 Nov 16:21
5eda03b
Compare
Choose a tag to compare

What's Changed

  • bug with windows machines fixed, where local coordinate system coordinates were in some cases truncated when 64-bit floats were subtracted from 32-bit floats. This is a behaviour in numpy #145 by @hcwinsemius in #146
  • adding ability to rotate videos through a rotation property in camera configuration or per single video by @hcwinsemius in #147
  • Solving issue with projection using a new method method="numpy" by @hcwinsemius in #149
  • fixing #138 making velocity processor more serializable by @hcwinsemius in #150
  • fix #144 also allowing for a hard-set fps by @hcwinsemius in #153

Full Changelog: v0.5.2...v0.5.3

v0.5.2

16 Aug 15:33
07f9788
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

27 Jun 19:07
8961d3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 May 17:33
1034237
Compare
Choose a tag to compare

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.

Full Changelog: v0.4.3...v0.5.0