Skip to content
Snippets Groups Projects
Commit ef91dcea authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC:QB color composition inversion

parent cfd779e1
No related branches found
No related tags found
No related merge requests found
......@@ -478,9 +478,9 @@ int main( int argc, char * argv[] )
channelExtractor2->SetInput(vr->GetOutput());
channelExtractor3->SetInput(vr->GetOutput());
channelExtractor1->SetChannel(1);
channelExtractor1->SetChannel(3);
channelExtractor2->SetChannel(2);
channelExtractor3->SetChannel(3);
channelExtractor3->SetChannel(1);
// Add the path to the red component
addFilter->SetInput1(channelExtractor1->GetOutput());
......@@ -533,7 +533,7 @@ int main( int argc, char * argv[] )
// is a RGB composition showing the extracted path in red. Full processing took
// about 3 seconds for each image.
//
// \begin{figure}
// \begin{figure}[htbp]
// \center
// \includegraphics[width=0.44\textwidth]{qb_ExtractRoad_pretty.eps}
// \includegraphics[width=0.44\textwidth]{ExtractRoadByStepsExampleOutput.eps}
......@@ -544,7 +544,7 @@ int main( int argc, char * argv[] )
// \label{fig:ROADEXTRACTIONBYSTEPS}
// \end{figure}
//
// \begin{figure}
// \begin{figure}[htbp]
// \center
// \includegraphics[width=0.44\textwidth]{qb_ExtractRoad_pretty2.eps}
// \includegraphics[width=0.44\textwidth]{ExtractRoadByStepsExampleOutput2.eps}
......
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