Package 

Class DefaultMultipleObjectsDetector

    • Constructor Detail

      • DefaultMultipleObjectsDetector

        DefaultMultipleObjectsDetector()
    • Method Detail

      • detectOnNV21

         List<Polygon> detectOnNV21(ByteArray nv21, Integer width, Integer height, Integer orientation)

        Detects multiple non-overlapping rectangular objects within an NV21 format image. Like a bunch of business cards.

        Parameters:
        nv21 - The image on which multiple rectangular objects should be detected.
        width - image width
        height - image height
        orientation - image orientation in degrees (0, 90, 180, 270)
      • detectOnBitmap

         List<Polygon> detectOnBitmap(Bitmap image, Integer orientation)

        Detects multiple non-overlapping rectangular objects within an Bitmap image. Like a bunch of business cards.

        Parameters:
        image - The Bitmap image on which multiple rectangular objects should be detected.
        orientation - image orientation in degrees (0, 90, 180, 270)