Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Classes | Functions
face_detector.h File Reference
#include <face_sdk_base/export.h>
#include <face_sdk_base/face.h>
#include <face_sdk_base/license.h>

Go to the source code of this file.

Classes

class  face_sdk::face_detector
 Face detection algorithm. The Face detection find faces on images. More...
 

Functions

std::shared_ptr< face_sdk::face_detector > FACE_SDK_EXPORT face_sdk::make_face_detector (uint32_t version, const std::shared_ptr< face_sdk::license > &license, const std::shared_ptr< face_sdk::data_container > &contaner, uint32_t batch_size, int32_t compute_device)
 Makes the face_sdk::face_detector object with specified version, license, data container, batch size and compute_device. More...
 
std::shared_ptr< face_sdk::face_detector > FACE_SDK_EXPORT face_sdk::make_face_detector (uint32_t version, const std::shared_ptr< face_sdk::license > &license, uint32_t batch_size, int32_t compute_device)
 Makes the face_sdk::face_detector object with specified version, license, batch size and compute device. The data container is loaded from known paths (see Known paths). More...
 
std::shared_ptr< face_sdk::face_detector > FACE_SDK_EXPORT face_sdk::make_face_detector (uint32_t version, const std::shared_ptr< face_sdk::data_container > &contaner, uint32_t batch_size, int32_t compute_device)
 Makes the face_sdk::face_detector object with specified version, data container, batch size and compute device. The license is loaded from known paths (see Known paths). More...
 
std::shared_ptr< face_sdk::face_detector > FACE_SDK_EXPORT face_sdk::make_face_detector (uint32_t version, uint32_t batch_size, int32_t compute_device)
 Makes the face_sdk::face_detector object with specified version, batch size and compute device. The data container and the license are loaded from known paths (see Known paths). More...