Skip to content
Snippets Groups Projects
Commit b4c14437 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 8ca4cebf
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ private:
}
if (segModeType == "vector")
{
{
otbAppLogINFO(<<"Large scale segmentation mode which output vector data" << std::endl);
AddProcess(streamingVectorizedFilter->GetStreamer(), "Computing " + (dynamic_cast <ChoiceParameter *> (this->GetParameterByKey("filter")))->GetChoiceKey(GetParameterInt("filter")) + " segmentation");
......
......@@ -115,7 +115,7 @@ PersistentImageToOGRLayerFilter<TImage>
// call the processing function for this tile
OGRDataSourcePointerType currentTileVD = this->ProcessTile();
OGRLayerType srcLayer = currentTileVD->GetLayerChecked(0);
OGRLayerType srcLayer = currentTileVD->GetLayerChecked(0);
// Check spatial reference matches
......
......@@ -216,7 +216,7 @@ int main(int argc, char *argv[])
//
// Finally we connect the pipeline
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
// Software Guide : BeginCodeSnippet
filter->SetInput(reader->GetOutput());
filter->SetInputMask(maskReader->GetOutput());
filter->SetOGRLayer(ogrLayer);
......@@ -257,12 +257,12 @@ int main(int argc, char *argv[])
fusionFilter->SetOGRLayer(ogrLayer);
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
// Software Guide : BeginLatex
// We set the size of the tile used,
// which may be different from the one we set in the
// \doxygen{otb}{StreamingVectorizedSegmentation} filter but can be
// retrieved using the \code{GetStreamSize()} method.
// Software Guide : EndLatex
// retrieved using the \code{GetStreamSize()} method.
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
fusionFilter->SetStreamSize(filter->GetStreamSize());
......
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