# Surface distance metrics
## Summary
When comparing multiple image segmentations, performance metrics that assess how closely the surfaces align can be a useful difference measure. This group of surface distance based measures computes the closest distances from all surface points on one segmentation to the points on another surface, and returns performance metrics between the two. This distance can be used alongside other metrics to compare segmented regions against a ground truth.
Surfaces are represented using surface elements with corresponding area, allowing for more consistent approximation of surface measures.
## Metrics included
This library computes the following performance metrics for segmentation:
- Average surface distance (see `compute_average_surface_distance`)
- Hausdorff distance (see `compute_robust_hausdorff`)
- Surface overlap (see `compute_surface_overlap_at_tolerance`)
- Surface dice (see `compute_surface_dice_at_tolerance`)
- Volumetric dice (see `compute_dice_coefficient`)
## Installation
First clone the repo, then install the dependencies and `surface-distance`
package via pip:
```shell
$ git clone https://github.com/deepmind/surface-distance.git
$ pip install surface-distance/
```
## Usage
For simple usage examples, see `surface_distance_test.py`.
没有合适的资源?快使用搜索试试~ 我知道了~
surface-distance-master.zip
共9个文件
py:6个
md:2个
license:1个
需积分: 49 43 下载量 194 浏览量
2020-08-17
12:00:01
上传
评论 1
收藏 18KB ZIP 举报
温馨提示
图像分割评估指标——表面距离计算库: 这个库主要包含了以下几个表面距离计算: Average surface distance 平均表面距离 Hausdorff distance 豪斯多夫距离 Surface overlap 表面重叠度 Surface dice 表面dice值 Volumetric dice 三维dice值
资源推荐
资源详情
资源评论
收起资源包目录
surface-distance-master.zip (9个子文件)
surface-distance-master
surface_distance
lookup_tables.py 22KB
__init__.py 754B
metrics.py 18KB
surface_distance_test.py 14KB
__init__.py 743B
CONTRIBUTING.md 1KB
LICENSE 11KB
setup.py 1KB
README.md 1KB
共 9 条
- 1
资源评论
Joker007
- 粉丝: 1w+
- 资源: 19
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Java和Python的垃圾图像分类系统.zip
- (源码)基于Spring Boot和Beetl的代码生成管理系统.zip
- (源码)基于低功耗设计的无线互呼通信系统.zip
- (源码)基于Arduino的盲人碰撞预警系统.zip
- 自己学习java安全的一些总结,主要是安全审计相关.zip
- (源码)基于C++的多线程外部数据排序与归并系统.zip
- 编译的 FFmpeg 二进制 Android Java 库.zip
- 纯 Java git 解决方案.zip
- (源码)基于Spring Boot和Vue的后台管理系统.zip
- 用于将 Power BI 嵌入到您的应用中的 JavaScript 库 查看文档网站和 Wiki 了解更多信息 .zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功