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

STYLE

parent 08a273e9
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,6 @@ class NormL2 ...@@ -102,7 +102,6 @@ class NormL2
}; };
template <class TInputImage, class TOutputImage, class TKernel = KernelUniform, class TNorm = NormL2, class TOutputMetricImage = TOutputImage, class TOutputIterationImage = otb::Image<unsigned int, TInputImage::ImageDimension> > template <class TInputImage, class TOutputImage, class TKernel = KernelUniform, class TNorm = NormL2, class TOutputMetricImage = TOutputImage, class TOutputIterationImage = otb::Image<unsigned int, TInputImage::ImageDimension> >
class ITK_EXPORT MeanShiftImageFilter2 class ITK_EXPORT MeanShiftImageFilter2
: public itk::ImageToImageFilter<TInputImage, TOutputImage> : public itk::ImageToImageFilter<TInputImage, TOutputImage>
...@@ -239,7 +238,6 @@ private: ...@@ -239,7 +238,6 @@ private:
// }; // };
/** Range bandwidth */ /** Range bandwidth */
RealType m_RangeBandwidth; RealType m_RangeBandwidth;
......
...@@ -88,7 +88,7 @@ FusionOGRTileFilter<TImage> ...@@ -88,7 +88,7 @@ FusionOGRTileFilter<TImage>
{ {
/*std::cout<< " column tile number : " << x*y <<std::endl; /*std::cout<< " column tile number : " << x*y <<std::endl;
itk::TimeProbe chrono; itk::TimeProbe chrono;
chrono.Start();*/ chrono.Start(); */
//First compute the intersection between polygons and the streaming line (upper stream) //First compute the intersection between polygons and the streaming line (upper stream)
std::vector<FeatureStruct> upperStreamFeatureList; std::vector<FeatureStruct> upperStreamFeatureList;
...@@ -253,7 +253,7 @@ FusionOGRTileFilter<TImage> ...@@ -253,7 +253,7 @@ FusionOGRTileFilter<TImage>
} }
/*chrono.Stop(); /*chrono.Stop();
std::cout<< "Column fusion tile took " << chrono.GetTotal() << " sec"<<std::endl;*/ std::cout<< "Column fusion tile took " << chrono.GetTotal() << " sec"<<std::endl; */
} //end for x } //end for x
} //end for y } //end for y
...@@ -268,7 +268,7 @@ FusionOGRTileFilter<TImage> ...@@ -268,7 +268,7 @@ FusionOGRTileFilter<TImage>
{ {
/*std::cout<< " line tile number : " << x*y <<std::endl; /*std::cout<< " line tile number : " << x*y <<std::endl;
itk::TimeProbe chrono; itk::TimeProbe chrono;
chrono.Start();*/ chrono.Start(); */
//First compute the intersection between polygons and the streaming line (upper stream) //First compute the intersection between polygons and the streaming line (upper stream)
std::vector<FeatureStruct> upperStreamFeatureList; std::vector<FeatureStruct> upperStreamFeatureList;
...@@ -431,7 +431,7 @@ FusionOGRTileFilter<TImage> ...@@ -431,7 +431,7 @@ FusionOGRTileFilter<TImage>
/*chrono.Stop(); /*chrono.Stop();
std::cout<< "line fusion tile took " << chrono.GetTotal() << " sec"<<std::endl;*/ std::cout<< "line fusion tile took " << chrono.GetTotal() << " sec"<<std::endl; */
} //end for x } //end for x
} //end for y } //end for y
......
...@@ -154,7 +154,7 @@ PersistentImageToOGRDataFilter<TImage> ...@@ -154,7 +154,7 @@ PersistentImageToOGRDataFilter<TImage>
/*char ** options = NULL; /*char ** options = NULL;
char * opt = "SPATIALITE=YES"; char * opt = "SPATIALITE=YES";
options = CSLAddString(options, opt ); options = CSLAddString(options, opt );
m_DataSource = ogrDriver->CreateDataSource(this->m_FileName.c_str(), &options[0]);*/ m_DataSource = ogrDriver->CreateDataSource(this->m_FileName.c_str(), &options[0]); */
m_DataSource->CreateLayer("layer", oSRS ,wkbMultiPolygon, NULL); m_DataSource->CreateLayer("layer", oSRS ,wkbMultiPolygon, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment