toggle menu
fc-plugin-codbi
JVM
switch theme
search in API
fc-plugin-codbi
/
com.github.xima_formcycle_entwicklerkreis.fc.plugin.codbi.logic.cb.ai.commons
/
ImagePreprocessor
/
PreprocessResult
Preprocess
Result
data
class
PreprocessResult
(
val
image
:
BufferedImage
,
val
threshold
:
Int
)
Result of image preprocessing containing the processed image and the Otsu threshold used.
Members
Constructors
Preprocess
Result
Link copied to clipboard
constructor
(
image
:
BufferedImage
,
threshold
:
Int
)
Properties
image
Link copied to clipboard
val
image
:
BufferedImage
threshold
Link copied to clipboard
val
threshold
:
Int