Module adder_codec_rs::utils::cv

source ·
Expand description

Computer vision utilities

Structs§

Constants§

Functions§

  • Pass in the options for which metrics you want to evaluate by making them Some() in the results that you pass in
  • Clamp the value to the range [0, 255].
  • If the input is a color image and we want a gray image, convert it to grayscale
  • Check if the given event is a feature
  • Clamp the value to the range [0, 255]. If the value is outside of this range, set it to a mid- point gray value.