Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/narendrakumar92/Video_Feature_Analysis

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
https://github.com/narendrakumar92/Video_Feature_Analysis

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.