PreprocessResult

data class PreprocessResult(val image: BufferedImage, val threshold: Int)

Result of image preprocessing containing the processed image and the Otsu threshold used.

Constructors

Link copied to clipboard
constructor(image: BufferedImage, threshold: Int)

Properties

Link copied to clipboard
Link copied to clipboard