Skip to content
Snippets Groups Projects
Commit b06920c2 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

STYLE

parent a607f71c
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ public:
// Intensity Rescale
typedef VectorRescaleIntensityImageFilter<InputImageType,
InputImageType> VectorRescaleIntensityImageFilterType;
InputImageType> VectorRescaleIntensityImageFilterType;
// Transformer
typedef GenericRSTransform<> TransformType;
......
......@@ -301,11 +301,11 @@ MapFileProductWriter<TInputImage>
ossimFilename cachingDir(path.str());
cachingDir.createDirectory();
// Generate Tile filename
// Generate Tile filename
std::ostringstream ossFileName;
ossFileName << m_Path<<"/";
ossFileName << "tiles/tile_";
ossFileName << m_CurrentDepth<<"_";
ossFileName << m_CurrentDepth<<"_";
ossFileName << x<<"_";
ossFileName << y;
ossFileName << ".tif";
......@@ -320,9 +320,9 @@ MapFileProductWriter<TInputImage>
m_VectorImageExtractROIFilter->SetSizeY(extractSize[1]);
// Set Channel to extract
m_VectorImageExtractROIFilter->SetChannel(1);
m_VectorImageExtractROIFilter->SetChannel(2);
m_VectorImageExtractROIFilter->SetChannel(3);
m_VectorImageExtractROIFilter->SetChannel(1);
m_VectorImageExtractROIFilter->SetChannel(2);
m_VectorImageExtractROIFilter->SetChannel(3);
// Set extract roi input
m_VectorImageExtractROIFilter->SetInput(m_ResampleVectorImage);
......
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