Add FPFH WSB_subsampled.vtk test input data#62
Merged
hjmjohnson merged 1 commit intoMay 27, 2026
Merged
Conversation
…bc2cycdmjggxzoueypy)
hjmjohnson
marked this pull request as ready for review
May 27, 2026 20:23
hjmjohnson
merged commit May 27, 2026
46bbfc3
into
InsightSoftwareConsortium:gh-pages
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the test input point cloud
WSB_subsampled.vtkused by the FPFH (Fast Point Feature Histogram) module, as a content-addressedCID/blob for CMake ExternalData.This is a prerequisite for ingesting
ITKFPFHinto ITK main (Modules/Registration/FPFH): upstream committed this 262 KB ASCII VTK point cloud as a raw file undertest/Input/, but it is referenced viaDATA{Input/WSB_subsampled.vtk}, so it must live in the ExternalData mirror with a.cidcontent link rather than as a raw in-tree binary.Details
CID/bafkreie3ootro324rcx2nzzqol5wxwcmzuh4dc7bc2cycdmjggxzoueypybafkreie3ootro324rcx2nzzqol5wxwcmzuh4dc7bc2cycdmjggxzoueypy4bdc030f85cbeb140c0887da9d85ec2b12c49c9e8fb1a14e407d6c3348124591b69645151cc42b4359a587f1f892cc18cf618321d40348fe2e33cbfc10d854f7InsightSoftwareConsortium/ITKFPFH:test/Input/WSB_subsampled.vtk(bytes unmodified)Once merged, the in-tree FPFH ingest replaces the raw
test/Input/WSB_subsampled.vtkwith aWSB_subsampled.vtk.cidcontent link containing the CID above.