Skip to content

Commit

Permalink
Fixed stupid bug forcing AVI output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eurybiadan committed Jul 24, 2018
1 parent 6b72a39 commit 6f5ed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PARFS.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
THRESHOLD = params.THRESHOLD; % 0.7;
OUTPUT_TIFS = params.OUTPUT_TIFS; % true;
OUTPUT_FF_TIFS = params.OUTPUT_FF_TIFS; % false;
OUTPUT_AVIS = params.OUTPUT_TIFS; % false;
OUTPUT_AVIS = params.OUTPUT_AVIS; % false;


fNames=[];
Expand Down

0 comments on commit 6f5ed0c

Please sign in to comment.