v2d->makeFormVariable("Max. Points",max_points,10,1000000,true,"","The theoretical maximum number of points to track which is scaled by the density of detected points and therefor is usually much smaller");
v2d->makeFormVariable("Max. Points",max_points,10,1000000,true,"","The theoretical maximum number of points to track which is scaled by the density of detected points and therefor is usually much smaller");
v2d->makeFormVariable("Point Loss",point_loss,0.0f,100.0f,true,"%","How many of the tracked points to lose intentionally");
v2d->makeFormVariable("Point Loss",point_loss,0.0f,100.0f,true,"%","How many of the tracked points to lose intentionally");
v2d->makeFormVariable("Max. Stroke Size",max_stroke,1,100,true,"px","The theoretical maximum size of the drawing stroke which is scaled by the area of the convex hull of tracked points and therefor is usually much smaller");
v2d->makeFormVariable("Max. Stroke Size",max_stroke,1,100,true,"px","The theoretical maximum size of the drawing stroke which is scaled by the area of the convex hull of tracked points and therefor is usually much smaller");
v2d->makeFormVariable("Threshold",scene_change_thresh,0.1f,1.0f,true,"","Peak threshold. Lowering it makes detection more sensitive");
v2d->makeFormVariable("Threshold",scene_change_thresh,0.1f,1.0f,true,"","Peak threshold. Lowering it makes detection more sensitive");
v2d->makeFormVariable("Threshold Diff",scene_change_thresh_diff,0.1f,1.0f,true,"","Difference of peak thresholds. Lowering it makes detection more sensitive");
v2d->makeFormVariable("Threshold Diff",scene_change_thresh_diff,0.1f,1.0f,true,"","Difference of peak thresholds. Lowering it makes detection more sensitive");