Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
GeneralRe: can someone tell me how can i detect an ellipse in BTMP file? Pin
inayathussaintoori26-Oct-10 11:37
inayathussaintoori26-Oct-10 11:37 
AnswerRe: can someone tell me how can i detect an ellipse in BTMP file? Pin
Luc Pattyn26-Oct-10 12:01
sitebuilderLuc Pattyn26-Oct-10 12:01 
GeneralRe: can someone tell me how can i detect an ellipse in BTMP file? Pin
inayathussaintoori26-Oct-10 12:35
inayathussaintoori26-Oct-10 12:35 
GeneralRe: can someone tell me how can i detect an ellipse in BTMP file? Pin
Dave Kreskowiak26-Oct-10 13:49
mveDave Kreskowiak26-Oct-10 13:49 
AnswerRe: can someone tell me how can i detect an ellipse in BTMP file? Pin
Alan Balkany27-Oct-10 4:51
Alan Balkany27-Oct-10 4:51 
Questionface detection problem Pin
inayathussaintoori26-Oct-10 8:04
inayathussaintoori26-Oct-10 8:04 
AnswerRe: face detection problem PinPopular
Pete O'Hanlon26-Oct-10 9:06
mvePete O'Hanlon26-Oct-10 9:06 
GeneralRe: face detection problem Pin
Ennis Ray Lynch, Jr.26-Oct-10 9:22
Ennis Ray Lynch, Jr.26-Oct-10 9:22 
public interface IFaceDetection{
    bool DoesImageContainFace(Image image);
    Rectangle[] GetBoundingBoxesForFaces(Image image);
    bool IsFaceCelebrity(Image image, Rectangle rectangle);
}


The rest is just trivial implementation details. Why must you be so harsh?

Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

GeneralRe: face detection problem Pin
inayathussaintoori26-Oct-10 9:30
inayathussaintoori26-Oct-10 9:30 
GeneralRe: face detection problem Pin
Dalek Dave26-Oct-10 9:35
professionalDalek Dave26-Oct-10 9:35 
GeneralRe: face detection problem Pin
Pete O'Hanlon26-Oct-10 9:40
mvePete O'Hanlon26-Oct-10 9:40 
GeneralRe: face detection problem Pin
inayathussaintoori26-Oct-10 9:52
inayathussaintoori26-Oct-10 9:52 
GeneralRe: face detection problem Pin
Keith Barrow26-Oct-10 9:53
professionalKeith Barrow26-Oct-10 9:53 
AnswerRe: face detection problem Pin
Adam R Harris26-Oct-10 9:48
Adam R Harris26-Oct-10 9:48 
GeneralRe: face detection problem Pin
inayathussaintoori26-Oct-10 10:28
inayathussaintoori26-Oct-10 10:28 
GeneralRe: face detection problem PinPopular
Richard MacCutchan26-Oct-10 10:32
mveRichard MacCutchan26-Oct-10 10:32 
GeneralRe: face detection problem Pin
Adam R Harris26-Oct-10 11:11
Adam R Harris26-Oct-10 11:11 
GeneralRe: face detection problem Pin
inayathussaintoori26-Oct-10 11:33
inayathussaintoori26-Oct-10 11:33 
GeneralRe: face detection problem Pin
Adam R Harris26-Oct-10 11:36
Adam R Harris26-Oct-10 11:36 
GeneralRe: face detection problem Pin
inayathussaintoori26-Oct-10 11:41
inayathussaintoori26-Oct-10 11:41 
GeneralRe: face detection problem Pin
Adam R Harris26-Oct-10 11:50
Adam R Harris26-Oct-10 11:50 
GeneralRe: face detection problem Pin
inayathussaintoori26-Oct-10 12:32
inayathussaintoori26-Oct-10 12:32 
GeneralRe: face detection problem Pin
Richard MacCutchan26-Oct-10 12:08
mveRichard MacCutchan26-Oct-10 12:08 
QuestionDynamic Reference With Inheritence Pin
Adam R Harris26-Oct-10 6:07
Adam R Harris26-Oct-10 6:07 
AnswerRe: Dynamic Reference With Inheritence Pin
Ennis Ray Lynch, Jr.26-Oct-10 7:39
Ennis Ray Lynch, Jr.26-Oct-10 7:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.