objectcounter static method

TransformationData objectcounter()

Classifies whether objects in the image are single or multiple

@return The generated TransformationData.

Implementation

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