Skip to content

hmercuryg/video-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-analysis

This python package contains several modules and packages for doing video analysis with OpenCV and python. The package is organized in multiple sub-packages:

video
General code that can be used to process videos using python. Special attention has been paid to develop video classes that can be easily used in iterating over video frames, also with multiprocessing support. The sub-package `analysis` contains several modules that contain functions useful for general image or video analysis.
Part of the modules have been modified from code from moviepy, which
is released under the MIT license at github. The license is included
at the end of this file.
</dd>
utils
Miscellaneous helper functions and classes. For instance, there are math functions and data structures that are useful for managing caches, heterogeneous output, etc.
projects
The actual video analysis code for several projects.
external
Small package that collects modules copied from other authors.

The MIT License (MIT) [OSI Approved License]

Copyright (c) 2014 Zulko

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Video analysis using python and OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%