From 13dccc8c13185f5353e1a6eaf7b37548e3f534c7 Mon Sep 17 00:00:00 2001 From: brimson Date: Fri, 22 Jul 2022 17:37:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9413c2..1ba15ee 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Shader (click to download) | Description [cMotionMask](/shaders/cMotionMask.fx) | Frame masking based on temporal derivative [cNoiseConvolution](/shaders/cNoiseConvolution.fx) | Convolution using rotated gradient noise sampling [cOpticalFlowHS](/shaders/cOpticalFlowHS.fx) | Pyramidal Horn-Schunck optical flow with visualization -[cOpticalFlowLK](/shaders/cOpticalFlowLK.fx) | Pyramidal Lucas-Kanade optical flow with visualization +[cOpticalFlowLK](/shaders/cOpticalFlowLK.fx) | Pyramidal inverse Lucas-Kanade optical flow with visualization [cOverlay](/shaders/cOverlay.fx) | Simple backbuffer overlay [cPingPong](/shaders/cPingPong.fx) | Gaussian blur approximation using ping-pong box blurs [cScale](/shaders/cScale.fx) | Buffer scaling using vertex shaders