eye-boof.morphology

dilate4

(dilate4 img & [n])
GrayU8 -> int -> GrayU8
Dilates an image using a 8-neighborhood. n is the number of times the operation
will be applied.

dilate8

(dilate8 img & [n])
GrayU8 -> int -> GrayU8
Dilates an image using a 8-neighborhood. n is the number of times the operation
will be applied.

erode4

(erode4 img & [n])
GrayU8 -> int -> GrayU8
Erodes an image using a 4-neighborhood. n is the number of times the operation
will be applied.

erode8

(erode8 img & [n])
GrayU8 -> int -> GrayU8
Erodes an image using a 8-neighborhood. n is the number of times the operation
will be applied.

impl-ops

macro

(impl-ops fname boofcv-fn docs)
Defines a function fname that simply calls a BoofCV function with some
specific parameters.