org.mechio.api.vision
Interface ImageRegion


public interface ImageRegion

Defines some region of interest in an Image.

Author:
Matthew Stevenson

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

Method Detail

getRegionId

java.lang.Integer getRegionId()
Returns the id of this ImageRegion.

Returns:
id of this ImageRegion

getX

java.lang.Integer getX()
Returns the region center x coordinate.

Returns:
region center x coordinate

getY

java.lang.Integer getY()
Returns the region center y coordinate.

Returns:
region center y coordinate

getWidth

java.lang.Integer getWidth()
Returns the region width.

Returns:
region width

getHeight

java.lang.Integer getHeight()
Returns the region height.

Returns:
region height


Copyright © 2011-2014. All Rights Reserved.