Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 588 Bytes

readme.md

File metadata and controls

36 lines (20 loc) · 588 Bytes

header

A Key Frame is a location on a video timeline which marks the beginning or end of a smooth transition throughout the fotograms, Key Frame Detector try to look for the most representative and significant frames that can describe the movement or main events in a video using peakutils peak detection functions.



Installation

Requirements

  • python3
  • numpy
  • opencv
  • peakutils
  • matplotlib
  • PIL
pip install key-frame-detector