Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Low_Level Image Processing

  Asked By: Ketan    Date: Mar 22    Category: Java    Views: 984
  

I want to distinct a point which is printed by a special color.
Whould U PLZ help me?

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Keith Marshall     Answered On: Mar 22
 
Answer #2    Answered By: Timothy Patterson     Answered On: Mar 22

Tasks related to image  processing is generally done via classes like Image, BufferedImage, Canvas, color  and the such. specifically, if you know the special  color of the point, you may get the colors of points of the image and compare them one be one, till the colored point is found.

I don't remember now the exact commands and classes, but I will review it (if necessary) till tomorrow.

 
Answer #3    Answered By: Jezza Brown     Answered On: Mar 22

PixelGrabber is a nice class too for getting information about the pixels on an image...

 
Answer #4    Answered By: Arron Lee     Answered On: Nov 28

Hi, Ketan.
Have you tried to deal with it with the help of some profeesional imaging tools? Did it work? I only have some experience on VB.NET image processing ( http://www.yiigo.com/guides/vbnet/ ). You can also google it and select some professional tools whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck.



Best regards,
Arron

 
Didn't find what you were looking for? Find more on Low_Level Image Processing Or get search suggestion and latest updates.




Tagged: