|
|
this is a special function that will do all of the nessisary image preprocessing for the neural network eye locator.
This is based off of ImageMagick`s histogram equalization code -
Parameters:
-
| image |
the image to get this info from |
| x |
the x value of the upper left hand corner of the image to be processed |
| y |
the y value of the upper left hand corner of the image to be processed |
| input_pixels |
a pointer to the array of input values to the neural network, note that this is how values are returned |
-
Exceptions:
-
|