annotool.io
Class ReportSaver

java.lang.Object
  extended by annotool.io.ReportSaver

public class ReportSaver
extends java.lang.Object

This class is used for saving pdf report containing annotation results.


Constructor Summary
ReportSaver()
           
 
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
 

Constructor Detail

ReportSaver

public ReportSaver()
Method Detail

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)