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

Pairing consecutive frames for later comparison #4

Open
hdznrrd opened this issue Feb 19, 2014 · 1 comment
Open

Pairing consecutive frames for later comparison #4

hdznrrd opened this issue Feb 19, 2014 · 1 comment
Assignees

Comments

@hdznrrd
Copy link
Member

hdznrrd commented Feb 19, 2014

After converting a video into individual frames, every frame has to be compared with its follower

@hdznrrd hdznrrd added the Task label Feb 19, 2014
@hdznrrd hdznrrd self-assigned this Feb 19, 2014
@hdznrrd
Copy link
Member Author

hdznrrd commented Feb 19, 2014

find frames/ | sort > framelist
len=$(wc -l framelist)

head -n $(echo $len - 1|bc) framelist > first
tail -n $(echo $len - 1|bc) framelist > second
paste first second >pairs
rm first second

@hdznrrd hdznrrd added this to the imageprocessing milestone Feb 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant