org.robokind.api.vision
Interface ImageRegion


public interface ImageRegion

Defines some region of interest in an Image.

Author:
Matthew Stevenson

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

Method Detail

getRegionId

long getRegionId()
Returns the id of this ImageRegion.

Returns:
id of this ImageRegion

getX

int getX()
Returns the region center x coordinate.

Returns:
region center x coordinate

getY

int getY()
Returns the region center y coordinate.

Returns:
region center y coordinate

getWidth

int getWidth()
Returns the region width.

Returns:
region width

getHeight

int getHeight()
Returns the region height.

Returns:
region height


Copyright © 2011. All Rights Reserved.