cpvDetect static method

TransformationData cpvDetect()

CheckProductVisibility Classifies whether the product in the image is completely visible or not Returns TransformationData.

Implementation

static TransformationData cpvDetect() {
  return CpvDetect().detect();
}