EasyCV  0.9.36
Easy! Computer Vision
Public Attributes | List of all members
cvac::TrainerProperties Struct Reference

Public Attributes

int verbosity
 
bool canSetWindowSize = false
 
Size windowSize
 
bool canSetSensitivity = false
 
double falseAlarmRate = -1.0
 
double recall = -1.0
 
double videoFPS = -1.0
 
Properties props
 

Detailed Description

Data structure to configure trainer properties for building the next detector.

Member Data Documentation

bool cvac::TrainerProperties::canSetSensitivity = false
bool cvac::TrainerProperties::canSetWindowSize = false

Set the training window size

double cvac::TrainerProperties::falseAlarmRate = -1.0

Set the sensitivity for the detector to be trained. Pass -1 if you want to hold that parameter to the current value.

Properties cvac::TrainerProperties::props

Props are name-value pairs that can specify detector-specific properties, if any.

double cvac::TrainerProperties::recall = -1.0
int cvac::TrainerProperties::verbosity

The level of output verbosity from server to client; use -1 for default.

double cvac::TrainerProperties::videoFPS = -1.0

If applicable, process frames in a video at the specified number of frames per second. This fps is a suggestion to the algorithm which might or might not observe it. It is also understood as an approximate value since convertion is probably not feasible for any number of fps. Special values: -1: use the specific trainer/detector's default setting -2: process at the native video frame rate -3.n: process every n-th frame in the video

Size cvac::TrainerProperties::windowSize

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