vdDetect static method

TransformationData vdDetect()

Classifies wear type and view type of products in the image

Returns TransformationData.

Implementation

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