mirror of
https://github.com/bububa/openvision.git
synced 2025-10-12 17:10:14 +08:00
feat(hand): add hand detecter
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "../common/common.hpp"
|
||||
#include <vector>
|
||||
namespace ov {
|
||||
namespace ovpose {
|
||||
|
||||
class Detecter: Estimator {
|
||||
class Detecter: public ov::Estimator {
|
||||
public:
|
||||
virtual ~Detecter(){};
|
||||
virtual int ExtractROIs(const unsigned char* rgbadata,
|
||||
|
Reference in New Issue
Block a user