Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
c69b7048
Commit
c69b7048
authored
14 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
BUG: exchanged implementation causing issues on MeanShift tests
parent
68ba5b2d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/IO/otbStreamingImageFileWriter.txx
+2
-2
2 additions, 2 deletions
Code/IO/otbStreamingImageFileWriter.txx
with
2 additions
and
2 deletions
Code/IO/otbStreamingImageFileWriter.txx
+
2
−
2
View file @
c69b7048
...
@@ -71,7 +71,7 @@ StreamingImageFileWriter<TInputImage>
...
@@ -71,7 +71,7 @@ StreamingImageFileWriter<TInputImage>
template <class TInputImage>
template <class TInputImage>
void
void
StreamingImageFileWriter<TInputImage>
StreamingImageFileWriter<TInputImage>
::SetNumberOfDivisions
Til
edStreaming(unsigned int nbDivisions)
::SetNumberOfDivisions
Stripp
edStreaming(unsigned int nbDivisions)
{
{
typedef NumberOfDivisionsStrippedStreamingManager<TInputImage> NumberOfDivisionsStrippedStreamingManagerType;
typedef NumberOfDivisionsStrippedStreamingManager<TInputImage> NumberOfDivisionsStrippedStreamingManagerType;
typename NumberOfDivisionsStrippedStreamingManagerType::Pointer streamingManager = NumberOfDivisionsStrippedStreamingManagerType::New();
typename NumberOfDivisionsStrippedStreamingManagerType::Pointer streamingManager = NumberOfDivisionsStrippedStreamingManagerType::New();
...
@@ -83,7 +83,7 @@ StreamingImageFileWriter<TInputImage>
...
@@ -83,7 +83,7 @@ StreamingImageFileWriter<TInputImage>
template <class TInputImage>
template <class TInputImage>
void
void
StreamingImageFileWriter<TInputImage>
StreamingImageFileWriter<TInputImage>
::SetNumberOfDivisions
Stripp
edStreaming(unsigned int nbDivisions)
::SetNumberOfDivisions
Til
edStreaming(unsigned int nbDivisions)
{
{
typedef NumberOfDivisionsTiledStreamingManager<TInputImage> NumberOfDivisionsTiledStreamingManagerType;
typedef NumberOfDivisionsTiledStreamingManager<TInputImage> NumberOfDivisionsTiledStreamingManagerType;
typename NumberOfDivisionsTiledStreamingManagerType::Pointer streamingManager = NumberOfDivisionsTiledStreamingManagerType::New();
typename NumberOfDivisionsTiledStreamingManagerType::Pointer streamingManager = NumberOfDivisionsTiledStreamingManagerType::New();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment