readMatchClsfrAnnotation {PamBinaries} | R Documentation |
Read Matched Classifier Annotation
Description
Reads annotations from the matched click classifier. The matched matched click classifier annotates click detections with a threshold, matchcorr and rejectcorr values. The threshold value is used in the binary classification process. If it exceeds a hard value then the click is classified with the set type. The matchcorr and rejectcorr values are simply the correlation values of the match and reject templates with the click.
Usage
readMatchClsfrAnnotation(fid, fileInfo, anVersion, debug = FALSE)
Arguments
fid |
binary file identifier |
fileInfo |
structure holding the file header and module header |
anVersion |
version id of annotation module |
debug |
logical flag to show more info on errors |
Value
a vector with the threshold, matchcorr, and rejectcorr values. See description.
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
[Package PamBinaries version 1.9.0 Index]