Results 1 to 3 of 3
Thread: Image Processing in Java
- 12-29-2010, 07:45 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 5
- Rep Power
- 0
Image Processing in Java
Hello friends, I am currently working on image processing which is part of my final year project. I want to perform detection of certain areas within image based on pixel values and make appropriate changes to images (process certain areas within images).I am using BufferedImage class for the same, but unable to perform processing such as detection of face in an image of any individual and crop the face and so on. Can someone suggest me how should i go about.:confused:
- 12-29-2010, 10:58 PM #2
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 3
This rather difficult task, I think it is best to post references to your literature and where you think your code is defect.
I'll probably not be able to help you myself, because I've never done this.Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
- 01-12-2011, 02:26 PM #3
Image analysis is incredibly complex. You could write a thesis on this subject. I have a feeling that 90% of your time will be spent in research land, with only very little time implementing. If you understand how the analysis algorithms work, then implementing with a buffered image is trivial, as its just a 2d array of color values. Its the algorithms that are difficult, and something like face recognition might involve thousands of lines of code in and of itself. Good luck!
Similar Threads
-
image processing
By sunithamm in forum Advanced JavaReplies: 6Last Post: 12-30-2010, 11:46 AM -
Image Processing in Java
By ankurshanbhag in forum Java SoftwareReplies: 7Last Post: 12-29-2010, 02:13 PM -
Image processing
By syarizma in forum Advanced JavaReplies: 6Last Post: 08-17-2009, 05:15 AM -
Image Processing
By Josh_FL in forum Advanced JavaReplies: 4Last Post: 12-30-2008, 02:45 AM -
image processing
By sathish natrajan in forum Java 2DReplies: 2Last Post: 11-06-2008, 05:13 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks