Class QuadDetector.Result

All Implemented Interfaces:
android.os.Parcelable
Direct Known Subclasses:
QuadWithSizeDetector.Result
Enclosing class:
QuadDetector<R extends QuadDetector.Result>

public abstract static class QuadDetector.Result extends Detector.Result
  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getDetectionLocation

      @NonNull public Quadrilateral getDetectionLocation()
      Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.
      Returns:
      the location of detected quadrilateral in coordinate system of image in which detection was performed.
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object