NHPatterson / wsireg

multimodal whole slide image registration in a graph structure
MIT License
78 stars 7 forks source link

Cast all point data to double for operations in SimpleITK #33

Closed NHPatterson closed 2 years ago

NHPatterson commented 2 years ago

This fixes the issue raised in #31. Previous testing point data was floating point and the conversion into a numpy array using a data type compatible with SimpleITK. Integer data types are not compatible, so they must be converted.