Skip to content

Commit b61ad16

Browse files
committed
CC-OF updated
1 parent 1b9dc8e commit b61ad16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/CC/OpticalFlowMovie.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def op(Mov, prd_psinum, blockSize_avg, label, OFvisualPrint, *argv):
421421
inputFWD = 1
422422

423423
if not inputFWD:
424-
do_simpleAvg = 0 #1 ... 0 is TEMP
424+
do_simpleAvg = 1 #1 ... 0 is TEMP
425425
do_movingAvg = 0
426426
do_filterImage = 0
427427
do_aniso_filt = 1 #1 ... 0 is TEMP
@@ -436,7 +436,7 @@ def op(Mov, prd_psinum, blockSize_avg, label, OFvisualPrint, *argv):
436436
print('Optical flow method:', OF_Type)
437437

438438
if OF_Type == 'GF' or OF_Type == 'GF-HS':
439-
do_filterImage = 0 #1 ... 0 is TEMP
439+
do_filterImage = 1 #1 ... 0 is TEMP
440440
if OF_Type == 'GF-HS':
441441
sig = 1.5
442442

0 commit comments

Comments
 (0)