Image processing question
hi ,
i want to ask a question , i have a gray scale image contains a white circular
spots, an i want my program to sense the location of each spot i.e. get the center of gravity of each spot?
could jai make this or i have to make this manually?
thanks in advance,
rofa
[306 byte] By [
schaldama] at [2007-11-27 11:57:51]

# 1
You would most likely have to do this manually. You could use JAI to assist you in the process, but it wont do it for you. If you are just dealing with gray scale images, this wouldn't be too hard to implement. Although, my definition of hard might be different than yours.