I constructed an experiment with Gaussian blur in real world and MR images. I printed some test images blurred and compare augmented images blurred too.
What is the best way to express how much blurring I applied in real-world coordinates?
The image is 2560x1440 pixels, corresponding to 533x300 cm in the real world. If this image is blurred with a Gaussian with standard deviation n
(filter size is ceil(3 * n) * 2 + 1
), how can this be expressed in centimeters? Is it reasonable to express it as the real size of the filter in centimeters?