Are there any algorithms for removing lighting from a video? -


Are there any algorithms for removing light from the video? I have a video in which some objects are very great. How can I light out the objects without corrupting the whole thing?

I doubt that the straight forward approach will be something like this:

  Select the pixels converted into each frame in HSL, which shine above a certain limit, those areas that are "large" extend those areas or soften them areas (soft mask, gaussian stigma ) Asserting the original image for that area, either the image on the back layer / original> original image  

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -