OpenNI2 SDK  v2.3.0.81
Public 成员函数 | 所有成员列表
org.openni.CropArea类 参考

Public 成员函数

 CropArea (int originX, int originY, int width, int height)
 
int getOriginX ()
 
int getOriginY ()
 
int getWidth ()
 
int getHeight ()
 

详细描述

The CropArea object encapsulate cropping information data

构造及析构函数说明

◆ CropArea()

org.openni.CropArea.CropArea ( int  originX,
int  originY,
int  width,
int  height 
)
inline

The CropArea constructor

参数
originXX coordinate for the cropping
originYY coordinate for the cropping
widthwidth cropping value
heightheight cropping value

成员函数说明

◆ getHeight()

int org.openni.CropArea.getHeight ( )
inline

Return height cropping value

返回
height cropping value

◆ getOriginX()

int org.openni.CropArea.getOriginX ( )
inline

Return X cropping coordinate

返回
X cropping coordinate

◆ getOriginY()

int org.openni.CropArea.getOriginY ( )
inline

Return Y cropping coordinate

返回
Y cropping coordinate

◆ getWidth()

int org.openni.CropArea.getWidth ( )
inline

Return width cropping value

返回
width cropping value

该类的文档由以下文件生成: