Oops

Thu, 25 Apr 2024 14:54:34 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 25 Apr 2024 14:54:34 -0500
changeset 42
ddcf355f0b2d
parent 41
3e54b2b54029
child 43
b1e4b1d2ef56

Oops

src/OpticalFlow.jl file | annotate | diff | comparison | revisions
--- a/src/OpticalFlow.jl	Thu Apr 25 14:48:54 2024 -0500
+++ b/src/OpticalFlow.jl	Thu Apr 25 14:54:34 2024 -0500
@@ -64,7 +64,7 @@
 struct DualScaling
     exponent :: Integer
     threshold :: Real
-    DualScaling(e = 10, t = 1e-1) = new(e, t)
+    DualScaling(e = 10, t = 1e-12) = new(e, t)
 end
 
 struct Greedy end

mercurial