-
-
Notifications
You must be signed in to change notification settings - Fork 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[keyframe] Apply masks to images for the optical flow score computation
The optical flow is computed, and the mask is then applied on the integral of the motion vectors. The summed motion values will then be equal to 0 wherever the mask is applied. When computing the norm of the cell, if we detect that at least 50% of the cell is masked (by counting the number of 0s within the cell)
- Loading branch information
Showing
2 changed files
with
63 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters