Skip to content
Snippets Groups Projects
Commit 4cde8515 authored by Julien Michel's avatar Julien Michel
Browse files
parents 33262ddd d0d4ccd3
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ Does the training was well planified? (announcment, pratical information, pre-re
\textbf{TP3} High resolution image, preprocessing to GIS:
\moduleanswer
\textbf{TP4} Supervised classification for image time series Landsat 8:
\textbf{TP4} Supervised classification for image time series Sentinel-2:
\moduleanswer
\textbf{TP5} SAR processing:
......
......@@ -99,7 +99,7 @@ prérequis).
\textbf{TP3} Imagerie THR optique, prétraitements SIG:
\moduleanswer
\textbf{TP4} Classification supervisée pour les séries multitemporelles Landsat 8:
\textbf{TP4} Classification supervisée pour les séries multitemporelles Sentinel-2:
\moduleanswer
\textbf{TP5} Traitement SAR pour l'imagerie Sentinel 1:
......
## Synopsis
List improvments that could be made to the tutorial and gather user feedbacks
## En vrac
- Survey en ligne plutot que papier
## User feedback Grenoble 2017:
- développer intro sur imagerie RSO (ajout formule intensité, amplitude, dB...)
- expliquer la notion de compo colorée au premier TP
- OTB dans Python, numpy (TP développeur exo4 ou internals?) -> plusieurs retours
- Ajouter réferences aux publications des algos pour les filtres (lien doxygen?)
......@@ -13,7 +13,7 @@ int main(int argc, char * argv [])
std::cerr << "Missing arguments" << std::endl;
std::cerr << "Usage: " << argv[0];
std::cerr << " inputImage outputImage" << std::endl;
return 1;
return EXIT_FAILURE;
}
typedef otb::Image< unsigned int, 2 > InputImageType;
......
......@@ -25,7 +25,7 @@
#+latex_header: \setbeamerfont{structure}{series=\bfseries}
#+latex_header: \setbeamertemplate{items}[triangle]
#+latex_header: \setbeamercolor{block title}{fg=blue!40!black}
#+latex_header: \newcommand{\shorttitle}{OTB User Days, June 7-9 2017}
#+latex_header: \newcommand{\shorttitle}{OTB User Days, June 7-9 2017 - https://huit.re/otb_users_days_2017}
#+latex_header: \newcommand{\shortauthor}{}
#+latex_header: \setbeamertemplate{footline}{\leavevmode\hbox{\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,left]{author in head/foot} \usebeamerfont{author in headfoot}\insertshortinstitute~~\shortauthor \end{beamercolorbox} \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot} \usebeamerfont{title in head/foot}\shorttitle \end{beamercolorbox} \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}\usebeamerfont{date in head/foot}\insertshortdate{} \hspace*{2em}\insertframenumber{} / \inserttotalframenumber\hspace*{2ex} \end{beamercolorbox}}\vskip0pt}
#+latex_header: \institute{ \includegraphics[width=0.6cm]{images/logoIncrust.png}}
......
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