Свойство | Тип | Описание | |
---|---|---|---|
coordMapper | CoordinateMapper | ||
faceFrameReaders | FaceFrameReader[] | ||
faceFrameResults | FaceFrameResult[] | ||
faceFrameSources | FaceFrameSource[] | ||
hdFaceAlignments | FaceAlignment[] | ||
hdFaceFrameReaders | HighDefinitionFaceFrameReader[] | ||
hdFaceFrameSources | HighDefinitionFaceFrameSource[] | ||
hdFaceModels | FaceModel[] | ||
kinectSensor | KinectSensor | ||
sensorAlwaysAvailable | bool |
Метод | Описание | |
---|---|---|
AddGrammarPhrase ( string sFromRule, string sToRule, string sPhrase, bool bClearRulePhrases, bool bCommitGrammar ) : int | ||
ClearRecognizedPhrase ( ) : void | ||
CloseSensor ( |
||
FinishBackgroundRemoval ( |
||
FinishFaceTracking ( ) : void | ||
FinishSpeechRecognition ( ) : void | ||
FixJointOrientations ( |
||
FreeMultiSourceFrame ( |
||
FreeSensorInterface ( bool bDeleteLibs ) : void | ||
GetAnimUnits ( long userId, float>.Dictionary |
||
GetFaceModelTriangles ( bool bMirrored, int &avTriangles ) : bool | ||
GetFaceModelTrianglesCount ( ) : int | ||
GetFaceModelVertices ( long userId, Vector3 &avVertices ) : bool | ||
GetFaceModelVerticesCount ( long userId ) : int | ||
GetFaceRect ( long userId, |
||
GetForegroundFrameLength ( |
||
GetForegroundFrameRect ( |
||
GetHeadPosition ( long userId, Vector3 &headPos ) : bool | ||
GetHeadRotation ( long userId, |
||
GetJointIndex ( |
||
GetMultiSourceFrame ( |
||
GetNextJoint ( |
||
GetParentJoint ( |
||
GetPhraseConfidence ( ) : float | ||
GetRecognizedPhraseTag ( ) : string | ||
GetSensorPlatform ( ) : KinectInterop.DepthSensorPlatform | ||
GetSensorsCount ( ) : int | ||
GetShapeUnits ( long userId, float>.Dictionary |
||
InitBackgroundRemoval ( |
||
InitFaceTracking ( bool bUseFaceModel, bool bDrawFaceRect ) : bool | ||
InitSensorInterface ( bool bCopyLibs, bool &bNeedRestart ) : bool | ||
InitSpeechRecognition ( string sRecoCriteria, bool bUseKinect, bool bAdaptationOff ) : int | ||
IsBRHiResSupported ( ) : bool | ||
IsBackgroundRemovalActive ( ) : bool | ||
IsBackgroundRemovalAvailable ( bool &bNeedRestart ) : bool | ||
IsBodyTurned ( |
||
IsDrawFaceRect ( ) : bool | ||
IsFaceTracked ( long userId ) : bool | ||
IsFaceTrackingActive ( ) : bool | ||
IsFaceTrackingAvailable ( bool &bNeedRestart ) : bool | ||
IsPhraseRecognized ( ) : bool | ||
IsSensorAvailable ( ) : bool | ||
IsSpeechEnded ( ) : bool | ||
IsSpeechRecognitionAvailable ( bool &bNeedRestart ) : bool | ||
IsSpeechStarted ( ) : bool | ||
LoadSpeechGrammar ( string sFileName, short iLangCode, bool bDynamic ) : int | ||
MapColorFrameToDepthCoords ( |
||
MapDepthFrameToColorCoords ( |
||
MapDepthPointToColorCoords ( |
||
MapDepthPointToSpaceCoords ( |
||
MapSpacePointToDepthCoords ( |
||
OpenDefaultSensor ( |
||
PollBodyFrame ( |
||
PollColorFrame ( |
||
PollDepthFrame ( |
||
PollForegroundFrame ( |
||
PollInfraredFrame ( |
||
SetSpeechConfidence ( float fConfidence ) : void | ||
UpdateBackgroundRemoval ( KinectInterop sensorData, bool isHiResPrefered, Color32 defaultColor ) : bool | ||
UpdateFaceTracking ( ) : bool | ||
UpdateSensorData ( KinectInterop sensorData ) : bool | ||
UpdateSpeechRecognition ( ) : int | ||
VisualizeFaceTrackerOnColorTex ( Texture2D texColor ) : void |
Метод | Описание | |
---|---|---|
AddGrammarPhraseNative ( [ sFromRule, [ sToRule, [ sPhrase, bool bClearRule, bool bCommitGrammar ) : int | ||
ClearRecognizedPhraseNative ( ) : void | ||
DrawLine ( |
||
FinishSpeechRecognizerNative ( ) : void | ||
GetFaceSourceIndex ( Microsoft.Kinect.Face.FaceFrameSource faceFrameSource ) : int | ||
GetPhraseConfidenceNative ( ) : float | ||
GetRecognizedPhraseTagNative ( ) : |
||
InitSpeechRecognizerNative ( [ sRecoCriteria, bool bUseKinect, bool bAdaptationOff ) : int | ||
IsPhraseRecognizedNative ( ) : bool | ||
IsSpeechEndedNative ( ) : bool | ||
IsSpeechStartedNative ( ) : bool | ||
LoadSpeechGrammarNative ( [ sFileName, short iNewLangCode, bool bDynamic ) : int | ||
SetSpeechConfidenceNative ( float fConfidence ) : void | ||
UpdateSpeechRecognizerNative ( ) : int | ||
ValidateFaceBox ( FaceFrameResult faceResult ) : bool |
public AddGrammarPhrase ( string sFromRule, string sToRule, string sPhrase, bool bClearRulePhrases, bool bCommitGrammar ) : int | ||
sFromRule | string | |
sToRule | string | |
sPhrase | string | |
bClearRulePhrases | bool | |
bCommitGrammar | bool | |
Результат | int |
public CloseSensor ( |
||
sensorData | ||
Результат | void |
public FinishBackgroundRemoval ( |
||
sensorData | ||
Результат | void |
public FixJointOrientations ( |
||
sensorData | ||
bodyData | ||
Результат | void |
public FreeMultiSourceFrame ( |
||
sensorData | ||
Результат | void |
public FreeSensorInterface ( bool bDeleteLibs ) : void | ||
bDeleteLibs | bool | |
Результат | void |
public GetAnimUnits ( long userId, float>.Dictionary |
||
userId | long | |
dictAU | float>.Dictionary | |
Результат | bool |
public GetFaceModelTriangles ( bool bMirrored, int &avTriangles ) : bool | ||
bMirrored | bool | |
avTriangles | int | |
Результат | bool |
public GetFaceModelTrianglesCount ( ) : int | ||
Результат | int |
public GetFaceModelVertices ( long userId, Vector3 &avVertices ) : bool | ||
userId | long | |
avVertices | Vector3 | |
Результат | bool |
public GetFaceModelVerticesCount ( long userId ) : int | ||
userId | long | |
Результат | int |
public GetFaceRect ( long userId, |
||
userId | long | |
faceRect | ||
Результат | bool |
public GetForegroundFrameLength ( |
||
sensorData | ||
isHiResPrefered | bool | |
Результат | int |
public GetForegroundFrameRect ( |
||
sensorData | ||
isHiResPrefered | bool | |
Результат |
public GetHeadPosition ( long userId, Vector3 &headPos ) : bool | ||
userId | long | |
headPos | Vector3 | |
Результат | bool |
public GetHeadRotation ( long userId, |
||
userId | long | |
headRot | ||
Результат | bool |
public GetJointIndex ( |
||
joint | ||
Результат | int |
public GetMultiSourceFrame ( |
||
sensorData | ||
Результат | bool |
public GetNextJoint ( |
||
joint | ||
Результат | KinectInterop.JointType |
public GetParentJoint ( |
||
joint | ||
Результат | KinectInterop.JointType |
public GetRecognizedPhraseTag ( ) : string | ||
Результат | string |
public GetSensorPlatform ( ) : KinectInterop.DepthSensorPlatform | ||
Результат | KinectInterop.DepthSensorPlatform |
public GetShapeUnits ( long userId, float>.Dictionary |
||
userId | long | |
dictSU | float>.Dictionary | |
Результат | bool |
public InitBackgroundRemoval ( |
||
sensorData | ||
isHiResPrefered | bool | |
Результат | bool |
public InitFaceTracking ( bool bUseFaceModel, bool bDrawFaceRect ) : bool | ||
bUseFaceModel | bool | |
bDrawFaceRect | bool | |
Результат | bool |
public InitSensorInterface ( bool bCopyLibs, bool &bNeedRestart ) : bool | ||
bCopyLibs | bool | |
bNeedRestart | bool | |
Результат | bool |
public InitSpeechRecognition ( string sRecoCriteria, bool bUseKinect, bool bAdaptationOff ) : int | ||
sRecoCriteria | string | |
bUseKinect | bool | |
bAdaptationOff | bool | |
Результат | int |
public IsBackgroundRemovalActive ( ) : bool | ||
Результат | bool |
public IsBackgroundRemovalAvailable ( bool &bNeedRestart ) : bool | ||
bNeedRestart | bool | |
Результат | bool |
public IsBodyTurned ( |
||
bodyData | ||
Результат | bool |
public IsFaceTracked ( long userId ) : bool | ||
userId | long | |
Результат | bool |
public IsFaceTrackingAvailable ( bool &bNeedRestart ) : bool | ||
bNeedRestart | bool | |
Результат | bool |
public IsSpeechRecognitionAvailable ( bool &bNeedRestart ) : bool | ||
bNeedRestart | bool | |
Результат | bool |
public LoadSpeechGrammar ( string sFileName, short iLangCode, bool bDynamic ) : int | ||
sFileName | string | |
iLangCode | short | |
bDynamic | bool | |
Результат | int |
public MapColorFrameToDepthCoords ( |
||
sensorData | ||
vDepthCoords | Vector2 | |
Результат | bool |
public MapDepthFrameToColorCoords ( |
||
sensorData | ||
vColorCoords | Vector2 | |
Результат | bool |
public MapDepthPointToColorCoords ( |
||
sensorData | ||
depthPos | Vector2 | |
depthVal | ushort | |
Результат | Vector2 |
public MapDepthPointToSpaceCoords ( |
||
sensorData | ||
depthPos | Vector2 | |
depthVal | ushort | |
Результат | Vector3 |
public MapSpacePointToDepthCoords ( |
||
sensorData | ||
spacePos | Vector3 | |
Результат | Vector2 |
public OpenDefaultSensor ( |
||
dwFlags | ||
sensorAngle | float | |
bUseMultiSource | bool | |
Результат |
public PollBodyFrame ( |
||
sensorData | ||
bodyFrame | ||
kinectToWorld | ||
Результат | bool |
public PollColorFrame ( |
||
sensorData | ||
Результат | bool |
public PollDepthFrame ( |
||
sensorData | ||
Результат | bool |
public PollForegroundFrame ( |
||
sensorData | ||
isHiResPrefered | bool | |
defaultColor | ||
bLimitedUsers | bool | |
alTrackedIndexes | ICollection |
|
foregroundImage | byte | |
Результат | bool |
public PollInfraredFrame ( |
||
sensorData | ||
Результат | bool |
public SetSpeechConfidence ( float fConfidence ) : void | ||
fConfidence | float | |
Результат | void |
public UpdateBackgroundRemoval ( KinectInterop sensorData, bool isHiResPrefered, Color32 defaultColor ) : bool | ||
sensorData | KinectInterop | |
isHiResPrefered | bool | |
defaultColor | Color32 | |
Результат | bool |
public UpdateSensorData ( KinectInterop sensorData ) : bool | ||
sensorData | KinectInterop | |
Результат | bool |
public VisualizeFaceTrackerOnColorTex ( Texture2D texColor ) : void | ||
texColor | Texture2D | |
Результат | void |
public FaceFrameReader[] faceFrameReaders | ||
Результат | FaceFrameReader[] |
public FaceFrameResult[] faceFrameResults | ||
Результат | FaceFrameResult[] |
public FaceFrameSource[] faceFrameSources | ||
Результат | FaceFrameSource[] |
public FaceAlignment[] hdFaceAlignments | ||
Результат | FaceAlignment[] |
public HighDefinitionFaceFrameReader[] hdFaceFrameReaders | ||
Результат | HighDefinitionFaceFrameReader[] |
public HighDefinitionFaceFrameSource[] hdFaceFrameSources | ||
Результат | HighDefinitionFaceFrameSource[] |