- edges - Variable in class com.abbyy.mobile.imaging.operations.FineTransformPerspective
-
The MIQuad object that contains the image quadrangle to transform
- equals(Object) - Method in class com.abbyy.mobile.imaging.MIVersion
-
Indicates whether some other object is "equal to" the MIVersion object
- equals(Object) - Method in class com.abbyy.mobile.imaging.types.MIPoint
-
Indicates whether some other object is "equal to" the MIPoint object
- equals(Object) - Method in class com.abbyy.mobile.imaging.types.MIQuad
-
Indicates whether some other object is "equal to" the MIQuad object
- equals(Object) - Method in class com.abbyy.mobile.imaging.types.MIRect
-
Indicates whether some other object is "equal to" the MIRect object
- equals(Object) - Method in class com.abbyy.mobile.imaging.types.MISize
-
Indicates whether some other object is "equal to" the MISize object
- examinedSize - Variable in class com.abbyy.mobile.imaging.defects.MIBlurInfo
-
The size of the areas with text relatively to the size of the image
- exportJPEG(MIImage, float, OutputStream) - Static method in class com.abbyy.mobile.imaging.MIExporter
-
Exports the image into the JPEG file
- exportJPEG(MIImage, float, int, OutputStream) - Static method in class com.abbyy.mobile.imaging.MIExporter
-
Exports the image into the JPEG file
- exportPDF(MIImage, String, String, OutputStream) - Static method in class com.abbyy.mobile.imaging.MIExporter
-
Exports an image as a single-page PDF document.
- exportPDFPage(MIImage) - Method in class com.abbyy.mobile.imaging.MIExporter
-
Exports an image as a page into multi-page PDF file.
- exportPNG(MIImage, OutputStream) - Static method in class com.abbyy.mobile.imaging.MIExporter
-
Exports the image into the PNG file
- exportPNG(MIImage, int, OutputStream) - Static method in class com.abbyy.mobile.imaging.MIExporter
-
Exports the image into the PNG file
- finalize() - Method in class com.abbyy.mobile.imaging.MIExporter
-
- finalize() - Method in class com.abbyy.mobile.imaging.MIImage
-
- finalize() - Method in class com.abbyy.mobile.imaging.MIPreset
-
- FineAdjustBrightnessContrast - Class in com.abbyy.mobile.imaging.operations
-
Adjusts contrast/brightness of the image.
- FineAdjustBrightnessContrast(float, float) - Constructor for class com.abbyy.mobile.imaging.operations.FineAdjustBrightnessContrast
-
Creates the FineAdjustBrightnessContrast object given brightness and contrast.
- FineAutoBrightnessContrast - Class in com.abbyy.mobile.imaging.operations
-
Automatically adjusts brightness and contrast of the image.
- FineAutoBrightnessContrast(float, float) - Constructor for class com.abbyy.mobile.imaging.operations.FineAutoBrightnessContrast
-
Creates the FineAutoBrightnessContrast object given brightness and contrast.
- FineAutoEnhance - Class in com.abbyy.mobile.imaging.operations
-
Enhances local contrast and converts background to white (the output image is in grey scale).
- FineAutoEnhance(int, int, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineAutoEnhance
-
Creates the FineAutoEnhance object given input parameters
- FineBinarize - Class in com.abbyy.mobile.imaging.operations
-
Binarizes the image.
- FineBinarize(boolean, float) - Constructor for class com.abbyy.mobile.imaging.operations.FineBinarize
-
Creates the FineBinarize object given input parameters
- FineCleanBackground - Class in com.abbyy.mobile.imaging.operations
-
Automatically removes background elements, such as texture, dots, lines, and etc.
- FineCleanBackground(int) - Constructor for class com.abbyy.mobile.imaging.operations.FineCleanBackground
-
Creates the FineCleanBackground object given input parameters
- FineCrop - Class in com.abbyy.mobile.imaging.operations
-
Crops the image.
- FineCrop(MIRect) - Constructor for class com.abbyy.mobile.imaging.operations.FineCrop
-
Creates the FineCrop object given a rectangle
- FineDenoiseS - Class in com.abbyy.mobile.imaging.operations
-
Automatically removes noise from the image.
- FineDenoiseS(float, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineDenoiseS
-
Creates the FineDenoiseS object given input parameters
- FineDetectBlur - Class in com.abbyy.mobile.imaging.operations
-
Detects blurred and defocused blocks.
- FineDetectBlur(MIListener<MIBlurInfo>, boolean, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineDetectBlur
-
Creates the FineDetectBlur object given input parameters
- FineDetectGlare - Class in com.abbyy.mobile.imaging.operations
-
Detects the glare spot.
- FineDetectGlare(MIListener<MIGlareInfo>, boolean, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineDetectGlare
-
Creates the FineDetectBlur object given input parameters
- FineDetectNoise - Class in com.abbyy.mobile.imaging.operations
-
Detects the noise level.
- FineDetectNoise(MIListener<MINoiseInfo>, boolean, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineDetectNoise
-
Creates the FineDetectNoise object given input parameters
- FineHeavyCleanup - Class in com.abbyy.mobile.imaging.operations
-
Removes noise from the binary image.
- FineHeavyCleanup(int, int) - Constructor for class com.abbyy.mobile.imaging.operations.FineHeavyCleanup
-
Creates the FineHeavyCleanup object given input parameters
- FineInvertS - Class in com.abbyy.mobile.imaging.operations
-
Inverts image colors.
- FineInvertS() - Constructor for class com.abbyy.mobile.imaging.operations.FineInvertS
-
Default constructor.
- FineOperation - Class in com.abbyy.mobile.imaging
-
An abstract class for image processing routine
- FineOperation() - Constructor for class com.abbyy.mobile.imaging.FineOperation
-
- FineRecognizeEdges - Class in com.abbyy.mobile.imaging.operations
-
Recognizes edges of a paper sheet on the image as a quadrangle.
- FineRecognizeEdges(MIListener<MIQuad>, boolean, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineRecognizeEdges
-
Creates the FineRecognizeEdges object given input parameters
- FineResultOperation<Result> - Class in com.abbyy.mobile.imaging
-
An abstract class representing the results of image processing.
- FineResultOperation() - Constructor for class com.abbyy.mobile.imaging.FineResultOperation
-
A default constructor
- FineResultOperation(MIListener<Result>) - Constructor for class com.abbyy.mobile.imaging.FineResultOperation
-
Creates the
FineResultOperation object given the
MIListener object
- FineRotate - Class in com.abbyy.mobile.imaging.operations
-
Rotates the image.
- FineRotate(float) - Constructor for class com.abbyy.mobile.imaging.operations.FineRotate
-
Creates the FineRotate object given the rotation angle
- FineRotateFixed - Class in com.abbyy.mobile.imaging.operations
-
Rotates the image to quarter angles.
- FineRotateFixed(MIFixedAngle) - Constructor for class com.abbyy.mobile.imaging.operations.FineRotateFixed
-
Creates the FineRotate object given the rotation angle
- FineScale - Class in com.abbyy.mobile.imaging.operations
-
Scales the image.
- FineScale(MISize) - Constructor for class com.abbyy.mobile.imaging.operations.FineScale
-
Creates the FineScale object given the size
- FineScaleFixed - Class in com.abbyy.mobile.imaging.operations
-
Scales the image using the same factor for the both axes.
- FineScaleFixed(float) - Constructor for class com.abbyy.mobile.imaging.operations.FineScaleFixed
-
Creates the FineScaleFixed object given the scale
- FineSharpenS - Class in com.abbyy.mobile.imaging.operations
-
Sharpens the image.
- FineSharpenS(int[], int) - Constructor for class com.abbyy.mobile.imaging.operations.FineSharpenS
-
Creates the FineSharpenS object given input parameters
- FineToGreyscale - Class in com.abbyy.mobile.imaging.operations
-
Converts the color RGB image to greyscale image that all RGB channels contain the same grey image.
- FineToGreyscale(boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineToGreyscale
-
Creates the FineToGreyscale object given the flag
- FineTransformPerspective - Class in com.abbyy.mobile.imaging.operations
-
Performs transformation of the image by specified quadrangle.
- FineTransformPerspective(MIQuad, MISize) - Constructor for class com.abbyy.mobile.imaging.operations.FineTransformPerspective
-
Creates the FineTransformPerspective object given input parameters
- FineWhitepaper - Class in com.abbyy.mobile.imaging.operations
-
Makes the whole document background white.
- FineWhitepaper(int, int, boolean) - Constructor for class com.abbyy.mobile.imaging.operations.FineWhitepaper
-
Creates the FineWhitepaper object given input parameters
- finishExportingPDFPages() - Method in class com.abbyy.mobile.imaging.MIExporter
-
Finishes export a batch of images into multi-page PDF file.
- major - Variable in class com.abbyy.mobile.imaging.MIVersion
-
Major number
- MIBlurInfo - Class in com.abbyy.mobile.imaging.defects
-
Represents blurred and defocused image blocks.
- MIBlurInfo() - Constructor for class com.abbyy.mobile.imaging.defects.MIBlurInfo
-
A default constructor
- MICallback - Interface in com.abbyy.mobile.imaging
-
This is a callback interface that is used to deliver information about the approximate percentage of the image processing to the client.
- MIExecutionResult - Enum in com.abbyy.mobile.imaging.errors
-
Operation execution result
- MIExporter - Class in com.abbyy.mobile.imaging
-
Represents an input/output manager
- MIExporter() - Constructor for class com.abbyy.mobile.imaging.MIExporter
-
A default constructor
- MIFixedAngle - Enum in com.abbyy.mobile.imaging.types
-
Describes the image rotation angle
- MIGenericException - Exception in com.abbyy.mobile.imaging.errors
-
Represents generic processing exceptions
- MIGenericException() - Constructor for exception com.abbyy.mobile.imaging.errors.MIGenericException
-
A default constructor
- MIGenericException(int, String) - Constructor for exception com.abbyy.mobile.imaging.errors.MIGenericException
-
Creates a MIGenericException object given a result code and description.
- MIGlareInfo - Class in com.abbyy.mobile.imaging.defects
-
Represents a glare spot on the image.
- MIGlareInfo() - Constructor for class com.abbyy.mobile.imaging.defects.MIGlareInfo
-
A default constructor
- MIImage - Class in com.abbyy.mobile.imaging
-
Represents an image
- MIImage() - Constructor for class com.abbyy.mobile.imaging.MIImage
-
A default constructor
- MIImage(MIImage) - Constructor for class com.abbyy.mobile.imaging.MIImage
-
Creates a copy of the MIImage object
- MIImage(Bitmap) - Constructor for class com.abbyy.mobile.imaging.MIImage
-
Creates the MIImage object given the Bitmap object
- MIImageChannel - Enum in com.abbyy.mobile.imaging.types
-
Describes the image channel
- MILicenser - Class in com.abbyy.mobile.imaging
-
Describes the ABBYY Mobile Imaging SDK license that allows you to use the library functionality
- MILicenser() - Constructor for class com.abbyy.mobile.imaging.MILicenser
-
- MIListener<Result> - Interface in com.abbyy.mobile.imaging
-
A listener interface that is used to deliver the results of the image processing.
- MINoiseInfo - Class in com.abbyy.mobile.imaging.defects
-
Represents the detection results of the noise level as the signal to noise ratio
- MINoiseInfo() - Constructor for class com.abbyy.mobile.imaging.defects.MINoiseInfo
-
A default constructor
- minor - Variable in class com.abbyy.mobile.imaging.MIVersion
-
Minor number
- MIPoint - Class in com.abbyy.mobile.imaging.types
-
Represents an image point in the two-dimensional space
- MIPoint() - Constructor for class com.abbyy.mobile.imaging.types.MIPoint
-
A default constructor
- MIPoint(MIPoint) - Constructor for class com.abbyy.mobile.imaging.types.MIPoint
-
Creates a copy of the MIPoint object
- MIPoint(float, float) - Constructor for class com.abbyy.mobile.imaging.types.MIPoint
-
Creates the MIPoint object given the X- and Y-axis coordinate
- MIPoint(PointF) - Constructor for class com.abbyy.mobile.imaging.types.MIPoint
-
Creates the MIPoint object from the PointF object
- MIPreset - Class in com.abbyy.mobile.imaging
-
Contains a number of functions that have preset processing options for some common types of images
such as black-and-white documents, business card, and so on.
- MIPreset() - Constructor for class com.abbyy.mobile.imaging.MIPreset
-
A default constructor
- MIProcessor - Class in com.abbyy.mobile.imaging
-
Represents a manager of the image processing.
- MIProcessor(FineOperation...) - Constructor for class com.abbyy.mobile.imaging.MIProcessor
-
Creates the MIProcessor object given a list of operation to execute.
- MIQuad - Class in com.abbyy.mobile.imaging.types
-
Represents a quadrangle by the coordinates of its four vertexes.
- MIQuad() - Constructor for class com.abbyy.mobile.imaging.types.MIQuad
-
A default constructor
- MIQuad(MIQuad) - Constructor for class com.abbyy.mobile.imaging.types.MIQuad
-
Creates a copy of the MIQuad object
- MIQuad(MIPoint, MIPoint, MIPoint, MIPoint) - Constructor for class com.abbyy.mobile.imaging.types.MIQuad
-
Creates the MIQuad object given vertexes
- MIQuad(RectF) - Constructor for class com.abbyy.mobile.imaging.types.MIQuad
-
Creates the MIQuad object from the RectF object
- MIRect - Class in com.abbyy.mobile.imaging.types
-
Represents a rectangle on the image
- MIRect() - Constructor for class com.abbyy.mobile.imaging.types.MIRect
-
A default constructor
- MIRect(MIRect) - Constructor for class com.abbyy.mobile.imaging.types.MIRect
-
Creates a copy of the MIRect object
- MIRect(MIPoint, MISize) - Constructor for class com.abbyy.mobile.imaging.types.MIRect
-
Creates the MIRect object given the coordinates of the top-left vertex and the size
- MIRect(float, float, float, float) - Constructor for class com.abbyy.mobile.imaging.types.MIRect
-
Creates the MIRect object given the X- and Y-coordinates of the top-left vertex and the width and the height of the rectangle
- MIRect(RectF) - Constructor for class com.abbyy.mobile.imaging.types.MIRect
-
Creates the MIRect object from the RectF object
- MISize - Class in com.abbyy.mobile.imaging.types
-
Represents the size as two float values of the width and height
- MISize() - Constructor for class com.abbyy.mobile.imaging.types.MISize
-
A default constructor
- MISize(MISize) - Constructor for class com.abbyy.mobile.imaging.types.MISize
-
Creates a copy of the MISize object
- MISize(float, float) - Constructor for class com.abbyy.mobile.imaging.types.MISize
-
Constructs the MISize object given the width and height
- MIVersion - Class in com.abbyy.mobile.imaging
-
Describes the ABBYY Mobile Imaging SDK version.
- MIVersion() - Constructor for class com.abbyy.mobile.imaging.MIVersion
-
A default constructor
- MIVersion(int, int, int, int) - Constructor for class com.abbyy.mobile.imaging.MIVersion
-
Constructs the MIVersion object
- modification - Variable in class com.abbyy.mobile.imaging.MIVersion
-
Modification number
- motionBlurSize - Variable in class com.abbyy.mobile.imaging.defects.MIBlurInfo
-
The size of the motion blurred area relatively to the size of the areas with text
- mu02 - Variable in class com.abbyy.mobile.imaging.defects.MIGlareInfo
-
A coefficient of the ellipse equation
- mu11 - Variable in class com.abbyy.mobile.imaging.defects.MIGlareInfo
-
A coefficient of the ellipse equation
- mu20 - Variable in class com.abbyy.mobile.imaging.defects.MIGlareInfo
-
A coefficient of the ellipse equation