Re: examining images

2008-07-17 Thread Allan Schaffer
Hello Duncan, On Jul 16, 2008, at 10:20 PM, Duncan Campbell wrote: I'm writing an application that is designed to scan images of people's eyes. Among other things, app needs to look at things like the color , shape, amount of redness, size of pupil etc. I'm looking for some pointers towards

Re: examining images

2008-07-17 Thread Graham Cox
This isn't something that Cocoa can do, nor would you expect it to. You'll come to realise that this is a very complex task. My supervisor at University developed an algorithm that did exactly what you're describing using wavelets - in fact it was generally able to locate any feature in an

examining images

2008-07-16 Thread Duncan Campbell
ok, this is going to be one of the weirder questions: I'm writing an application that is designed to scan images of people's eyes. Among other things, app needs to look at things like the color , shape, amount of redness, size of pupil etc. I'm looking for some pointers towards any sample c