]> git.sesse.net Git - nageru/commit
Add some beginning flow computation code (currently only gradient calculation).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Jul 2018 21:43:16 +0000 (23:43 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Jul 2018 21:43:16 +0000 (23:43 +0200)
commit23ac2e109b1f6abd1830420e47bfc3ffaf97b7df
tree7527949e925f65c4eb97b1f13b21caed14318466
parentadfd9e9107cd0dd6136042d6d92d9e136982c704
Add some beginning flow computation code (currently only gradient calculation).
flow.cpp [new file with mode: 0644]
motion_search.frag [new file with mode: 0644]
sobel.frag [new file with mode: 0644]
vs.vert [new file with mode: 0644]