I am developing a Software image/video pipeline. I intend to implement below blocks in the Image processing pipeline :-
Red Eye reduction block which would do the red eye reduction in software. (I am aware that actual red eye reduction techniques used by cameras are pre-flash, angular flash, separate flash device isolated from camera etc.., but I want to implement some algorithm for red eye reduction in my software pipeline).
Second block I am looking at is
Face Detection block to detect all faces present in the scene being photographed. This would help in Auto-focus function of my camera capture pipeline.
Any pointers to some papers/algorithms which present the theory behind these two functions would be useful.
thank you.
-AD