initialize method

void initialize()

Initializes underlying vision AI framework.

Implementation

void initialize() {
  _isInitialized = true;
}