viewdetection static method

TransformationData viewdetection()

Classifies wear type and view type of products in the image

Returns TransformationData.

Implementation

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