odDetect static method

TransformationData odDetect()

Detect bounding boxes of objects in the image

Returns TransformationData.

Implementation

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