]> git.sesse.net Git - nageru/history - motion_search.frag
Allow symlinked frame files. Useful for testing.
[nageru] / motion_search.frag
2018-09-15 Steinar H. GundersonParametrize patch size and number of iterations.
2018-08-08 Steinar H. GundersonSupport rendering forward and backward flow in parallel.
2018-08-07 Steinar H. GundersonFix a warning in motion_search.frag.
2018-08-03 Steinar H. GundersonPack the gradients and image together into a single...
2018-08-02 Steinar H. GundersonFix a GLSL syntax error that tripped up NVIDIA.
2018-07-27 Steinar H. GundersonUse textureSize() instead of sending in uniforms manual...
2018-07-26 Steinar H. GundersonHalve the number of motion search iterations, to eight.
2018-07-26 Steinar H. GundersonRework patch placement. Finally inches our EPE just...
2018-07-24 Steinar H. GundersonFix the patch out-of-bounds check in motion search...
2018-07-23 Steinar H. GundersonChange the discard condition for motion search.
2018-07-23 Steinar H. GundersonMake motion search happen mostly in pixels; a bit less...
2018-07-20 Steinar H. GundersonIn the variational refinement, change the flow unit...
2018-07-20 Steinar H. GundersonFinish up the variational refinement, conceptually...
2018-07-07 Steinar H. GundersonDo patch normalization in densification.
2018-07-07 Steinar H. GundersonFix the texel centers for motion search. Helps a whole...
2018-07-05 Steinar H. GundersonReject motion search if we go beyond the image boundary...
2018-07-05 Steinar H. GundersonFix a sign error in the motion search. (The paper is...
2018-07-05 Steinar H. GundersonAdd mean normalization for patches.
2018-07-04 Steinar H. GundersonUpdate some comments.
2018-07-04 Steinar H. GundersonMake image width/height consistently a vec2.
2018-07-03 Steinar H. GundersonImplement coarse-to-fine. Still too buggy.
2018-07-03 Steinar H. GundersonVarious fixes to flow visualization. Still broken.
2018-07-03 Steinar H. GundersonAdd the densification step, in theory now providing...
2018-07-02 Steinar H. GundersonStart implementing motion search.
2018-07-01 Steinar H. GundersonAdd some beginning flow computation code (currently...