Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iterative closest point #4361

Merged
merged 5 commits into from
May 3, 2023
Merged

Add iterative closest point #4361

merged 5 commits into from
May 3, 2023

Conversation

akaszynski
Copy link
Member

Implement vtkIterativeClosestPointTransform. Inspired by #4310.

image

@github-actions github-actions bot added the enhancement Changes that enhance the library label Apr 30, 2023
@codecov
Copy link

codecov bot commented Apr 30, 2023

Codecov Report

Merging #4361 (bb3de29) into main (06ea016) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #4361   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files          97       97           
  Lines       20814    20849   +35     
=======================================
+ Hits        19942    19977   +35     
  Misses        872      872           

tests/test_filters.py Outdated Show resolved Hide resolved
@banesullivan banesullivan mentioned this pull request May 1, 2023
6 tasks
Copy link
Member

@banesullivan banesullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@akaszynski akaszynski merged commit 8ce8278 into main May 3, 2023
24 checks passed
@akaszynski akaszynski deleted the feat/icp branch May 3, 2023 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes that enhance the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants