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
35b92da1
"README.md" did not exist on "c557dadba8b3cea084c376f6a75766efc14f7602"
Commit
35b92da1
authored
17 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
msgDebug -> msgDev
parent
75ccb9a4
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/BasicFilters/otbStreamingStatisticsImageFilter.txx
+5
-5
5 additions, 5 deletions
Code/BasicFilters/otbStreamingStatisticsImageFilter.txx
with
5 additions
and
5 deletions
Code/BasicFilters/otbStreamingStatisticsImageFilter.txx
+
5
−
5
View file @
35b92da1
...
...
@@ -365,9 +365,9 @@ StreamingStatisticsImageFilter<TInputImage>
m_BufferMemorySize,
m_BufferNumberOfLinesDivisions));
otbMsgDe
bug
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - Thread region: "<<outputRegionForThread);
otbMsgDe
bug
Macro(<<"ThreadedGenerateData() - thread "<<threadId<<" - Streaming configuration: "<<m_StreamingMode<<" "<<m_NumberOfStreamDivisions<<" "<<m_BufferMemorySize<<" "<<m_BufferNumberOfLinesDivisions);
otbMsgDe
bug
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - nb of divisions from StreamingTraits: "<<numDivisions);
otbMsgDe
v
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - Thread region: "<<outputRegionForThread);
otbMsgDe
v
Macro(<<"ThreadedGenerateData() - thread "<<threadId<<" - Streaming configuration: "<<m_StreamingMode<<" "<<m_NumberOfStreamDivisions<<" "<<m_BufferMemorySize<<" "<<m_BufferNumberOfLinesDivisions);
otbMsgDe
v
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - nb of divisions from StreamingTraits: "<<numDivisions);
// SplitterPointer m_RegionSplitter = SplitterType::New();
unsigned int numDivisionsFromSplitter = m_RegionSplitter->GetNumberOfSplits(outputRegionForThread, numDivisions);
...
...
@@ -375,7 +375,7 @@ StreamingStatisticsImageFilter<TInputImage>
{
numDivisions = numDivisionsFromSplitter;
}
otbMsgDe
bug
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - nb of divisions: "<<numDivisions);
otbMsgDe
v
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - nb of divisions: "<<numDivisions);
RealType realValue;
PixelType value;
...
...
@@ -393,7 +393,7 @@ StreamingStatisticsImageFilter<TInputImage>
//otbMsgDebugMacro(<<"ThreadedGenerateData() - piece region: "<<streamRegion);
inputPtr->SetRequestedRegion(streamRegion);
otbMsgDe
bug
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - streaming region: "<<streamRegion);
otbMsgDe
v
Macro(<<"ThreadedGenerateData() - thread "<<threadId <<" - streaming region: "<<streamRegion);
inputPtr->PropagateRequestedRegion();
inputPtr->UpdateOutputData();
...
...
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