whistlesAndMoans
Class WhistleDetectionGrouper

java.lang.Object
  extended by Localiser.DetectionGrouper<ConnectedRegionDataUnit>
      extended by whistlesAndMoans.WhistleDetectionGrouper

public class WhistleDetectionGrouper
extends DetectionGrouper<ConnectedRegionDataUnit>


Constructor Summary
WhistleDetectionGrouper(PamControlledUnit pamControlledUnit, PamDataBlock sourceDataBlock)
           
 
Method Summary
(package private)  double getFOverlap(PamDetection w1, PamDetection w2)
           
(package private)  double getTOverlap(PamDetection w1, PamDetection w2)
           
 boolean match(PamDetection currentData, PamDetection olderData)
           
 
Methods inherited from class Localiser.DetectionGrouper
findGroups, setupGroups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhistleDetectionGrouper

public WhistleDetectionGrouper(PamControlledUnit pamControlledUnit,
                               PamDataBlock sourceDataBlock)
Method Detail

match

public boolean match(PamDetection currentData,
                     PamDetection olderData)
Specified by:
match in class DetectionGrouper<ConnectedRegionDataUnit>

getTOverlap

double getTOverlap(PamDetection w1,
                   PamDetection w2)

getFOverlap

double getFOverlap(PamDetection w1,
                   PamDetection w2)