Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to make a font ? Pin
Perspx9-Sep-08 10:43
Perspx9-Sep-08 10:43 
GeneralRe: how to make a font ? Pin
Paul Conrad9-Sep-08 11:38
professionalPaul Conrad9-Sep-08 11:38 
AnswerRe: how to make a font ? Pin
Abhijit Jana8-Sep-08 19:41
professionalAbhijit Jana8-Sep-08 19:41 
GeneralRe: how to make a font ? Pin
Wan--Vevi8-Sep-08 20:20
Wan--Vevi8-Sep-08 20:20 
GeneralRe: how to make a font ? Pin
Abhijit Jana9-Sep-08 0:33
professionalAbhijit Jana9-Sep-08 0:33 
Generalnose and mouth detection Pin
siewying8-Sep-08 16:34
siewying8-Sep-08 16:34 
GeneralRe: nose and mouth detection Pin
Nouman Bhatti8-Sep-08 21:35
Nouman Bhatti8-Sep-08 21:35 
GeneralRe: nose and mouth detection Pin
Alan Balkany9-Sep-08 3:43
Alan Balkany9-Sep-08 3:43 
It's an interesting problem. I'd consider this approach:

1. Use your existing algorithm to get the bounds of the face.
2. Replace each pixel with a number proportional to the variance in the neighborhood of that pixel. (There will be more variance in the regions of the eyes, mouth, and around the nose.)
3. Use the Open operation (Erode morphological operator followed by Dilate) to eliminate stray isolated pixels with high variance.
4. Use the Close operation (Dilate morphological operator followed by Erode) to fill in the gaps.
5. You should have four regions remaining: Two eyes, nose, and mouth.

(This is more interesting than what I'm working on now!)
QuestionHow to organize classes/methods in Visual Studio Pin
ssclaire8-Sep-08 15:35
ssclaire8-Sep-08 15:35 
AnswerRe: How to organize classes/methods in Visual Studio Pin
TheCardinal8-Sep-08 15:53
TheCardinal8-Sep-08 15:53 
GeneralRe: How to organize classes/methods in Visual Studio Pin
carbon_golem8-Sep-08 16:10
carbon_golem8-Sep-08 16:10 
GeneralRe: How to organize classes/methods in Visual Studio Pin
#realJSOP9-Sep-08 2:44
mve#realJSOP9-Sep-08 2:44 
AnswerRe: How to organize classes/methods in Visual Studio Pin
Joe Woodbury8-Sep-08 17:45
professionalJoe Woodbury8-Sep-08 17:45 
AnswerRe: How to organize classes/methods in Visual Studio Pin
#realJSOP9-Sep-08 2:47
mve#realJSOP9-Sep-08 2:47 
AnswerRe: How to organize classes/methods in Visual Studio Pin
Alan Balkany9-Sep-08 3:50
Alan Balkany9-Sep-08 3:50 
AnswerRe: How to organize classes/methods in Visual Studio Pin
ssclaire9-Sep-08 4:37
ssclaire9-Sep-08 4:37 
Questionneed help in compiling C# program!! Pin
ishwarverma8-Sep-08 15:06
ishwarverma8-Sep-08 15:06 
AnswerRe: need help in compiling C# program!! PinPopular
Guffa8-Sep-08 15:20
Guffa8-Sep-08 15:20 
GeneralRe: need help in compiling C# program!! Pin
ishwarverma8-Sep-08 15:24
ishwarverma8-Sep-08 15:24 
GeneralRe: need help in compiling C# program!! PinPopular
Guffa8-Sep-08 15:32
Guffa8-Sep-08 15:32 
AnswerRe: need help in compiling C# program!! PinPopular
#realJSOP9-Sep-08 2:49
mve#realJSOP9-Sep-08 2:49 
GeneralRe: need help in compiling C# program!! Pin
Pete O'Hanlon9-Sep-08 9:31
mvePete O'Hanlon9-Sep-08 9:31 
GeneralRe: need help in compiling C# program!! Pin
Nagy Vilmos9-Sep-08 9:36
professionalNagy Vilmos9-Sep-08 9:36 
AnswerRe: need help in compiling C# program!! Pin
Mark Salsbery9-Sep-08 6:34
Mark Salsbery9-Sep-08 6:34 
QuestionSingly Linked LIst For Turbo C,, (QUESTION),,, I'm a Noob Pin
nashikoy8-Sep-08 14:25
nashikoy8-Sep-08 14:25 

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.