public FSDK.TPoint[] DetectEyes() { FSDK.TPoint[] feats; CheckForError(FSDK.DetectEyes(hImage, out feats)); return(feats); }