Object Detection¶
- 
void 
Trueface::SDK::detectObjects(std::vector<BoundingBox> &boundingBoxes)¶ Detect people and objects in the image.
- See
 - Parameters
 [out] boundingBoxes: a vector of BoundingBox objects that gets populated with the detected objects.
- 
std::string 
Trueface::SDK::getObjectLabelString(ObjectLabel label)¶ Converts an object label to a std::string. This can be used to display the object labels.
- Return
 The object label as a std::string.
- Parameters
 [in] label: the label of a BoundingBox.
- 
struct 
Trueface::BoundingBox¶ 
- 
template<typename 
T>
structTrueface::Point 
- 
enum 
Trueface::ObjectLabel¶ Object classes
Values:
- 
enumerator 
background¶ 
- 
enumerator 
aeroplane¶ 
- 
enumerator 
bicycle¶ 
- 
enumerator 
bird¶ 
- 
enumerator 
boat¶ 
- 
enumerator 
bottle¶ 
- 
enumerator 
bus¶ 
- 
enumerator 
car¶ 
- 
enumerator 
cat¶ 
- 
enumerator 
chair¶ 
- 
enumerator 
cow¶ 
- 
enumerator 
diningtable¶ 
- 
enumerator 
dog¶ 
- 
enumerator 
horse¶ 
- 
enumerator 
motorbike¶ 
- 
enumerator 
person¶ 
- 
enumerator 
pottedplant¶ 
- 
enumerator 
sheep¶ 
- 
enumerator 
sofa¶ 
- 
enumerator 
train¶ 
- 
enumerator 
tvmonitor¶ 
- 
enumerator