Module math
imageproc
0.23.0
Module math
Module Items
Functions
In crate imageproc
Modules
contours
contrast
corners
definitions
distance_transform
drawing
edges
filter
geometric_transformations
geometry
gradients
haar
hog
hough
integral_image
local_binary_patterns
map
math
morphology
noise
pixelops
point
rect
region_labelling
seam_carving
stats
suppress
template_matching
union_find
utils
Macros
assert_dimensions_match
assert_pixels_eq
assert_pixels_eq_within
gray_image
rgb_image
rgba_image
imageproc
Module
math
Copy item path
Settings
Help
Summary
Source
Expand description
Assorted mathematical helper functions.
Functions
§
cast
Helper for a conversion that we know can’t fail.
l1_norm
L1 norm of a vector.
l2_norm
L2 norm of a vector.