资源说明:Remove flicker from a series of images. This is useful if you want to combine a series of images into a timelapse video.
在python命令行输入一下命令来运行代码:‘python deflicker.py /data/pictures/source 25 --plot /data/pictures/edits/df.png --adjust /data/pictures/deflicker’
注意,要在文件夹中自己新建data、pictures、source、edits、deflicker的文件夹。source放输入图片,注意命名1,2,3.。。。。edits中会自动生成df.png 。deflicker中会生成结果图片。25是平滑系数。deflicker.py是运行的文件名字。
代码有详细注释。压缩包中也有readme。
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。