Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Properties | List of all members
FaceSDK.Base.Landmark Class Reference
Inheritance diagram for FaceSDK.Base.Landmark:
FaceSDK.FaceSDKBase FaceSDK.Base.ILandmark FaceSDK.IFaceSDKBase FaceSDK.IFaceSDKBase

Public Member Functions

 Landmark ()
 Create a landmark at (0,0) More...
 
 Landmark (int x, int y)
 
- Public Member Functions inherited from FaceSDK.FaceSDKBase
override bool Equals (object obj)
 
override int GetHashCode ()
 
void CheckValidity (string objectName=null)
 Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
 
void Dispose ()
 

Properties

int X [get, set]
 
int Y [get, set]
 
- Properties inherited from FaceSDK.FaceSDKBase
IntPtr Handle [get, protected set]
 
bool Valid [get]
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 
- Properties inherited from FaceSDK.Base.ILandmark
int X [get, set]
 X coordinate More...
 
int Y [get, set]
 Y coordinate More...
 

Constructor & Destructor Documentation

◆ Landmark()

FaceSDK.Base.Landmark.Landmark ( )
inline

Create a landmark at (0,0)


The documentation for this class was generated from the following file: