what function do you use to select the green painted area?
regards
marcelo39 2 years ago
The idea is:
Using a webcam without the IR filer and IR lighting (this will distinguish the pupil from the eye)
Using a blob analysis algorithm for combining adjacent black pixels to an indexed blobs (pixels with the same color that are connected to itch other).
Filtering the blobs bye size and shape.
Finding the center of the filtered blob ,this is the pupil center. And this blob is painted in Green with a BlobFill function.
There are a lot of other algorithms for eye tracking on the web
Amnon
youwillcallmede 2 years ago
your algorithm looks very good, maybe it just needs more (and in a fixed position) IR light.
Congrats!
what function do you use to select the green painted area?
regards
marcelo39 2 years ago
The idea is:
Using a webcam without the IR filer and IR lighting (this will distinguish the pupil from the eye)
Using a blob analysis algorithm for combining adjacent black pixels to an indexed blobs (pixels with the same color that are connected to itch other).
Filtering the blobs bye size and shape.
Finding the center of the filtered blob ,this is the pupil center. And this blob is painted in Green with a BlobFill function.
There are a lot of other algorithms for eye tracking on the web
Amnon
youwillcallmede 2 years ago
your algorithm looks very good, maybe it just needs more (and in a fixed position) IR light.
Congrats!
marcelo39 2 years ago