Skip to content

Releases: prime-slam/octreelib

0.0.9

19 Apr 15:37
be38022
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.8...0.0.9

0.0.8

12 Apr 17:15
37d554a
Compare
Choose a tag to compare

What's Changed

  • [feat CudaRansac] Do not use CUDA RNGs. Make number of initial points configurable by @true-real-michael in #28
  • [feat CudaRansac] Parallelize final mask computation. Use shared variables instead of global variables by @true-real-michael in #30

Full Changelog: 0.0.7...0.0.8

0.0.7

23 Mar 14:46
cd403fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

08 Mar 20:03
86065bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...0.0.6

v0.0.5

23 Nov 16:18
e571b43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Nov 13:28
2b34824
Compare
Choose a tag to compare

What's Changed

  • feat(visualization): mask for unused voxels by @pmokeev in #18

Full Changelog: v0.0.3...v0.0.4

v0.0.3

16 Nov 16:08
63c8a0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

Class diagram

class_diagram

v0.0.2

05 Nov 15:07
4b85b8e
Compare
Choose a tag to compare

What's Changed

  • fixed voxels colors in visualization
  • fixed point insertion

Full Changelog: v0.0.1...v0.0.2

v0.0.1

04 Nov 12:14
8072a5b
Compare
Choose a tag to compare

Implemented Functionality

  • Grid as the main class for interaction with the library
  • Point clouds are implemented using numpy arrays

Full Changelog: https://github.com/true-real-michael/octreelib/commits/v0.0.1

v0.0.1-alpha

25 Oct 13:08
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Supported Functionality

  • GridWithPoints
  • StaticGrid
    All of the above use np.ndarray as Point and List[Point] as PointCloud