public static class SMILELibrary.SD_FACE_INFO
extends com.sun.jna.Structure
修飾子とタイプ | フィールドと説明 |
---|---|
short |
eyeLPosX
Left eye (x cood)
C type : s16 |
short |
eyeLPosY
Left eye (y cood)
C type : s16 |
short |
eyeRPosX
Right eye (x cood)
C type : s16 |
short |
eyeRPosY
Right eye (y cood)
C type : s16 |
short |
faceAngle
Slope angle of face area
C type : s16 |
short |
facePosX
X coordinate of face area
C type : s16 |
short |
facePosY
Y coordinate of face area
C type : s16 |
short |
faceSizeX
X size of face area
C type : s16 |
short |
faceSizeY
Y size of face area
C type : s16 |
short |
imgHeight
Height of gray image (pixel)
C type : s16 |
com.sun.jna.Pointer |
imgPixel
Address of gray image
C type : u8* |
short |
imgWidth
Width of gray image (pixel)
C type : s16 |
short |
reserve
Reserved (not in use)
C type : s16 |
コンストラクタと説明 |
---|
SD_FACE_INFO(byte[] image) |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public com.sun.jna.Pointer imgPixel
public short imgWidth
public short imgHeight
public short facePosX
public short facePosY
public short faceSizeX
public short faceSizeY
public short faceAngle
public short eyeLPosX
public short eyeLPosY
public short eyeRPosX
public short eyeRPosY
public short reserve