Package-level declarations
Types
Link copied to clipboard
object ImageParser
Link copied to clipboard
object JpegParser
Link copied to clipboard
A class designed to read and parse NIST files. The NIST file format is typically used for handling biometric and forensic data, containing multiple records categorized by their respective RecordType. This class processes the input file and organizes the parsed data into a structured NistFile object.
Link copied to clipboard
The NistFileWriter class provides functionality for writing NistFile objects to an output stream.
Link copied to clipboard
data class WSQImageDimensions(val width: Int, val height: Int, val pixelDepth: Int = 8, val pixelsPerInch: Int = 0)