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

STYLE

parent 761bba6b
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public:
LabelImageType> EdisonSegmentationFilterType;
// Home made mean-shift
typedef otb::MeanShiftImageFilter2
<FloatVectorImageType,
<FloatVectorImageType,
FloatVectorImageType>
MeanShiftFilterType;
// Simple connected components
......@@ -78,13 +78,13 @@ public:
// Vectorize filters
// Edison mean-shift
typedef otb::StreamingVectorizedSegmentationOGR
<FloatVectorImageType,
<FloatVectorImageType,
EdisonSegmentationFilterType> EdisontreamingVectorizedSegmentationOGRType;
// Connected components
typedef otb::StreamingVectorizedSegmentationOGR
<FloatVectorImageType,
ConnectedComponentSegmentationFilterType>
<FloatVectorImageType,
ConnectedComponentSegmentationFilterType>
ConnectedComponentStreamingVectorizedSegmentationOGRType;
typedef otb::FusionOGRTileFilter
......@@ -247,7 +247,7 @@ private:
std::string layerName = this->GetParameterString("layername");
std::string fieldName = this->GetParameterString("fieldname");
// Retrieve start label parameter
// Retrieve start label parameter
const unsigned int startLabel = this->GetParameterInt("startlabel");
// Retrieve the 8-connected option
......@@ -281,7 +281,7 @@ private:
{
edisonVectorizationFilter->GetStreamer()->SetTileDimensionTiledStreaming(tileSize);
}
else
else
{
edisonVectorizationFilter->GetStreamer()->SetAutomaticAdaptativeStreaming();
}
......@@ -353,7 +353,7 @@ private:
{
ccVectorizationFilter->GetStreamer()->SetTileDimensionTiledStreaming(tileSize);
}
else
else
{
ccVectorizationFilter->GetStreamer()->SetAutomaticTiledStreaming();
}
......
File mode changed from 100755 to 100644
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