Closed ripytide closed 6 months ago
Kernel::filter
Kernel
GradientKernel
pub static HORIZONTAL_SOBEL
Roberts
horizontal_*
vertical_*
SeparableKernel
gradient
closing as this has been reworked in a V2 #601
Kernel::filter
a free-standing function which is more consistent with the rest of the libraryKernel
type for better dimensionality checkingGradientKernel
enum for common gradient kernels which replaces all thepub static HORIZONTAL_SOBEL
and similar (and adds a newRoberts
kernel)horizontal_*
andvertical_*
functions since they can all be achieved using filter withGradientKernel
SeparableKernel
type for use with thegradient
function to make function parameter passing more concise.