Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Main
- Add degeneracy-aware DCReg registration APIs for legacy CPU ICP, including
`TransformationEstimationPointToPlaneDCReg`, degeneracy diagnostic helpers,
and a standalone-compatible local-plane ICP helper.
- Upgrade stdgpu third-party library to commit d7c07d0.
- Fix performance for non-contiguous NumPy array conversion in pybind vector converters. This change removes restrictive `py::array::c_style` flags and adds a runtime contiguity check, improving Pandas-to-Open3D conversion speed by up to ~50×. (issue #5250)(PR #7343).
- Corrected documentation for Link Open3D in C++ projects (broken links).
Expand Down
1 change: 1 addition & 0 deletions cpp/open3d/pipelines/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target_sources(pipelines PRIVATE
target_sources(pipelines PRIVATE
registration/ColoredICP.cpp
registration/CorrespondenceChecker.cpp
registration/DCReg.cpp
registration/FastGlobalRegistration.cpp
registration/Feature.cpp
registration/GeneralizedICP.cpp
Expand Down
Loading