OpenPoseEstimation.h File Reference
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/core/services/tasks/RunningTask.h>
#include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
#include <RobotAPI/components/RobotState/RobotStateComponent.h>
#include <RobotAPI/libraries/RobotAPIComponentPlugins/ArVizComponentPlugin.h>
#include <VirtualRobot/Robot.h>
#include <Calibration/Calibration.h>
#include <Calibration/StereoCalibration.h>
#include <VisionX/libraries/human/pose/model/openpose_body_25.h>
#include <VisionX/core/ImageProcessor.h>
#include <VisionX/interface/components/OpenPoseEstimationInterface.h>
#include <VisionX/interface/components/PointCloudAndImageAndCalibrationProviderInterface.h>
#include <VisionX/components/image_processor/OpenPoseEstimation/Util.h>
#include <VisionX/components/image_processor/OpenPoseEstimation/KeypointManager.h>
#include <VisionX/components/image_processor/OpenPoseEstimation/ImageKeypointBuffer.h>
#include <openpose/core/headers.hpp>
#include <openpose/pose/headers.hpp>
#include <openpose/utilities/headers.hpp>
+ Include dependency graph for OpenPoseEstimation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenPoseEstimation
 Brief description of class OpenPoseEstimation. More...
 
class  OpenPoseEstimationPropertyDefinitions
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Enumerations

enum  OpenPoseEstimationMode { FromDepthImage, FromStereoImage, FromTopic }