Differentiating Subcotatenous and Visceral Fat Tissue

Hello Everyone!
I am trying to differentiate and measure the volumes of subcotaneous(SC) and visceral fat (V) from 3T T2 MRI images of mice, which are the white areas on this MRI image:
image
FYI: SC is differentiated from V by its location: if it is inside Peritoneum (the membrane that surrounds the abdominal cavity-can be seen on the MRI image with the arrow on the image below):
image
it is V, and if its outside, its SC.
I normally use Editor->ThresholdEffect to select all adipose tissue, then erase V to get the SC for each slice-and vice versa to get V. This takes a lot of time considering I have tons of images to analyze, so I was wondering if there is a method to split my selection, or if there is anyway I can write a Python code that would recognise Peritoneum and do the analyzing.
Thank you!

You can probably make the segmentation dramatically faster by using “Grow from seeds effect”. You can specify an intensity range that only contains adipose tissue, then paint seeds with two different segments in subcutaneous and visceral regions. The process is similar to how you can separate between bone and contrast agent (both appear with same image intensity) in vascular CT images, so you can follow this segmentation recipe.

To fully automate the process: If the images are sufficiently similar then you may be able to automate seed placement by registering an average patient image to the current image and apply the transform to the seeds defined on the average patient. After this, it may be enough to just review and adjust the seeds.