AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
Room
CVPR_Lab.hpp
Go to the documentation of this file.
1
//
2
// CVPR_Lab.hpp
3
// AI_Watch_A1
4
//
5
// Created by Denny Caruso on 27/09/22.
6
//
7
8
// License: Apache 2.0. See LICENSE file in root directory.
9
// Copyright(c) 2022. All Rights Reserved.
10
11
#ifndef CVPR_Lab_h
12
#define CVPR_Lab_h
13
14
#include "
Room.hpp
"
15
16
17
23
class
CVPR_Lab
:
public
Room
{
24
public
:
28
CVPR_Lab
(
void
);
29
};
30
31
#endif
/* CVPR_Lab_h */
Room.hpp
CVPR_Lab
CVPR Lab class represents the CVPR Lab abstraction. The CVPR Lab is a Room with default values....
Definition:
CVPR_Lab.hpp:23
CVPR_Lab::CVPR_Lab
CVPR_Lab(void)
Construct a new CVPR Lab object.
Definition:
CVPR_Lab.cpp:15
Room
Room class represents the Room abstraction. A Room object has different specifications,...
Definition:
Room.hpp:64
Generated by
1.9.4