org.robokind.impl.vision
Class PortableImageRegionList
java.lang.Object
org.robokind.impl.vision.PortableImageRegionList
- All Implemented Interfaces:
- ImageRegionList
public class PortableImageRegionList
- extends Object
- implements ImageRegionList
ImageRegionList implementation wrapping an ImageRegionListRecord.
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableImageRegionList
public PortableImageRegionList(ImageRegionListRecord regions)
- Creates a new PortableImageRegionList from an ImageRegionListRecord.
- Parameters:
regions - ImageRegionListRecord to wrap
PortableImageRegionList
public PortableImageRegionList(ImageRegionList regionList)
- Creates a PortableImageRegionList from an existing ImageRegionList.
- Parameters:
regionList - ImageRegionList to wrap
getImageSourceId
public String getImageSourceId()
- Specified by:
getImageSourceId in interface ImageRegionList
getImageId
public long getImageId()
- Specified by:
getImageId in interface ImageRegionList
getImageTimestampUTC
public long getImageTimestampUTC()
- Specified by:
getImageTimestampUTC in interface ImageRegionList
getImageProcessorId
public String getImageProcessorId()
- Specified by:
getImageProcessorId in interface ImageRegionList
getImageRegionsId
public long getImageRegionsId()
- Specified by:
getImageRegionsId in interface ImageRegionList
getProcessorStartTimestampUTC
public long getProcessorStartTimestampUTC()
- Specified by:
getProcessorStartTimestampUTC in interface ImageRegionList
getProcessorCompleteTimestampUTC
public long getProcessorCompleteTimestampUTC()
- Specified by:
getProcessorCompleteTimestampUTC in interface ImageRegionList
getImageRegions
public ImageRegion[] getImageRegions()
- Specified by:
getImageRegions in interface ImageRegionList
getRecord
public ImageRegionListRecord getRecord()
- Returns the underlying ImageRegionListRecord.
- Returns:
- underlying ImageRegionListRecord
Copyright © 2011-2012. All Rights Reserved.