Interface ISTHistogramProducer

  • All Known Implementing Classes:
    HistogramProducer

    public interface ISTHistogramProducer
    Interface for methods of extracting histogram from a data source that represents the passed in IEvent in the requested dimensions.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • getHist

        int[][] getHist​(ISpatialTemporalObj event,
                        ImageDBWaveParamPair[] params,
                        boolean left)
        Computes the histogram of the passed in IEvent using the requested dimensions of the underlying data souce.
        Parameters:
        event - The event to extract a histogram of.
        params - The dimensions to use of the underlying data source.
        left - Indicates if the event is on the left side of a gap in detections. If true the histogram is extracted from the frame at the end of the event's valid time. Otherwise it is extracted from the frame at the beginning of the passed in event's valid time.
        Returns:
        The histogram that represents the passed in event.