26hzhang / OptimizedImageEnhance

Several image/video enhancement methods, implemented by Java, to tackle common tasks, like dehazing, denoising, backscatter removal, low illuminance enhancement, featuring, smoothing and etc.
MIT License
462 stars 185 forks source link

How to support video processing #4

Open chenxiaojun opened 5 years ago

MarouaneZribi commented 5 years ago

Apply the same algorithms for each frame of the video. Not really knowledgeable on how to do it in matlab but using tensorflow and opencv python/c++ you can implement something similar.