Does doing a Gaussian blur on a 240*240 pixels image with radius of X will produce the same "blur" than doing a Gaussian blur on a 100*100 pixels image with the same radius ? what exactly is doing the radius in Gaussian blur algorithm ?
often people say me it's better (more faster) to choose a lower radius on a reduced size of an image and magnify the image after. Is this true ? why ?