diff --git a/Examples/MultiScale/MorphologicalPyramidSynthesisFilterExample.cxx b/Examples/MultiScale/MorphologicalPyramidSynthesisFilterExample.cxx index 039ee340c00938047448e31940c08b99425cc753..43c69de72be0af8459147f060a1be47f57a10d29 100644 --- a/Examples/MultiScale/MorphologicalPyramidSynthesisFilterExample.cxx +++ b/Examples/MultiScale/MorphologicalPyramidSynthesisFilterExample.cxx @@ -267,7 +267,7 @@ int main(int argc, char * argv[]) // // Since the synthesis operation is applied on the result of the // analysis, the input and the output images should be identical. This -// is the case as shown in figure \ref{PYR_ANSYN}. +// is the case as shown in figure \ref{fig:PYR_ANSYN}. // \begin{figure} // \center // \includegraphics[width=0.44\textwidth]{suburb2.eps} diff --git a/Examples/Visu/VisuExample1.cxx b/Examples/Visu/VisuExample1.cxx index 66916081ca745e37ab940e1cc79de4a2f018fb1d..0d42b2c96ac0246485492c7cbd5f95d2e37d899b 100644 --- a/Examples/Visu/VisuExample1.cxx +++ b/Examples/Visu/VisuExample1.cxx @@ -134,7 +134,7 @@ int main( int argc, char ** argv ) // principal window. A mouse click on a pixel of the scroll (respectively, the // pricipal window) updates the rectangle prosition and, therefore, // the region viewed in the principal (respectively, the zoom) - // window. The zoom rate can be modified by using the + and - keys. + // window. The zoom rate can be modified by using the mous wheel. // // Software Guide : EndLatex