Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Releases: luoxuhai/pcl.js

v1.7.2

01 Oct 01:36
Compare
Choose a tag to compare

1.7.2 (2022-10-01)

🐛 Bug Fixes

  • Fix can't get PointXYZRGB to rgb value (be97496)

✨ Features

  • new readPCDHeader method (2b56103)

Full Changelog: v1.7.1...v1.7.2

v1.7.1

29 Sep 15:24
Compare
Choose a tag to compare

1.7.1 (2022-09-29)

🐛 Bug Fixes

  • Fix get points cause memory leak (7bbc015)
  • Fix points.size is not a function at PointCloudViewer.addPointCloud (fea411f)

v1.7.0

29 Sep 01:32
Compare
Choose a tag to compare

1.7.0 (2022-09-29)

✨ Features

  • Add addPointCloudByData method to PointCloudViewer (5a80639)
  • Add bigint support (96cf62c)
  • Add header and size to PointCLoud (00f0a37)

🐛 Bug Fixes

  • computeCloudResolution fails to process point clouds that are not of type PointXYZ (f6f9548)

v1.7.0-alpha.1

28 Sep 00:39
Compare
Choose a tag to compare
v1.7.0-alpha.1 Pre-release
Pre-release

1.7.0-alpha.1 (2022-09-28)

✨ Features

v1.7.0-alpha.0

25 Sep 06:25
Compare
Choose a tag to compare
v1.7.0-alpha.0 Pre-release
Pre-release

1.7.0-alpha.0 (2022-09-25)

✨ Features

  • Add addPointCloudByData method to PointCloudViewer (5a80639)

v1.6.0

25 Sep 02:09
Compare
Choose a tag to compare

1.6.0 (2022-09-25)

✨ Features

  • Add ISSKeypoint3D detects the Intrinsic Shape Signatures keypoints for a given point cloud (018adfc)
  • Add search.KdTree 3D spatial locator (bad2092)

v1.5.0

23 Sep 14:59
Compare
Choose a tag to compare

1.5.0 (2022-09-23)

✨ Features

loadPCDData(data: ArrayBuffer): PointCloud
savePCDData(cloud: PointCloud): ArrayBuffer
savePCDDataASCII(cloud: PointCloud): ArrayBuffer
savePCDDataBinary(cloud: PointCloud): ArrayBuffer
savePCDDataBinaryCompressed(cloud: PointCloud): ArrayBuffer

v1.4.1

21 Sep 14:07
Compare
Choose a tag to compare

1.4.1 (2022-09-21)

🐛 Bug Fixes

  • Fix setSize method of PointCloudViewer does not scale correctly (6781d94)

📚 Documentation

  • Update StatisticalOutlierRemoval example url (7b0f6cb)
  • Remove example detail page (7f02e57)

v1.4.0

21 Sep 00:32
Compare
Choose a tag to compare

1.4.0 (2022-09-21)

✨ Features

v1.3.0

17 Sep 05:02
Compare
Choose a tag to compare

1.3.0 (2022-09-17)

✨ Features