Error in reading input image information in Demons Registration at ImageIO

can someone tell me why it is unable to read memory?
I have given the pixel type as float and my image is also in float data type.

i guess if (imageIO) is always true. Try if (imageIO.IsNotNull()) . Not sure why IO is null.

1 Like

thank you sir. It worked well with .mhd files

1 Like