Research Article

Sports Video Classification Framework Using Enhanced Threshold Based Keyframe Selection Algorithm and Customized CNN on UCF101 and Sports1-M Dataset

Algorithm 2

Candidate frame extraction using skip factor.
input: video clip
output: cf
Read Source File
Find the number of frames
Display N
Initialize j = 0
 For i = 1 to N
  if mod(i, 5) = = 1 ||i = = N
   rename (i)
   update(i)
   j = j +1
  End if
 End For
Display “Candidate Frame Extraction Done....”