org.robokind.api.vision
Interface ImageRegionList


public interface ImageRegionList

Provides a List of ImageRegions and metadata about their origin.

Author:
Matthew Stevenson

Method Summary
 long getImageId()
          Returns the id of the associated Image.
 String getImageProcessorId()
          Returns the id String of the processor which produced the ImageRegions.
 ImageRegion[] getImageRegions()
          Returns the array of ImageRegions.
 long getImageRegionsId()
          Returns the id of this ImageRegionList event.
 String getImageSourceId()
          Returns the id String for the source of the Image.
 long getImageTimestampUTC()
          Returns the timestamp from when the Image was captured.
 long getProcessorCompleteTimestampUTC()
          Returns the timestamp from when the image processing completed.
 long getProcessorStartTimestampUTC()
          Returns the timestamp from when the image processing began.
 

Method Detail

getImageSourceId

String getImageSourceId()
Returns the id String for the source of the Image.

Returns:
id String for the source of the Image

getImageId

long getImageId()
Returns the id of the associated Image.

Returns:
id of the associated Image

getImageTimestampUTC

long getImageTimestampUTC()
Returns the timestamp from when the Image was captured.

Returns:
timestamp from when the Image was captured

getImageProcessorId

String getImageProcessorId()
Returns the id String of the processor which produced the ImageRegions.

Returns:
id String of the processor which produced the ImageRegions

getImageRegionsId

long getImageRegionsId()
Returns the id of this ImageRegionList event.

Returns:
id of this ImageRegionList event

getProcessorStartTimestampUTC

long getProcessorStartTimestampUTC()
Returns the timestamp from when the image processing began.

Returns:
timestamp from when the image processing began

getProcessorCompleteTimestampUTC

long getProcessorCompleteTimestampUTC()
Returns the timestamp from when the image processing completed.

Returns:
timestamp from when the image processing completed

getImageRegions

ImageRegion[] getImageRegions()
Returns the array of ImageRegions.

Returns:
array of ImageRegions


Copyright © 2011. All Rights Reserved.