FoundImageFrame

Inheritance: java.lang.Object

public abstract class FoundImageFrame

Represents a found image frame.

Constructors

Constructor Description
FoundImageFrame()

Methods

Method Description
getDocumentInfo() Gets the document info.
getImageIndex() Gets the ordinal number of the image in the document.
getFrameIndex() Gets the index of the frame in the image.
getHashDifferences() Gets the number of mismatched bits in the image hash.
toString() Returns a System.String that represents the current FoundImageFrame .

FoundImageFrame()

public FoundImageFrame()

getDocumentInfo()

public abstract DocumentInfo getDocumentInfo()

Gets the document info.

Returns: DocumentInfo - The document info.

getImageIndex()

public abstract int getImageIndex()

Gets the ordinal number of the image in the document.

Returns: int - The ordinal number of the image in the document.

getFrameIndex()

public abstract int getFrameIndex()

Gets the index of the frame in the image.

Returns: int - The index of the frame in the image.

getHashDifferences()

public abstract int getHashDifferences()

Gets the number of mismatched bits in the image hash.

Returns: int - The number of mismatched bits in the image hash.

toString()

public abstract String toString()

Returns a System.String that represents the current FoundImageFrame .

Returns: java.lang.String - A System.String that represents the current FoundImageFrame .