Skip to content

Class mediapipe::api2::TensorsToLandmarksCalculator

ClassList > mediapipe > api2 > TensorsToLandmarksCalculator

Inherits the following classes: mediapipe::api2::Node

Public Static Attributes

Type Name
constexpr Input< bool >::SideFallback::Optional kFlipHorizontally = /* multi line expression */
constexpr Input< bool >::SideFallback::Optional kFlipVertically = /* multi line expression */
constexpr Input< std::vector< Tensor > > kInTensors = {"TENSORS"}
constexpr Output< LandmarkList >::Optional kOutLandmarkList = {"LANDMARKS"}
constexpr Output< NormalizedLandmarkList >::Optional kOutNormalizedLandmarkList = {"NORM\_LANDMARKS"}

Public Functions

Type Name
MEDIAPIPE_NODE_CONTRACT (kInTensors, kFlipHorizontally, kFlipVertically, kOutLandmarkList, kOutNormalizedLandmarkList)
absl::Status Open (CalculatorContext * cc) override
absl::Status Process (CalculatorContext * cc) override

Public Static Attributes Documentation

variable kFlipHorizontally

constexpr Input<bool>::SideFallback::Optional mediapipe::api2::TensorsToLandmarksCalculator::kFlipHorizontally;

variable kFlipVertically

constexpr Input<bool>::SideFallback::Optional mediapipe::api2::TensorsToLandmarksCalculator::kFlipVertically;

variable kInTensors

constexpr Input<std::vector<Tensor> > mediapipe::api2::TensorsToLandmarksCalculator::kInTensors;

variable kOutLandmarkList

constexpr Output<LandmarkList>::Optional mediapipe::api2::TensorsToLandmarksCalculator::kOutLandmarkList;

variable kOutNormalizedLandmarkList

constexpr Output<NormalizedLandmarkList>::Optional mediapipe::api2::TensorsToLandmarksCalculator::kOutNormalizedLandmarkList;

Public Functions Documentation

function MEDIAPIPE_NODE_CONTRACT

mediapipe::api2::TensorsToLandmarksCalculator::MEDIAPIPE_NODE_CONTRACT (
    kInTensors,
    kFlipHorizontally,
    kFlipVertically,
    kOutLandmarkList,
    kOutNormalizedLandmarkList
) 

function Open

absl::Status mediapipe::api2::TensorsToLandmarksCalculator::Open (
    CalculatorContext * cc
) override

function Process

absl::Status mediapipe::api2::TensorsToLandmarksCalculator::Process (
    CalculatorContext * cc
) override


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