org.robokind.api.vision
Interface ImageRegion


public interface ImageRegion

Defines some region of interest in an Image.

Author:
Matthew Stevenson

Method Summary
 Integer getHeight()
          Returns the region height.
 Integer getRegionId()
          Returns the id of this ImageRegion.
 Integer getWidth()
          Returns the region width.
 Integer getX()
          Returns the region center x coordinate.
 Integer getY()
          Returns the region center y coordinate.
 

Method Detail

getRegionId

Integer getRegionId()
Returns the id of this ImageRegion.

Returns:
id of this ImageRegion

getX

Integer getX()
Returns the region center x coordinate.

Returns:
region center x coordinate

getY

Integer getY()
Returns the region center y coordinate.

Returns:
region center y coordinate

getWidth

Integer getWidth()
Returns the region width.

Returns:
region width

getHeight

Integer getHeight()
Returns the region height.

Returns:
region height


Copyright © 2011-2013. All Rights Reserved.