I\'m looking for a way to automatically remove (=make transparent) a \"green screen\" portrait background from a lot of pictures.
My own attempts this far have been... e
If you know the "green color" you may write a small program in opencv C/C++/Python to do extract that color and replace with transparent pixels.