Interface | Description |
---|---|
DistanceEstimator |
An interface for objects which estimate a target's distance from the camera.
|
Class | Description |
---|---|
AreaCameraDistanceEstimator |
A class which uses area to estimate distance.
|
AreaCameraDistanceEstimator.AreaDistancePair |
A class which represents a pair of area percentage and distance.
|
FixedAngleCameraDistanceEstimator |
A class which uses a fixed angle camera to estimate distance.
|