Method | Description | |
---|---|---|
CImage ( ) : System | ||
CImage ( int ImageHandle ) : System | ||
CImage ( string FileName ) : System | ||
Copy ( ) : CImage | ||
CopyRect ( int x1, int y1, int x2, int y2 ) : CImage | ||
CopyRectReplicateBorder ( int x1, int y1, int x2, int y2 ) : CImage | ||
DetectEyes ( ) : Luxand.FSDK.TPoint[] | ||
DetectEyesInRegion ( |
||
DetectFace ( ) : TFacePosition | ||
DetectFacialFeatures ( ) : Luxand.FSDK.TPoint[] | ||
DetectFacialFeaturesInRegion ( |
||
DetectMultipleFaces ( ) : Luxand.FSDK.TFacePosition[] | ||
Dispose ( ) : void | ||
GetFaceTemplate ( ) : byte[] | ||
GetFaceTemplateInRegion ( |
||
GetFaceTemplateUsingEyes ( |
||
GetHbitmap ( ) : |
||
MirrorHorizontal ( ) : CImage | ||
MirrorVertical ( ) : CImage | ||
ReloadFromHandle ( ) : void | ||
Resize ( double Ratio ) : CImage | ||
Rotate ( double Angle ) : CImage | ||
Rotate90 ( int Multiplier ) : CImage | ||
Save ( string FileName ) : void | ||
ToCLRImage ( ) : System.Drawing.Image |
Method | Description | |
---|---|---|
CImage ( |
||
CImage ( System ImageObject ) : System | ||
CheckForError ( int hr ) : void | ||
Dispose ( bool disposing ) : void | ||
PopulateHeightAndWidth ( ) : void |
public CopyRect ( int x1, int y1, int x2, int y2 ) : CImage | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | CImage |
public CopyRectReplicateBorder ( int x1, int y1, int x2, int y2 ) : CImage | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | CImage |
public DetectEyesInRegion ( |
||
FacePosition | ||
return | Luxand.FSDK.TPoint[] |
public DetectFacialFeatures ( ) : Luxand.FSDK.TPoint[] | ||
return | Luxand.FSDK.TPoint[] |
public DetectFacialFeaturesInRegion ( |
||
FacePosition | ||
return | Luxand.FSDK.TPoint[] |
public DetectMultipleFaces ( ) : Luxand.FSDK.TFacePosition[] | ||
return | Luxand.FSDK.TFacePosition[] |
public GetFaceTemplateInRegion ( |
||
FacePosition | ||
return | byte[] |
public GetFaceTemplateUsingEyes ( |
||
EyeCoords | ||
return | byte[] |