-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
I perform Frame reduction operation on a video that have 1863 frame, From this 1863 frame I reduce it 100 frame. I reduce the frame based on histogram difference of each frame, and take that frame which have highest histogram difference. I perform this operation using Opencv's HISTCMP_CHISQR.
Use Case
It's help to calculate that high histogram changed frame of the video. Which will be helpful for further analysis for the video.
Benefits
No response
Add ScreenShots
Plot the histogram of this filtered 100 frame.
please add hacktoberfest-accepted
label also.
Priority
High
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I want to work on this issue