[src] Function arrayfire::dilate3
pub fn dilate3<T>(input: &Array<T>, mask: &Array<T>) -> Array<T> where
T: HasAfEnum + ImageFilterType,
Dilate a Volume
Dilation for a volume is similar to the way dilation works on an image. Only difference is that the masking operation is performed on a volume instead of a rectangular region.
Parameters
inputis the input volumemaskis the morphological operation mask
Return Values
Dilated Volume(Array)