annotool.io
Class ReportSaver
java.lang.Object
annotool.io.ReportSaver
public class ReportSaver
- extends java.lang.Object
This class is used for saving pdf report containing annotation results.
Method Summary |
boolean |
saveAnnotationReport(java.io.File file,
annotool.Annotation[][] annotations,
java.util.HashMap<java.lang.String,java.lang.String> classNames,
java.lang.String[] modelLabels,
boolean[] supportsProb,
java.lang.String[] imageNames,
boolean isBinary)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportSaver
public ReportSaver()
saveAnnotationReport
public boolean saveAnnotationReport(java.io.File file,
annotool.Annotation[][] annotations,
java.util.HashMap<java.lang.String,java.lang.String> classNames,
java.lang.String[] modelLabels,
boolean[] supportsProb,
java.lang.String[] imageNames,
boolean isBinary)