程序包 org.openni
类 CropArea
- java.lang.Object
-
- org.openni.CropArea
-
public class CropArea extends java.lang.Object
The CropArea object encapsulate cropping information data
-
-
构造器概要
构造器 构造器 说明 CropArea(int originX, int originY, int width, int height)
The CropArea constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
getHeight()
Return height cropping valueint
getOriginX()
Return X cropping coordinateint
getOriginY()
Return Y cropping coordinateint
getWidth()
Return width cropping value
-
-
-
方法详细资料
-
getOriginX
public int getOriginX()
Return X cropping coordinate- 返回:
- X cropping coordinate
-
getOriginY
public int getOriginY()
Return Y cropping coordinate- 返回:
- Y cropping coordinate
-
getWidth
public int getWidth()
Return width cropping value- 返回:
- width cropping value
-
getHeight
public int getHeight()
Return height cropping value- 返回:
- height cropping value
-
-