Static Public Attributes | List of all members
MomentsCalculation Class Reference

Choose between speed and accuracy during image moment calculation. More...

Inherits object.

Static Public Attributes

int FavorAccuracy = 2
 Favor accuracy over speed during moments calculation. More...
 
int FavorNone = 0
 Favor neither speed nor accuracy. More...
 
int FavorSpeed = 1
 Favor speed over accuracy during moments calculation. More...
 

Detailed Description

Choose between speed and accuracy during image moment calculation.

Member Data Documentation

◆ FavorAccuracy

int FavorAccuracy = 2
static

Favor accuracy over speed during moments calculation.

◆ FavorNone

int FavorNone = 0
static

Favor neither speed nor accuracy.

◆ FavorSpeed

int FavorSpeed = 1
static

Favor speed over accuracy during moments calculation.