Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NORMLIM_sigma0
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
s1-tiling
NORMLIM_sigma0
Merge requests
!6
Resolve "Migrate code to OTB 8.x"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Migrate code to OTB 8.x"
5-migrate-code-to-otb-8-x
into
master
Overview
0
Commits
10
Pipelines
0
Changes
12
Merged
Luc Hermitte
requested to merge
5-migrate-code-to-otb-8-x
into
master
1 year ago
Overview
0
Commits
10
Pipelines
0
Changes
2
Expand
Closes
#5 (closed)
0
0
Merge request reports
Compare
version 1
version 2
8c18b573
1 year ago
version 1
57eebec8
1 year ago
master (base)
and
latest version
latest version
62b45cfa
10 commits,
1 year ago
version 2
8c18b573
9 commits,
1 year ago
version 1
57eebec8
7 commits,
1 year ago
Show latest version
2 files
+
16
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
include/otbSARDEMPolygonsAnalysisImageFilter2.h
+
3
−
3
Options
@@ -22,7 +22,7 @@
#define otbSARDEMPolygonsAnalysisImageFilter2_h
#include
"otbSpan.h"
#if
defined(DRAFT_OTB8) ||
OTB_VERSION_MAJOR >= 8
#if OTB_VERSION_MAJOR >= 8
#else
#include
"otbImageKeywordlist.h"
#endif
@@ -152,7 +152,7 @@ public:
using
OutputOptIterator
=
itk
::
ImageRegionIterator
<
ImageOutType
>
;
// Setter
#if
defined(DRAFT_OTB8) ||
OTB_VERSION_MAJOR >= 8
#if OTB_VERSION_MAJOR >= 8
void
SetSARImageMetadata
(
ImageMetadata
sarImageKWL
);
#else
void
SetSARImageKeyWorList
(
ImageKeywordlist
const
&
sarImageKWL
);
@@ -249,7 +249,7 @@ private:
// DEM Image (only metadata)
ImageDEMPointer
m_DemImagePtr
;
#if
defined(DRAFT_OTB8) ||
OTB_VERSION_MAJOR >= 8
#if OTB_VERSION_MAJOR >= 8
// SAR Image metadata
ImageMetadata
m_SarImageKwl
;
#else
Loading