Skip to content
Snippets Groups Projects
Commit b8c56d8c authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

MRG

parents 6ccdfa12 df43c557
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ ADD_TEST(cdTvKullbackLeiblerSupervizedDistanceImageFilter ${CHANGEDETECTION_TEST
otbKullbackLeiblerSupervizedDistanceImageFilter
${INPUTDATA}/ERSBefore.png
${INPUTDATA}/ERSAfter.png
${INPUTDATA}/ERS_ROI.png
${INPUTDATA}/ROI_ERS.png
35
${TEMP}/cdTVKullbackLeiblerSupervizedDistanceImageFilterOutput.png)
......
......@@ -33,7 +33,7 @@ int otbImageListToRCC8GraphFilterNew(int argc, char* argv[])
typedef otb::ImageListToRCC8GraphFilter<LabelImageType,RCC8GraphType>
ImageListToRCC8GraphFilterType;
// Instanatiation
// Instantiation
ImageListToRCC8GraphFilterType::Pointer filter = ImageListToRCC8GraphFilterType::New();
......
......@@ -55,7 +55,7 @@ int otbImageMultiSegmentationToRCC8GraphFilter(int argc, char* argv[])
inputList->PushBack(reader->GetOutput());
}
std::cout<<"Input image loaded into images list."<<std::endl;
// Instanatiation
// Instantiation
RCC8GraphFilterType::Pointer filter = RCC8GraphFilterType::New();
filter->SetInput(inputList);
filter->SetOptimisation(useOptimisation>0);
......
......@@ -33,7 +33,7 @@ int otbImageMultiSegmentationToRCC8GraphFilterNew(int argc, char* argv[])
typedef otb::ImageMultiSegmentationToRCC8GraphFilter<LabelImageType,RCC8GraphType>
RCC8GraphFilterType;
// Instanatiation
// Instantiation
RCC8GraphFilterType::Pointer filter = RCC8GraphFilterType::New();
......
......@@ -32,7 +32,7 @@ int otbPolygonListToRCC8GraphFilterNew(int argc, char* argv[])
typedef otb::PolygonListToRCC8GraphFilter<PolygonListType,RCC8GraphType>
RCC8GraphFilterType;
// Instanatiation
// Instantiation
RCC8GraphFilterType::Pointer filter = RCC8GraphFilterType::New();
return EXIT_SUCCESS;
......
......@@ -30,7 +30,7 @@ int otbRenderingImageFilterScalar( int argc, char * argv[] )
typedef otb::ImageFileReader<ImageType> ReaderType;
typedef otb::StreamingImageFileWriter<RGBImageType> WriterType;
// Instanatiation
// Instantiation
ReaderType::Pointer reader = ReaderType::New();
RenderingFilterType::Pointer rendering = RenderingFilterType::New();
WriterType::Pointer writer = WriterType::New();
......
......@@ -35,7 +35,7 @@ int otbRenderingImageFilterVector( int argc, char * argv[] )
typedef otb::Function::StandardRenderingFunction<PixelType,itk::RGBPixel<unsigned char> > RenderingFunctionType;
// Instanatiation
// Instantiation
ReaderType::Pointer reader = ReaderType::New();
RenderingFilterType::Pointer rendering = RenderingFilterType::New();
WriterType::Pointer writer = WriterType::New();
......
......@@ -38,7 +38,7 @@ int otbRenderingImageFilterVectorWithExpNegativeTransfer( int argc, char * argv[
itk::RGBPixel<unsigned char>,ExpNegativeFunctionType > RenderingFunctionType;
// Instanatiation
// Instantiation
ReaderType::Pointer reader = ReaderType::New();
RenderingFilterType::Pointer rendering = RenderingFilterType::New();
WriterType::Pointer writer = WriterType::New();
......
......@@ -23,7 +23,7 @@ int otbVectorDataGlComponentNew(int argc, char * argv[])
typedef otb::VectorData<double,2> VectorDataType;
typedef otb::VectorDataGlComponent<VectorDataType> VectorDataGlComponentType;
// Instanatiation
// Instantiation
VectorDataGlComponentType::Pointer comp = VectorDataGlComponentType::New();
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment