amanwalia123 / KeyFramesExtraction

This repository contains script to divide a video into key frames.
MIT License
158 stars 34 forks source link

can you tell me what's the algorithm name? #1

Closed truemany closed 6 years ago

truemany commented 6 years ago

can you tell me what's the algorithm name?

Setting local maxima criteria

USE_LOCAL_MAXIMA = True

and any relative papers?

amanwalia123 commented 6 years ago

I haven't referred to any paper developing this. The criteria for choosing local maxima is to choose best n frames in frame sequence.I think it's just a modified version of sum of absolute difference.