mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 17:14:39 +00:00
bugfix missing break mutualinfo
This commit is contained in:
parent
23fcdf59e3
commit
331da865e1
@ -104,6 +104,7 @@ void FilterMutualInfoPlugin::initParameterSet(QAction *action,MeshDocument & /*m
|
||||
parlst.addParam(new RichFloat("Tolerance", 0.1, "Tolerance", "Threshold to stop convergence"));
|
||||
parlst.addParam(new RichFloat("ExpectedVariance", 2.0, "Expected Variance", "Expected Variance"));
|
||||
parlst.addParam(new RichInt("BackgroundWeight", 2, "Background Weight", "Weight of background pixels (1, as all the other pixels; 2, one half of the other pixels etc etc)"));
|
||||
break;
|
||||
default :
|
||||
assert(0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user