From bdecfefac6048b3e4e4842a2f658a95004c85154 Mon Sep 17 00:00:00 2001 From: brimson Date: Sat, 9 Jul 2022 21:39:36 -0700 Subject: [PATCH] Update cOpticalFlowLK.fx --- shaders/cOpticalFlowLK.fx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shaders/cOpticalFlowLK.fx b/shaders/cOpticalFlowLK.fx index cb64862..3e7ffe3 100644 --- a/shaders/cOpticalFlowLK.fx +++ b/shaders/cOpticalFlowLK.fx @@ -1,6 +1,6 @@ /* - Optical flow motion blur shader + Pyramidal Lucas-Kanade optical flow shader BSD 3-Clause License @@ -462,4 +462,4 @@ namespace OpticalFlowLK // Copy current convolved frame for next frame CREATE_PASS(Basic_VS, Copy_PS, Render_Common_1_C) } -} \ No newline at end of file +}