Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key frames extraction: any references? #21

Closed
zjmwqx opened this issue Oct 13, 2021 · 3 comments
Closed

key frames extraction: any references? #21

zjmwqx opened this issue Oct 13, 2021 · 3 comments

Comments

@zjmwqx
Copy link

zjmwqx commented Oct 13, 2021

it seems the "key frames extraction methods" works well, is there any referring papers I can get more detail info from?

@thealokkr
Copy link
Collaborator

You may want to read SAD (Sum of absolute difference)

@zjmwqx
Copy link
Author

zjmwqx commented Oct 18, 2021

You may want to read SAD (Sum of absolute difference)

Here is your wiki script :
" Frame extraction and selection criteria for key-frame extraction

Frame that are sufficiently different from previous ones using absolute differences in LUV color-space
Brightness score filtering of extracted frames
Entropy/contrast score filtering of extracted frames
K-Means Clustering of frames using image histogram
Selection of best frame from clusters based on and variance of Laplacian (image blur detection)"

I think "Frame that are sufficiently different from previous ones" is the most important step to follow. But I don't understand why it can generate good key frames. And why the following cluster process and blur detection should be added? Is there any paper to refer?

@thealokkr
Copy link
Collaborator

Closing the question as it is not an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants