public class

ObservationsSpatialLocations

extends Object
java.lang.Object
   ↳ vars.annotation.ObservationsSpatialLocations

Class Overview

Calculates the Spatial positions of all Observations within a VideoFrame. This version was written for the SIMPA project so it may not be generically applicable.

Summary

Public Constructors
ObservationsSpatialLocations(VideoFrame videoFrame)
Public Methods
Integer getHeightInPixels()
Map<Observation, Point2D<Double>> getSpatialLocations()
Integer getWidthInPixels()
void process()
Point2D<Double> process(Observation observation)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObservationsSpatialLocations (VideoFrame videoFrame)

Public Methods

public Integer getHeightInPixels ()

public Map<Observation, Point2D<Double>> getSpatialLocations ()

public Integer getWidthInPixels ()

public void process ()

public Point2D<Double> process (Observation observation)