calculates the gray level variance in a neighborhood for each pixel
FilteredImage = VarianceFilter(Image);
2D matrix of type double
vector of type double with two elements, the first one specifies the height, the second one the width of the filter
2D matrix of type double
This function calculates the gray level variance in a neighborhood for each pixel. VarianceFilter is called by .