Class ImageDBDateIdPair


  • public class ImageDBDateIdPair
    extends Object
    This is the global descriptor id and date for images stored in our databases. It is used to reference a particular thumb-nail image, high resolution image, or image parameters calculated on the original resolution image.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Field Detail

      • period

        public org.joda.time.Interval period
        Is the period over which the image we are referencing is valid. In some cases it is also used in combination with the id to uniquely identify an image.
      • id

        public int id
        The identifier for the image we are referencing. Used in conjunction with the period, it uniquely identifies a single image.
    • Constructor Detail

      • ImageDBDateIdPair

        public ImageDBDateIdPair()