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

Image modification estimator output structure. More...

#include <IImageModificationEstimator.h>

Public Types

enum  Status { Status::Modified = 0, Status::Unmodified }
 

Public Attributes

float score
 "0" means that modification traces are certainly present. More...
 
Status status
 whether the image is modified
 

Detailed Description

Image modification estimator output structure.

Member Enumeration Documentation

◆ Status

Enumerator
Modified 

Modification traces are found, the image is modified.

Unmodified 

Modification traces are not found, the image is probably unmodified.

Member Data Documentation

◆ score

float fsdk::ImageModificationEstimation::score

"0" means that modification traces are certainly present.

confidence score in the [0,1] range that the image does not contain modification traces.


The documentation for this struct was generated from the following file: