Skip to content

Releases: RomanJuranek/librectify

v0.9.11

18 Aug 13:53
Compare
Choose a tag to compare
parameter tuning

v0.9.10

18 Aug 13:13
Compare
Choose a tag to compare
Doc update

v0.9.9

23 Jul 13:19
Compare
Choose a tag to compare

Method for line group detection changed from RANSAC to Hough Transform.

v0.9.8

21 Jul 19:28
Compare
Choose a tag to compare

See changelog

v0.9.7

21 May 12:10
Compare
Choose a tag to compare
  • Thread safety in ransac
  • Internal representation changes
  • Small performance improvements
  • Fixed error in computer_rectification_transform_from_vp

v0.9.6

18 May 09:52
Compare
Choose a tag to compare
  • Fixed crash in line refinement
  • Fixed wrong vanishing points in ImageTransform after compute_rectification_transform
  • Improved image warping in autorectify
  • Documentation

v0.9.5

11 May 11:55
Compare
Choose a tag to compare
  • Experimental support for line post processing (parameter refine in find_line_segment_groups)
  • Fixed threading issues
    • Some parallel regions did not use internal number of threads
    • By default, omp setting is used
  • API is enclosed in namespace librectify
  • release_line_segments for deallocation of memory returned by find_line_segment_groups