Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
fsdk::IDetectionBatch Struct Reference

Detection result batch interface. More...

#include <IDetectionBatch.h>

Inheritance diagram for fsdk::IDetectionBatch:
fsdk::IRefCounted

List of all members.

Public Member Functions

virtual size_t getSize () const noexcept=0
 Returns size.
virtual Span< const DetectiongetDetections (size_t index=0) const noexcept=0
 Returns Detections Span.

Detailed Description

Detection result batch interface.


Member Function Documentation

virtual Span<const Detection> fsdk::IDetectionBatch::getDetections ( size_t  index = 0) const [pure virtual]

Returns Detections Span.

Parameters:
[in]indexindex of the image in a batch for which a span of detections will be returned.
Returns:
Span of Detections.
See also:
Span and Detections for details.
virtual size_t fsdk::IDetectionBatch::getSize ( ) const [pure virtual]

Returns size.

Returns:
size of the detection list.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines