Message from Python discussions
November 2018
— Anyone? I know about OpenCV but it can detect photos? Or just videos?
OpenCV can detect eyes in either photos or videos. And you can give the filter effect also with OpenCV.
— See my image bro
— Uh, noice then
— Time to study then
— Qpython
— Something similar to what you want: https://www.pyimagesearch.com/2017/04/10/detect-eyes-nose-lips-jaw-dlib-opencv-python/
— There is another simple library but its not maintained now and it does not work with a current python, its SimpleCV you can try other wise go with OpenCV
— Noice
— Can I add shaders with OpenCV? Like the small white glow on the eyes
— Yep! Pretty much most image processing tasks.
— How can i put a child win on TOP-RIGHT in TK python gui?
want that
menu_window = tk.Toplevel(root)will be in TOP-RIGHT of root