Skip to content

Adding Z-Normalization before or after RandomNoise #843

Answered by romainVala
nicoloesch asked this question in Q&A
Discussion options

You must be logged in to vote

As explain the point here is that adding noise to an image it is difficult to choose a "relevant" std for the noise,
(imagine you have intensity mean around 200 in one subject and 2000 in an other (that can append for MRI because it is always define with an arbitrary scale factor)
so adding a noise with a std of 10 will have very different effect of those 2 subjects

that is why "normalising the intesity" first is important. to be able to keep a given std (for RandomNoise). Note that you could also do it with the RescaleIntensity transform

if Z-Normalization is important, you can just add it a second time after adding random noise

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nicoloesch
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by nicoloesch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants