public static class MultipleObjectsDetector.DefaultImpls
Detects multiple non-overlapping rectangular objects within an image. Like a bunch of business cards.
@NotNull public static java.util.List<io.scanbot.multipleobjectsscanner.model.Polygon> detectOnBitmap(MultipleObjectsDetector $this, @NotNull android.graphics.Bitmap image)
Detects multiple non-overlapping rectangular objects within an Bitmap image. Like a bunch of business cards.
Same as MultipleObjectsDetector.detectOnBitmap but won't handle orientation in any way.
$this - The Bitmap image on which multiple rectangular objects should be detected.image - The Bitmap image on which multiple rectangular objects should be detected.class Polygon objects.MultipleObjectsDetector.detectOnBitmap