FastDeploy
latest
Fast & Easy to Deploy!
|
Preprocessor object for InsightFaceRecognition serials model. More...
#include <preprocessor.h>
Public Member Functions | |
InsightFaceRecognitionPreprocessor () | |
Create a preprocessor instance for InsightFaceRecognition serials model. | |
bool | Run (std::vector< FDMat > *images, std::vector< FDTensor > *outputs) |
Process the input image and prepare input tensors for runtime. More... | |
std::vector< int > | GetSize () |
Get Size. | |
void | SetSize (std::vector< int > &size) |
Set size. | |
std::vector< float > | GetAlpha () |
Get alpha. | |
void | SetAlpha (std::vector< float > &alpha) |
Set alpha. | |
std::vector< float > | GetBeta () |
Get beta. | |
void | SetBeta (std::vector< float > &beta) |
Set beta. | |
void | DisableNormalize () |
This function will disable normalize and hwc2chw in preprocessing step. | |
void | DisablePermute () |
This function will disable hwc2chw in preprocessing step. | |
Preprocessor object for InsightFaceRecognition serials model.
bool fastdeploy::vision::faceid::InsightFaceRecognitionPreprocessor::Run | ( | std::vector< FDMat > * | images, |
std::vector< FDTensor > * | outputs | ||
) |
Process the input image and prepare input tensors for runtime.
[in] | images | The input image data list, all the elements are returned by cv::imread() |
[in] | outputs | The output tensors which will feed in runtime |