scikit-video:SciPy 视频处理常用程序

网友投稿 570 2022-10-18

scikit-video:SciPy 视频处理常用程序

scikit-video:SciPy 视频处理常用程序

scikit-video

Video Processing SciKit BETA

Video processing algorithms, including I/O, quality metrics, temporal filtering, motion/object detection, motion estimation...

This is intended as a companion to scikit-image, containing all the algorithms which deal with video. There is a certain degree of overlap between image and video algorithms, for example a PSNR quality metric could be applied to pairs of images or pairs of video frames just as well. However, other algorithms are video-specific, for example a temporal denoise. This is the future home of the video-specific algorithms, as well as some of the algorithms which are not strictly video specific but are usually seen in a video context.

This also has some overlap with OpenCV. Roughly, the algorithms implemented here would be easier to hack on, and more research-oriented. Rather than building on top of a C/C++ framework, this will stay Python all the way, using whichever combinaiton of Numba/Theano/etc seems best for performance. This should add flexibility and better future ability to use GPU compute.

The project milestones are roughly:

Add skeleton project from scikit-example - DONEAdd video I/O by wrapping ffmpeg/avconv (similar to kanryu/pipeffmpeg) - DONEAdd video metrics (from aizvorski/video-quality) - DONEMore contributions roll in :)

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:2022最新iOS证书(.p12)、描述文件(.mobileprovision)申请和HBuider打包及注意注意事项
下一篇:2022最新iOS打包、发布与证书体系详解
相关文章

 发表评论

暂时没有评论,来抢沙发吧~