NHPatterson / wsireg

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

integrate pydantic as a model for image preprocessing parameters, enum for registration model choices #34

Closed NHPatterson closed 2 years ago

NHPatterson commented 2 years ago

Uses pydantic to serve and validate registration image preprocessing. Also adds RegModel as an enum to serve default registration model parameters (can still produce a valid parameter map from a file on disk as well).