roifilt2
Filter region of interest (ROI) in image
Description
filters regions of interest (ROIs) in the 2-D image J
= roifilt2(h
,I
,BW
)I
using the
2-D linear filter h
. BW
is a binary mask,
the same size as I
, that defines the ROIs in
I
. roifilt2
returns an image that
consists of filtered values for pixels in locations where BW
contains 1
s, and unfiltered values for pixels in locations where
BW
contains 0
s.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a