Skip to content

Class mediapipe::LandmarkProjectionCalculator

ClassList > mediapipe > LandmarkProjectionCalculator

Inherits the following classes: mediapipe::CalculatorBase

Public Functions

Type Name
absl::Status Open (CalculatorContext * cc) override
absl::Status Process (CalculatorContext * cc) override

Public Static Functions

Type Name
float CalculateZScale (const std::array< float, 16 > & matrix)
absl::Status GetContract (CalculatorContract * cc)
void ProjectXY (const NormalizedLandmark & lm, const std::array< float, 16 > & matrix, NormalizedLandmark * out)

Public Functions Documentation

function Open

inline absl::Status mediapipe::LandmarkProjectionCalculator::Open (
    CalculatorContext * cc
) override

function Process

inline absl::Status mediapipe::LandmarkProjectionCalculator::Process (
    CalculatorContext * cc
) override

Public Static Functions Documentation

function CalculateZScale

static inline float mediapipe::LandmarkProjectionCalculator::CalculateZScale (
    const std::array< float, 16 > & matrix
) 

Landmark's Z scale is equal to a relative (to image) width of region of interest used during detection. To calculate based on matrix: * Project (0,0) (1,0) segment using matrix. * Calculate length of the projected segment.


function GetContract

static inline absl::Status mediapipe::LandmarkProjectionCalculator::GetContract (
    CalculatorContract * cc
) 

function ProjectXY

static inline void mediapipe::LandmarkProjectionCalculator::ProjectXY (
    const NormalizedLandmark & lm,
    const std::array< float, 16 > & matrix,
    NormalizedLandmark * out
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/util/landmark_projection_calculator.cc