简体   繁体   English

使用SimpleITK进行图像配准精度评估(Hausdroff距离)而不分割图像

[英]Image Registration accuracy evaluation (Hausdroff distance) using SimpleITK without segmenting the image

I have registered two images, let's say fixed and moving are Registered. 我已经注册了两张图片,比方说固定和移动是注册的。 After registration I want to measure overlap ratio etc. 注册后我想测量重叠率等。

The SimpleITK has overlap measure filters and to use overlap_measures_filter.Execute(fixed, moving) and hausdroff_measures_filter.Execute() we need to segment the image and we need labels in input. SimpleITK有重叠度量过滤器,并使用overlap_measures_filter.Execute(固定,移动)和hausdroff_measures_filter.Execute()我们需要分割图像,我们需要输入标签。 But the image is hard to segment using just thresholding or connected component filters. 但是使用阈值处理或连接的组件过滤器很难划分图像。

Now the question is then how can we evaluate registration accuracy using SimpleITK with just fixed image and the registered image.(without segmentation ad labeling the image) 现在的问题是如何使用SimpleITK仅使用固定图像和注册图像来评估注册准确性。(没有分段广告标记图像)

如果我正确理解你的问题,你想要的是不可能的:将Hausdorff距离测量好像图像被分割一样,但是没有分割它,因为分割很难。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM