Hi,

 

I’m trying to normalize intensity of structural MRI images because these images are acquired from different scanner, generating with different intensity range.

 

I use a simple math like:

 

New_intensity = constant* (old_intensity – min_intensity)/(max_intensity – min_intensity)

 

Does FSL offer any more advance technique for normalizing image intensity?

 

Many thanks for your reply

Bo