Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Pattern recognition in images

Name: Anonymous 2010-05-12 12:32

Any resources you recommend? Ultimately I want to write a face recognition program, but I'll write a couple of toy programs on my way there.

Name: Anonymous 2010-05-12 13:04

CAPTCHA reader

Name: Anonymous 2010-05-12 13:08

I mean resources as in books/articles/tutorials, but >>2 is a good project.

Name: Anonymous 2010-05-12 13:11

Do you have the basics of how images are stored and processed down?  By that, I mean, can you parse and read in a jpg or a PNG?
If not, I recommend reading up on the PNG library, since the library allows you to access the information in an uncompressed format fairly easily, and being bitmap it doesn't force lossy compression into an image, so you have less noise issues to worry about.

Name: Anonymous 2010-05-12 13:36

pattern recognition and machine learning by christopher m bishop

you guys are all dumb nerds

Name: Anonymous 2010-05-12 14:03

>>4
I know nothing yet. I just finished reading K&R and SICP before that.
I'll take a look at the PNG specs.

Name: Anonymous 2010-05-12 14:37

>>4
PNG library
fairly easily
I don't think you've ever used libpng.

>>6
Use libjpeg. It's saner, and if you want to get to facial recognition, you'll be handling JPEGs more often than you'll be handling PNGs.

Name: Anonymous 2010-05-12 15:34

expert trolling itt

Name: Anonymous 2010-05-12 17:53

OpenCV

Name: Anonymous 2010-12-10 7:46

Don't change these.
Name: Email:
Entire Thread Thread List