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

MRG

parents 778e6d6c 1a3796fb
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment