do i need “Java Advanced Imaging API” to learn “image processing” in Java?
and is there any good link for learning “image processing” in java?
do i need Java Advanced Imaging API to learn image processing in Java? and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are looking for learning very basic stuff, I’d say you should not start with JAI, because this library will help you processing images easily, but not learning how to process images — you won’t get to know the really low level stuff, like how to manipulate pixel arrays directly.
I started by reversing the image, cropping the image, creating histograms, doing histogram equalization, various affine transformation (scaling, rotating) etc.
This lecture might be a good start..
http://kevin.floorsoup.com/scholarship/ip2d/p12-burger.pdf
Sorry if you were looking for more sophisticated stuff 🙂