public class QualityResult
extends java.lang.Object
Constructor and Description |
---|
QualityResult(float score,
boolean class_)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
getScore()
Get linear quality score: bigger value means higher quality.
|
boolean |
isClass_()
Get class of quality: true if image has good quality and false otherwise.
|
java.lang.String |
toString()
Returns string representation of object.
|
public QualityResult(float score, boolean class_)
score
- linear quality score: bigger value means higher quality.class_
- class of quality: true if image has good quality and false otherwise.public float getScore()
public boolean isClass_()
public java.lang.String toString()
toString
in class java.lang.Object