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

DOC:inverse B and R channels in QB image

parent 701a0dea
Branches
Tags
No related merge requests found
......@@ -126,9 +126,9 @@ int main( int argc, char * argv[] )
ChannelExtractorType::Pointer selecter = ChannelExtractorType::New();
selecter->SetInput(vr->GetOutput());
selecter->SetExtractionRegion(multispectralReader->GetOutput()->GetLargestPossibleRegion());
selecter->SetChannel(1);
selecter->SetChannel(2);
selecter->SetChannel(3);
selecter->SetChannel(2);
selecter->SetChannel(1);
VectorWriterType::Pointer vectWriter = VectorWriterType::New();
vectWriter->SetFileName(argv[3]);
......
......@@ -187,7 +187,7 @@ int main(int argc, char* argv[] )
//
// \begin{figure}
// \center
// \includegraphics[width=0.44\textwidth]{ROI_QB_MUL_1_SVN_CLASS_MULTI.eps}
// \includegraphics[width=0.44\textwidth]{MarkovRegularization.eps}
// \includegraphics[width=0.44\textwidth]{MarkovRegularization-scaled.eps}
// \itkcaption[MRF restauration]{Result of applying
// the \doxygen{otb}{MarkovRandomFieldFilter} to regularized the result of another
......
......@@ -261,9 +261,9 @@ int main(int argc, char * argv[])
ChannelExtractorType::Pointer selecter = ChannelExtractorType::New();
selecter->SetInput(vr->GetOutput());
selecter->SetExtractionRegion(vreader->GetOutput()->GetLargestPossibleRegion());
selecter->SetChannel(1);
selecter->SetChannel(2);
selecter->SetChannel(3);
selecter->SetChannel(2);
selecter->SetChannel(1);
VectorWriterType::Pointer vectWriter = VectorWriterType::New();
vectWriter->SetFileName(outprettyfname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment