How to detect the most mainstream looking brain MRI images? #1772
-
I have a few pictures of brain MRI images in axial form. However, when I open them with pydicom, the images are from the top to the bottom of the face, so I have to manually find one image that has an X in the center of the brain-like image that is often seen on the Internet. I think I can find it using index, but there are too many series, so it seems difficult to use index. I need help on which image technique or method I should use to detect one good quality image for analysis. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, perhaps someone else here can help, but generally speaking, analyzing images is beyond pydicom's scope. I'd suggest stackoverflow or some kind of imaging forum for help with this one. |
Beta Was this translation helpful? Give feedback.
Hi, perhaps someone else here can help, but generally speaking, analyzing images is beyond pydicom's scope. I'd suggest stackoverflow or some kind of imaging forum for help with this one.