cpvDetect static method

TransformationData cpvDetect()

Classifies whether the product in the image is completely visible or not

Returns TransformationData.

Implementation

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