MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Enumerations
mds::img::FeatureVector Namespace Reference

Enumerations

enum  EState {
  UNKNOWN = 0, VALID = 1 << 0, NOT_EVALUATED = 1 << 1, CANNOT_EVALUATE = 1 << 2,
  DEFAULT = UNKNOWN
}
 Internal feature vector state. More...

Enumeration Type Documentation

Internal feature vector state.

Enumerator:
UNKNOWN 
VALID 

An unknown state.

NOT_EVALUATED 

Feature vector has been successfully evaluated.

CANNOT_EVALUATE 

Feature vector is not yet evaluated.

DEFAULT 

An error occurred during the evaluation.