Learn R Programming

PamBinaries (version 1.9.3)

readMatchClsfrAnnotation: 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)

Value

a vector with the threshold, matchcorr, and rejectcorr values. See description.

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

Author

Taiki Sakai taiki.sakai@noaa.gov