Package glair.vision.model.param
Class KtpParam
java.lang.Object
glair.vision.model.param.KtpParam
The `KtpParam` class represents parameters for processing a KTP.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a `KtpParam` instance with the specified image path and default qualities detector setting.Constructs a `KtpParam` instance with the specified image path and qualities detector setting. -
Method Summary
Modifier and TypeMethodDescriptionGets the path to the KTP image.Gets the qualities detector setting.toString()Returns a string representation of the `KtpParam` object.
-
Constructor Details
-
KtpParam
Constructs a `KtpParam` instance with the specified image path and default qualities detector setting.- Parameters:
imagePath- The path to the KTP image.
-
KtpParam
Constructs a `KtpParam` instance with the specified image path and qualities detector setting.- Parameters:
imagePath- The path to the KTP image.qualitiesDetector- A boolean flag indicating whether qualities detection should be enabled.
-
-
Method Details
-
getQualitiesDetector
Gets the qualities detector setting.- Returns:
- The qualities detector setting, `true` if enabled, `false` otherwise.
-
getImagePath
Gets the path to the KTP image.- Returns:
- The path to the KTP image.
-
toString
Returns a string representation of the `KtpParam` object.
-