root / CCV-HAND / addons / ofxNCore / src / Tracking / BlobManager.cpp @ 59

View | Annotate | Download (212 Bytes)

1
/*
2
*  BlobManager.cpp
3
*  
4
*
5
*  Created on 2/2/09.
6
*  Copyright 2009 NUI Group. All rights reserved.
7
*
8
*/
9
10
#include "BlobManager.h"
11
12
BlobManager::BlobManager() {
13
14
}
15
16
BlobManager::~BlobManager() {
17
        blobs.clear();
18
}