summaryrefslogtreecommitdiff
path: root/mv_inference/inference/include/Inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'mv_inference/inference/include/Inference.h')
-rw-r--r--mv_inference/inference/include/Inference.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/mv_inference/inference/include/Inference.h b/mv_inference/inference/include/Inference.h
index 895f6d59..4c8204bb 100644
--- a/mv_inference/inference/include/Inference.h
+++ b/mv_inference/inference/include/Inference.h
@@ -60,11 +60,6 @@ typedef struct _FacialLandMarkDetectionResults {
std::vector<cv::Point> locations;
} FacialLandMarkDetectionResults; /**< structure FacialLandMarkDetectionResults */
-typedef struct _PoseEstimationResults {
- int number_of_pose_estimation;
- std::vector<cv::Point> locations;
-} PoseEstimationResults; /**< structure PoseEstimationResults */
-
namespace mediavision
{
namespace inference
@@ -294,14 +289,6 @@ namespace inference
*/
int GetFacialLandMarkDetectionResults(FacialLandMarkDetectionResults *results);
- /**
- * @brief Gets the PoseEstimationDetectionResults
- *
- * @since_tizen 6.0
- * @return @c true on success, otherwise a negative error value
- */
- int GetPoseEstimationDetectionResults(PoseEstimationResults *results);
-
int GetResults(std::vector<std::vector<int> > *dimInfo,
std::vector<float *> *results);