[ITK] How to get to get image similarity metrics under .NET ?

Bradley Lowekamp blowekamp at mail.nih.gov
Tue Nov 17 08:41:41 EST 2015


Hello,

You should look into SimpleITK's ImageRegistrationMethod::MetricEvaluate( Image, Image ) member function.

Here is a Python example of using the method, C# should be similar:

http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/63_Registration_Initialization.html

HTH,
Brad

On Nov 17, 2015, at 8:24 AM, Oleg Subachev <osubachev at gmail.com> wrote:

> I need to get similarity metrics for 2D images under .NET.
> According to ITK documentation
> (http://www.itk.org/Doxygen/html/ImageSimilarityMetricsPage.html)
> there are several Image To Image metrics available.
> ITK itself contains corresponding methods.
> But I cannot find those methods in SimpleITK :-(
> There is SimpleITK.NormalizedCorrelation(Image, Image, Image) method,
> but it seems to have nothing with similarity metrics.
> 
> How to get to get image similarity metrics under .NET ?
> 
> -- 
> Best regards,
> 
> Oleg Subachev
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community



More information about the Community mailing list