EyeAI
Loading...
Searching...
No Matches
Operators.cpp File Reference
#include "EyeAICore/Operators.hpp"
#include "EyeAICore/MetricDepthModel.hpp"
#include "EyeAICore/utils/Profiling.hpp"
#include <algorithm>
Include dependency graph for Operators.cpp:

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()