Skip to content

Detects and extracts the features such as color, key points, and motion vectors. Helps in finding Video similarity, Video subsequence search, Dimensionality reduction, Querying, Indexing (PageRank and ASCOS++), Multidimensional Index Structure and KNN (Locality Sensitive Hashing tool), Visualizing the query result as videos

Notifications You must be signed in to change notification settings

narendrakumar92/Video_Feature_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video_Feature_Analysis

• We detect and extract the features such as color, SIFT key points and motion vectors in every frame of the video set. To do so, we use the libraries such as SIFT and FFmpeg to obtain the dataset.

• We identify the color similarity, SIFT similarity and motion similarity between two video files using several distance similarity measures. Also, finding the overall similarity between the videos.

• We do Video Subsequence search, returns the 'k' most similar frame sequences, and visualizes the query and result frames as videos. We do this in the normal space as well as reduced space using PCA and K-means.

• We Find the most significant frames and content using PageRank and ASCOS algorithm to identify what the given set of videos majorly contains.

• Object querying using Approximate algorithm, Locality Sensitive Hashing using random Hyperplanes to find the similar objects in the database and visualizing the query result as videos.

Please read Phase1_Taskdetails.pdf , Phase2_Taskdetails.pdf and Phase3_Taskdetails.pdf for the complete details on each of the project phases.

About

Detects and extracts the features such as color, key points, and motion vectors. Helps in finding Video similarity, Video subsequence search, Dimensionality reduction, Querying, Indexing (PageRank and ASCOS++), Multidimensional Index Structure and KNN (Locality Sensitive Hashing tool), Visualizing the query result as videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published