ImHausdorff

Matlab code for fast Hausdorff distance computation for binary images or segmentation maps
ダウンロード: 425
更新 2019/3/10

Noticing that all Hausdorff distance functions I could find on MATLAB File Exchange seem to compute all pairwise point-to-point distances making them very slow for large images, I felt compelled to write a version imhausdorff which uses a distance transform, bwdist, and thus scale linearly for large image data. The code should work for images of any dimension. Do try the examples in the help text.

Including point cloud version hausdorff as well. Functional for small data sets.

/ Joakim

引用

Joakim Lindblad (2024). ImHausdorff (https://github.com/joakimlindblad/ImHausdorff), GitHub. に取得済み.

MATLAB リリースの互換性
作成: R2018b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRegion and Image Properties についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: segmentation-evaluator

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.0.1

fig

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。