Uses of Class
matchedTemplateClassifer.MatchTemplate
Packages that use MatchTemplate
Package
Description
- 
Uses of MatchTemplate in clickTrainDetector.classification.templateClassifier
Fields in clickTrainDetector.classification.templateClassifier declared as MatchTemplateModifier and TypeFieldDescriptionSpectrumTemplateDataUnit.spectrumTemplateTemplateClassifierParams.spectrumTemplateMatch FFT template.TemplateCorrParams.spectrumTemplateMatch FFT template.Methods in clickTrainDetector.classification.templateClassifier that return MatchTemplateModifier and TypeMethodDescriptionstatic MatchTemplate[]DefualtSpectrumTemplates.getDefaultTemplates()Spectrum templates.static MatchTemplateDefualtSpectrumTemplates.getTemplate(DefualtSpectrumTemplates.SpectrumTemplateType templateType) Get a default spectrum template..Constructors in clickTrainDetector.classification.templateClassifier with parameters of type MatchTemplate - 
Uses of MatchTemplate in clickTrainDetector.layout.classification.templateClassifier
Methods in clickTrainDetector.layout.classification.templateClassifier that return MatchTemplateMethods in clickTrainDetector.layout.classification.templateClassifier with parameters of type MatchTemplateModifier and TypeMethodDescriptionvoidTemplateSpectrumPane.setSpectrum(MatchTemplate template) Set the spectrum template. - 
Uses of MatchTemplate in matchedTemplateClassifer
Fields in matchedTemplateClassifer declared as MatchTemplateModifier and TypeFieldDescriptionMTClassifier.waveformMatchThe waveform to matchMTClassifier.waveformRejectThe waveform to rejectMethods in matchedTemplateClassifer that return MatchTemplateModifier and TypeMethodDescriptionMatchTemplate.clone()static MatchTemplate[]DefaultTemplates.getDefaultTemplates()Get a list of default templates.ImportTemplateCSV.importTemplate(File filePath) ImportTemplateMAT.importTemplate(File filePath) TemplateImport.importTemplate(File filePath) Import templateMethods in matchedTemplateClassifer that return types with arguments of type MatchTemplateModifier and TypeMethodDescriptionstatic ArrayList<MatchTemplate> MTClassifierTest.importClicks(String filePath, float sR) Import a bunch of clicks from a .mat filestatic ArrayList<MatchTemplate> MTClassifierTest.importTemplate(String filePath) Import a bunch of clicks from a .mat filestatic ArrayList<MatchTemplate> MTClassifierTest.importTemplates(String filePath) Import a multiple templates.Method parameters in matchedTemplateClassifer with type arguments of type MatchTemplateModifier and TypeMethodDescriptionstatic List<MatchedTemplateResult> MTClassifierTest.testCorrelation(double[] testWaveform, float sR, ArrayList<MatchTemplate> templates) Test the correlation of several templatesstatic List<MatchedTemplateResult> MTClassifierTest.testCorrelation(double[] testWaveform, float sR, ArrayList<MatchTemplate> templates, int normalisation) Test the correlation of several templates