Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
i need the code in java to scan a document using camera??plz anyone answer to my question
Posted
Updated 8-Dec-13 18:05pm
v3
Comments
Sergey Alexandrovich Kryukov 9-Dec-13 0:06am    
Just a note: in plain English, "scan a document using camera" would be "take a picture using a camera". A scan is something done with a scanner. At least one difference is big: a possibility to exclude distortion (but not other aberrations, at least for stationary models).
—SA

1 solution

Please see my comment to the question.

One of the apparent approaches it to use JavaCV, a wrapper to the Open CV, videoInput and other computer vision libraries:
http://code.google.com/p/javacv/[^],
http://muonics.net/school/spring05/videoInput/[^],
http://opencv.org/[^].

You can find some code samples here: http://stackoverflow.com/questions/276292/capturing-image-from-webcam-in-java[^].

—SA
 
Share this answer
 
Comments
ridoy 9-Dec-13 1:05am    
5ed!
Sergey Alexandrovich Kryukov 9-Dec-13 1:07am    
Thank you very much.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900