[−][src]Function arrayfire::erode3
pub fn erode3<T>(input: &Array<T>, mask: &Array<T>) -> Array<T> where
T: HasAfEnum + ImageFilterType,
Erode a Volume
Erosion for a volume is similar to the way erosion works on an image. Only difference is that the masking operation is performed on a volume instead of a rectangular region.
Parameters
input
is the input volumemask
is the morphological operation mask
Return Values
Eroded Volume(Array)