家政服务如何提升家庭生活质量与幸福感
620
2022-10-18
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小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~