Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
NDVITimeSeries
Commits
b8097cdb
Commit
b8097cdb
authored
Aug 03, 2017
by
remi cresson
Browse files
REFAC: change trend app name. DOC: add markup doc
parent
d2fbb799
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b8097cdb
NDVI Time Series applications
# TimeSeriesIndexTrend
This application computes the trend of a given time series index (e.g. NDVI).
The implemented pipeline is described in Leroux et al. (https://doi.org/10.1016/j.rse.2017.01.014)

app/CMakeLists.txt
View file @
b8097cdb
cmake_minimum_required
(
VERSION 2.8
)
OTB_CREATE_APPLICATION
(
NAME
NDVI
TimeSeriesInd
ices
SOURCES otb
NDVI
TimeSeriesInd
ices
.cxx
OTB_CREATE_APPLICATION
(
NAME TimeSeriesInd
exTrend
SOURCES otbTimeSeriesInd
exTrend
.cxx
LINK_LIBRARIES OTBCommon
)
app/otb
NDVI
TimeSeriesInd
ices
.cxx
→
app/otbTimeSeriesInd
exTrend
.cxx
View file @
b8097cdb
...
...
@@ -32,18 +32,18 @@ namespace otb
namespace
Wrapper
{
class
NDVI
TimeSeriesInd
ices
:
public
Application
class
TimeSeriesInd
exTrend
:
public
Application
{
public:
/** Standard class typedefs. */
typedef
NDVI
TimeSeriesInd
ices
Self
;
typedef
TimeSeriesInd
exTrend
Self
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
/** Standard macro */
itkNewMacro
(
Self
);
itkTypeMacro
(
NDVI
TimeSeriesInd
ices
,
Application
);
itkTypeMacro
(
TimeSeriesInd
exTrend
,
Application
);
/** Typedefs for image concatenation */
typedef
otb
::
ImageList
<
FloatImageType
>
ImageListType
;
...
...
@@ -120,8 +120,8 @@ private:
testFunctor
();
SetName
(
"
NDVI
TimeSeriesInd
ices
"
);
SetDescription
(
"
Perform NDVIT
ime
S
eries
Indices
"
);
SetName
(
"TimeSeriesInd
exTrend
"
);
SetDescription
(
"
Compute the trend of the indices t
ime
s
eries"
);
// Documentation
SetDocName
(
"NDVITimeSeriesIndices"
);
...
...
@@ -537,4 +537,4 @@ private:
}
}
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
NDVI
TimeSeriesInd
ices
)
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
TimeSeriesInd
exTrend
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment