2-D box filtering of images
filters
image B
= imboxfilt(A
,filterSize
)A
with a 2-D box filter with size specified
by filterSize
.
uses name-value pair arguments to control aspects of the
filtering.B
= imboxfilt(___,Name,Value
)
imboxfilt
performs filtering using either
convolution-based filtering or integral image filtering, using an
internal heuristic to determine which filtering approach to use.