简体   繁体   中英

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. 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)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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