Bidirectional Local Distance (BLD)

Function for calculating the Bidirectional Local Distance, BLD, between two point clouds.

https://github.com/oyvindlr/Bidirectional-Local-Distance

이 제출물을 팔로우합니다

Bidirectional-Local-Distance

Matlab function for calculating the Bidirectional Local Distance (BLD) from two sets of points. The BLD is a sort of generalization of the Hausdorff distance. Whereas the Hausdorff distance is a single value which represents the worst-case distance between the two clouds, the BLD gives one distance for each point in the reference cloud. The maximum BLD is the Hausdorff distance.

The BLD was defined by Hak Soo Kim, Samuel B. Park, Simon S. Lo, James I. Monroe, Jason W. Sohn in their paper Bidirectional local distance measure for comparing segmentations, https://doi.org/10.1118/1.4754802, in Medical Physics.

The code works for any dimensionality of the points.

Usage:

d = bld(ref, test)

Here, ref is the reference point cloud, and test is the test point cloud. The output d will contain one value for each point in ref, which is the local distance (BLD) at this point.

View Bidirectional Local Distance (BLD) on File Exchange

인용 양식

Øyvind Lunde Rørtveit (2026). Bidirectional Local Distance (BLD) (https://github.com/oyvindlr/Bidirectional-Local-Distance/releases/tag/1.0), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.