Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Not out of the box. However, you can do the following: fist safe the matrix you want to blur (e.g. via clone()), then set all pixels to 0 which should be ignored, apply gauessian-blur, and then copy back the ignored pixels from the original matrix (i.e. the saved one).