Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brimson/reshaders
Browse files Browse the repository at this point in the history
  • Loading branch information
brimson committed Jul 10, 2022
2 parents f4b4024 + e0b275b commit dea635b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shaders/cOpticalFlowHS.fx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
Optical flow visualization shader
Pyramidal Horn-Schunck optical flow shader
BSD 3-Clause License
Expand Down
4 changes: 2 additions & 2 deletions shaders/cOpticalFlowLK.fx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
Optical flow motion blur shader
Pyramidal Lucas-Kanade optical flow shader
BSD 3-Clause License
Expand Down Expand Up @@ -463,4 +463,4 @@ namespace OpticalFlowLK
// Copy current convolved frame for next frame
CREATE_PASS(Basic_VS, Copy_PS, Render_Common_1_C)
}
}
}

0 comments on commit dea635b

Please sign in to comment.