Click here to Skip to main content
15,913,486 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData31-Aug-09 23:33
SimpleData31-Aug-09 23:33 
AnswerRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
mbyamukama1-Sep-09 21:09
mbyamukama1-Sep-09 21:09 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData2-Sep-09 0:03
SimpleData2-Sep-09 0:03 
QuestionHelp needed. Do you know whether I can use mean-shift to solve this problem? [modified] Pin
superwave30-Aug-09 1:39
superwave30-Aug-09 1:39 
QuestionFinding a polygon that encloses a set of points Pin
gantww28-Aug-09 7:49
gantww28-Aug-09 7:49 
AnswerRe: Finding a polygon that encloses a set of points Pin
Randor 28-Aug-09 8:15
professional Randor 28-Aug-09 8:15 
AnswerRe: Finding a polygon that encloses a set of points Pin
ely_bob18-Nov-09 15:12
professionalely_bob18-Nov-09 15:12 
QuestionEncrypt/Decrypt .EXE Pin
gencast27-Aug-09 20:48
gencast27-Aug-09 20:48 
AnswerRe: Encrypt/Decrypt .EXE Pin
Moreno Airoldi28-Aug-09 1:33
Moreno Airoldi28-Aug-09 1:33 
QuestionAlgorithm for a de-captcha project Pin
Sepirothftw27-Aug-09 10:33
Sepirothftw27-Aug-09 10:33 
GeneralRe: Algorithm for a de-captcha project Pin
harold aptroot27-Aug-09 11:02
harold aptroot27-Aug-09 11:02 
AnswerRe: Algorithm for a de-captcha project Pin
Eddy Vluggen1-Sep-09 2:34
professionalEddy Vluggen1-Sep-09 2:34 
Answeroff topic Pin
Sauce!8-Sep-09 6:54
Sauce!8-Sep-09 6:54 
GeneralRe: off topic Pin
ely_bob18-Nov-09 15:18
professionalely_bob18-Nov-09 15:18 
AnswerRe: Algorithm for a de-captcha project Pin
TAREQ F ABUZUHRI14-Nov-10 23:01
TAREQ F ABUZUHRI14-Nov-10 23:01 
QuestionImage segmentation help Pin
kabirbdboy26-Aug-09 3:29
kabirbdboy26-Aug-09 3:29 
AnswerRe: Image segmentation help Pin
Alan Balkany26-Aug-09 8:13
Alan Balkany26-Aug-09 8:13 
Use the skin color to find the face in the image, and get a bounding rectangle on the face pixels.

Get a large sample of images that exhibit more variation than you're likely to encounter in practice, and compile statistics on where in the bounding rectangle the features you're looking for generally appear.

To zero in on the features, you can use thresholding and mathematical morphology to simplify the complexity of the image.
GeneralRe: Image segmentation help Pin
kabirbdboy27-Aug-09 2:32
kabirbdboy27-Aug-09 2:32 
GeneralRe: Image segmentation help Pin
Alan Balkany27-Aug-09 3:16
Alan Balkany27-Aug-09 3:16 
GeneralRe: Image segmentation help Pin
Tim Craig27-Aug-09 8:27
Tim Craig27-Aug-09 8:27 
QuestionHelp decoding a friendly message Pin
BillyTed24-Aug-09 13:33
BillyTed24-Aug-09 13:33 
AnswerRe: Help decoding a friendly message Pin
Tim Craig24-Aug-09 15:09
Tim Craig24-Aug-09 15:09 
AnswerRe: Help decoding a friendly message Pin
Ian Shlasko25-Aug-09 7:41
Ian Shlasko25-Aug-09 7:41 
AnswerRe: Help decoding a friendly message Pin
supercat926-Aug-09 12:26
supercat926-Aug-09 12:26 
GeneralRe: Help decoding a friendly message Pin
Ian Shlasko27-Aug-09 8:38
Ian Shlasko27-Aug-09 8:38 

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.