Skip to content
Snippets Groups Projects
Commit 784e4806 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Small update in documentation of step parameter.

parent 510a165b
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,9 @@ private:
SetParameterDescription("bm.step", "Location step between computed "
"disparities. Disparities will be computed every 'step' pixels in the "
"left image (step for both rows and columns). For instance, a value of 1 "
"corresponds to the classic dense disparity map.");
"corresponds to the classic dense disparity map."
"To enforce consistency with its spacing, output disparity map values are "
" divided by the step value.");
SetDefaultParameterInt("bm.step",1);
SetMinimumParameterIntValue("bm.step",1);
MandatoryOff("bm.step");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment