Example: flowsense and Post Median Filtering

To run flowsense without post median filtering

./flowsense -input left_000165_1238x374.yuv -width 1238 -height 374 -bitDepth 8 -gridSize 2 -chromaFormat 0 -o flow.bin -co cost.bin -flowcrcgen flow.txt -nframes 20

To run flowsense with median filtering

./flowsense -input left_000165_1238x374.yuv -width 1238 -height 374 -bitDepth 8 -gridSize 2 -chromaFormat 0 -o flow.bin -co cost.bin -flowcrcgen flow.txt -median 1 -nframes 2