applies a separable filter to an image
FilteredImage = SeparableFilter(Image, ColumnFilter, RowFilter);
2D matrix of type double
vector of type double
vector of type double
2D matrix of the same size and type as Image
This function applies a separable filter to an image.