pattern recognition

P

patrick

Dont know anything abou pattern recognition.

Is it easy to capture an image from the screen , screen.jpg, and identify
within that image specific patterns.

Say pattern A is an image stored as patternA.jpg. Is it possible to compare
patternA.jpg with the image at a specific rectangle within screen.jpg to see
if they are the same.??

Are there any java classes /packages that does this kind of thing.?


TIA
patrick
 
P

Peter the Swede

I don't know if there is any packet in java that handels that. What are you
going to use this for? Do you have several images, and that you want to pick
the one "closest" representing one of these? Is it a classification-problem?

You also have to define what "the same" means. If you mean identical it
probably exist some equlas-method that you can invoke on two Image-objects.

Cheers, Peter
 
P

patrick

suppose I want to find out which chess piece is displayed at the rectangle
at location (x,y) on screen.
I get an image for x,y say rectangle.jpg I already have several images
pawn.jpg,rook.jpg etc. I want to find out which of these is closest to
rectangle.jpg.

patrick
 
P

Peter the Swede

Check out the attached PDF, I scanned it from a book called "Neural Networks
and Pattern Recognition, CM Bishop"

I'm also working with classification in my thesis, creating an application
for something :)

Cheers, Peter
 
P

Peter the Swede

I did send it to your regular mail, ok?


Peter the Swede said:
Check out the attached PDF, I scanned it from a book called "Neural Networks
and Pattern Recognition, CM Bishop"

I'm also working with classification in my thesis, creating an application
for something :)

Cheers, Peter




screen.jpg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top