Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
@Jeff: What is ambiguous or incomplete in my question. It related to a programattic implementation for which I was looking to seek algorithms which I could implement. If it cannot be answered , thats not problem of the questions, i guess. – goldenmean Mar 22 '11 at 11:15
it is more appropriate to find such algorithms and ask about the specifics of how and why they work in your code that you have already written. We are not a "do research on your behalf" service.. – Jeff Atwood Mar 22 '11 at 11:22
@Jeff: Thanks. There was no intention of using it as a 'on behalf study service'. I do that myself. Nowhere on web there is mention of any Image processing algorithm, for someone to implement it. Only after doing that literature survey myself, I had asked here. – goldenmean Mar 22 '11 at 14:08
if you can edit the Q to make it show your research more I support re-open – Jeff Atwood Mar 22 '11 at 22:02

closed as not a real question by Jeff Atwood Mar 20 '11 at 7:56

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.