Closed vianamp closed 6 years ago
Hi @vianamp ,
Thanks for the support! Great to hear it has been helpful.
Yes, there is automatic support for NumPy arrays -- you can directly pass in a NumPy array to the view
function.
See, e.g. the example:
CC: @fbudin69500
Hi guys.
Thanks for this awesome effort. ITKwidgets have been very useful in my research.
I was wondering if there is a way to view an image stored as a numpy array instead of ITK image. Is there any easy conversion between these two types? Otherwise I always have to save my images an open them with ITK..
Thanks a lot.