Skip navigation links
C D E F G H I M P S T 

C

component1() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
component1() - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
minimum acceptable aspect ratio.
component2() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
component2() - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
maximum acceptable aspect ratio.
component3() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
copy(detectionResult, polygon, polygonF) - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
Represents the polygon object detected by MultipleObjectsDetector
copy(minAspectRatio, maxAspectRatio) - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
Class-container with interface MultipleObjectsDetector's params.

D

DefaultMultipleObjectsDetector - Class in io.scanbot.multipleobjectsscanner
Scanbot implementation of interface MultipleObjectsDetector
DefaultMultipleObjectsDetector() - Constructor for class io.scanbot.multipleobjectsscanner.DefaultMultipleObjectsDetector
Scanbot implementation of interface MultipleObjectsDetector
detectOnBitmap(image, orientation) - Method in class io.scanbot.multipleobjectsscanner.DefaultMultipleObjectsDetector
Detects multiple non-overlapping rectangular objects within an Bitmap image. Like a bunch of business cards.
detectOnBitmap($this, image) - Static method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.DefaultImpls
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.
detectOnBitmap(image, orientation) - Method in interface io.scanbot.multipleobjectsscanner.MultipleObjectsDetector
Detects multiple non-overlapping rectangular objects within an Bitmap image. Like a bunch of business cards.
detectOnBitmap(image) - Method in interface io.scanbot.multipleobjectsscanner.MultipleObjectsDetector
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.
detectOnBitmap(image, orientation) - Method in class io.scanbot.multipleobjectsscanner.StubMultipleObjectsDetector
Detects multiple non-overlapping rectangular objects within an Bitmap image. Like a bunch of business cards.
detectOnNV21(nv21, width, height, orientation) - Method in class io.scanbot.multipleobjectsscanner.DefaultMultipleObjectsDetector
Detects multiple non-overlapping rectangular objects within an NV21 format image. Like a bunch of business cards.
detectOnNV21(nv21, width, height, orientation) - Method in interface io.scanbot.multipleobjectsscanner.MultipleObjectsDetector
Detects multiple non-overlapping rectangular objects within an NV21 format image. Like a bunch of business cards.
detectOnNV21(nv21, width, height, orientation) - Method in class io.scanbot.multipleobjectsscanner.StubMultipleObjectsDetector
Detects multiple non-overlapping rectangular objects within an NV21 format image. Like a bunch of business cards.

E

equals(p) - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
equals(p) - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
 

F

finalize() - Method in class io.scanbot.multipleobjectsscanner.DefaultMultipleObjectsDetector
 

G

getDetectionResult() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
getMaxAspectRatio() - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
maximum acceptable aspect ratio.
getMinAspectRatio() - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
minimum acceptable aspect ratio.
getPolygon() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
getPolygonF() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 

H

hashCode() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
hashCode() - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
 

I

io.scanbot.multipleobjectsscanner - package io.scanbot.multipleobjectsscanner
 
io.scanbot.multipleobjectsscanner.model - package io.scanbot.multipleobjectsscanner.model
 

M

MultipleObjectsDetector - Interface in io.scanbot.multipleobjectsscanner
Detects multiple non-overlapping rectangular objects within an image. Like a bunch of business cards.
MultipleObjectsDetector.DefaultImpls - Class in io.scanbot.multipleobjectsscanner
Detects multiple non-overlapping rectangular objects within an image. Like a bunch of business cards.
MultipleObjectsDetector.Params - Class in io.scanbot.multipleobjectsscanner
Class-container with interface MultipleObjectsDetector's params.

P

Params(minAspectRatio, maxAspectRatio) - Constructor for class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
Class-container with interface MultipleObjectsDetector's params.
Params() - Constructor for class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
Class-container with interface MultipleObjectsDetector's params.
Polygon - Class in io.scanbot.multipleobjectsscanner.model
Represents the polygon object detected by MultipleObjectsDetector
Polygon(detectionResult, polygon, polygonF) - Constructor for class io.scanbot.multipleobjectsscanner.model.Polygon
Represents the polygon object detected by MultipleObjectsDetector

S

setParams(params) - Method in class io.scanbot.multipleobjectsscanner.DefaultMultipleObjectsDetector
setParams(params) - Method in interface io.scanbot.multipleobjectsscanner.MultipleObjectsDetector
setParams(params) - Method in class io.scanbot.multipleobjectsscanner.StubMultipleObjectsDetector
StubMultipleObjectsDetector - Class in io.scanbot.multipleobjectsscanner
Stub implementation of interface MultipleObjectsDetector
StubMultipleObjectsDetector() - Constructor for class io.scanbot.multipleobjectsscanner.StubMultipleObjectsDetector
Stub implementation of interface MultipleObjectsDetector

T

toString() - Method in class io.scanbot.multipleobjectsscanner.model.Polygon
 
toString() - Method in class io.scanbot.multipleobjectsscanner.MultipleObjectsDetector.Params
 
C D E F G H I M P S T 
Skip navigation links