Skip to content

Commit

Permalink
Update cOpticalFlowLK.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
brimson authored Jul 10, 2022
1 parent 406b045 commit bdecfef
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -462,4 +462,4 @@ namespace OpticalFlowLK
// Copy current convolved frame for next frame
CREATE_PASS(Basic_VS, Copy_PS, Render_Common_1_C)
}
}
}

0 comments on commit bdecfef

Please sign in to comment.