ocDetect static method

TransformationData ocDetect()

Classifies whether objects in the image are single or multiple

Returns TransformationData.

Implementation

static TransformationData ocDetect() {
  // Call the generated class method
  return OcDetect().detect();
}