I am trying to do some basic thresholding on brain images. I'm trying to find the tumor to brain ratio and then use do some basic filtering based on the following ratio:
the intensity of every pixel/contralateral brain tissue intensity
Is there a way to get the intensity of this background brain pixel manually and then calculate the ratio for every pixel, to then be able to see which pixels are "in" and "out" of this threshold?
Thanks in advance