CVBpy 14.0
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.
 
int FavorNone = 0
 Favor neither speed nor accuracy.
 
int FavorSpeed = 1
 Favor speed over accuracy during moments calculation.
 

Detailed Description

Choose between speed and accuracy during image moment calculation.