EyeAI
Loading...
Searching...
No Matches
Operators.hpp File Reference
Include dependency graph for Operators.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FloatTensorBuffer< FloatTensorFormat::RelativeDepthraw_relative_depth_post_operator (FloatTensorBuffer< FloatTensorFormat::RawRelativeDepth > &input)
 
FloatTensorBuffer< FloatTensorFormat::MetricDepthrel2abs_operator (FloatTensorBuffer< FloatTensorFormat::RawRelativeDepth > &input, const std::array< float, MetricDepthModel::COEFFS_COUNT > &coeffs)
 
FloatTensorBuffer< FloatTensorFormat::MiDaSImageRGBmidas_image_operator (FloatTensorBuffer< FloatTensorFormat::ImageRGB255 > &input)
 
FloatTensorBuffer< FloatTensorFormat::YoloImageRGByolo_image_operator (FloatTensorBuffer< FloatTensorFormat::ImageRGB255 > &input)
 

Function Documentation

◆ midas_image_operator()

normalizes rgb input values (3 floats for r, g and b) based on their mean and standard deviation values

◆ raw_relative_depth_post_operator()

◆ rel2abs_operator()

FloatTensorBuffer< FloatTensorFormat::MetricDepth > rel2abs_operator ( FloatTensorBuffer< FloatTensorFormat::RawRelativeDepth > & input,
const std::array< float, MetricDepthModel::COEFFS_COUNT > & coeffs )
nodiscard

◆ yolo_image_operator()