X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fflowobj%2Fflowobj.C;h=1f991e6cbef3528a246ffcb87ef0a263bde18b6d;hb=a95193c3fd88733d184f2d460eca1fe6ddf8af28;hp=9ebeb4f9d22d19edce6e4ff83f4ef19a04d8b9d8;hpb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/flowobj/flowobj.C b/cinelerra-5.1/plugins/flowobj/flowobj.C index 9ebeb4f9..1f991e6c 100644 --- a/cinelerra-5.1/plugins/flowobj/flowobj.C +++ b/cinelerra-5.1/plugins/flowobj/flowobj.C @@ -272,7 +272,7 @@ int FlowObj::process_buffer(VFrame *frame, int64_t start_position, double frame_ goodFeaturesToTrack(next_mat, *next_corners, corner_count, 0.01, // quality_level min_distance, noArray(), block_size, - 0, // use_harris + false, // use_harris 0.04); // k if( !next_mat.empty() && next_corners->size() > 3 ) {