Expand description
Computer vision utilities
Structs§
- Quality
Metrics - Container for quality metric results
Constants§
- INTENSITY_
THRESHOLD - The threshold for feature detection
Functions§
- calculate_
quality_ metrics - Pass in the options for which metrics you want to evaluate by making them Some() in the
results
that you pass in - clamp_
u8 - Clamp the value to the range [0, 255].
- handle_
color - If the input is a color image and we want a gray image, convert it to grayscale
- is_
feature - Check if the given event is a feature
- mid_
clamp_ u8 - Clamp the value to the range [0, 255]. If the value is outside of this range, set it to a mid- point gray value.