Class DetectionGroupLocaliser
java.lang.Object
Localiser.detectionGroupLocaliser.DetectionGroupLocaliser
Deprecated.
Class to provide localisation functions for PamDetections which contain > 1 sub detections.
The first iteration of this is being written for the purposes of working out where bearing lines
from multiple manually tracked clicks cross and it's likely it will all need to be re-written
one day !
- Author:
- Doug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated.Deprecated.Deprecated.Deprecated.double
Deprecated.Deprecated.double
Deprecated.double
getRange()
Deprecated.double
Deprecated.boolean
localiseDetectionGroup
(GroupDetection groupDetection, int side) Deprecated.calculate the position of detecion assuming that sub detections all contain bearings, which are probably ambiguous, so will calculate for one side or another - +1 = right of track, -1 = left of track.boolean
localiseDetectionGroup
(GroupDetection groupDetection, int side, double groupSize) Deprecated.Calcuates the position of a detection assuming that sub detections all contain bearings, which are probably ambiguous.
-
Constructor Details
-
DetectionGroupLocaliser
Deprecated.
-
-
Method Details
-
localiseDetectionGroup
Deprecated.calculate the position of detecion assuming that sub detections all contain bearings, which are probably ambiguous, so will calculate for one side or another - +1 = right of track, -1 = left of track. No other values are allowed !- Parameters:
groupDetection
-side
- -1 or 1 for left and right- Returns:
- true of localisation calculated successfully
-
localiseDetectionGroup
Deprecated.Calcuates the position of a detection assuming that sub detections all contain bearings, which are probably ambiguous. If groupSize > 0, then atempt to group clicks into fewer categories to speed up fit. (Not implemented).- Parameters:
groupDetection
-side
- -1 or 1 for left and rightgroupSize
-- Returns:
- true of localisation calculated successfully
-
getLocalisationLatLong
Deprecated. -
getOriginLatLong
Deprecated. -
getParentProcess
Deprecated. -
getRange
public double getRange()Deprecated. -
getBearing
public double getBearing()Deprecated. -
getDetectionLatLong
Deprecated. -
getParallelError
public double getParallelError()Deprecated. -
getPerpendicularError
public double getPerpendicularError()Deprecated. -
getReferenceHeading
public double getReferenceHeading()Deprecated.
-