I have the following problem. I have a 3D numpy array full of floats called scoreMatrix. Now i want to use Itk filters on it like Thresholding filter. Is that generally possible? I tried to convert the numpy array to an itk image and then process it. Is there another way to do it?:I have the following problem. I have a 3D numpy