Uses of Class
rawDeepLearningClassifier.segmenter.SegmenterDetectionGroup
-
Uses of SegmenterDetectionGroup in rawDeepLearningClassifier.dlClassification.delphinID
Modifier and TypeMethodDescriptionstatic ArrayList<SegmenterDetectionGroup>
DelphinIDUtils.segmentWhsitleData
(ArrayList<AbstractWhistleDataUnit> whistles, long dataStartMillis, double segLen, double segHop) Segment the detections into groups.Modifier and TypeMethodDescriptionstatic ArrayList<double[][]>
Whistles2Image.whistContours2Points
(SegmenterDetectionGroup whistleGroup) Convert a list of whistle contours to a list of time and frequency points.ModifierConstructorDescriptionWhistles2Image
(SegmenterDetectionGroup whistleGroup, Whistles2Image.Whistle2ImageParams params) Create an image transform from a whistleGroup.