objectdetection static method

TransformationData objectdetection()

Detect bounding boxes of objects in the image

Returns TransformationData.

Implementation

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