SlideShare a Scribd company logo
1 of 60
Download to read offline
Presentation of the Orfeo Toolbox (OTB)




                                          orfeo-toolbox.org
                                                          1
Orfeo Toolbox (OTB)

Contents of the presentation
   Introduction
   Library and functions
   Presentation of applications
   Presentation of Monteverdi
   Documentation
   Development with OTB
   OTB License and contributions
   Roadmap




                                         orfeo-toolbox.org
                                                         2
Orfeo Toolbox (OTB)

Contents of the presentation
   Introduction
   Library and functions
   Presentation of applications
   Presentation of Monteverdi
   Documentation
   Development with OTB
   OTB License and contributions
   Roadmap




                                         orfeo-toolbox.org
                                                         3
Why Orfeo Toolbox ?

Framework : ORFEO Accompaniment Program
Goals : make easier the development of new algorithms, their
validation and capitalisation, fill the gap between researchers
and ORFEO users
CNES is responsible for design and specification
Open source software for Image Processing labs, users and the
industry
OTB= Image processing library with focus on feature extraction
Development of OTB functionalities driven by thematic ORFEO
user’s need




                                                          orfeo-toolbox.org
                                                                          4
What is OTB ? (1/3)

Multi-purpose library for image processing
  Orthorectification, cartographic projections
  Image fusion, pan-sharpening
  Radiometric correction
  Registration
  Filtering, segmentation, classification
  Feature extraction (texture, lines, vegetation indexes)
  Basic change detection
  Basic feature extraction
  Supervised learning
  Object counting
  Spatial reasoning
  Etc....
Many examples and binary applications for specific tasks (open source)
  Command line or GUI
                                                           orfeo-toolbox.org
                                                                           5
What is OTB ? (2/3)

• C++ library based on existing developments


                           OTB

                             Applications
         External libs                          Users
                              Utilities



                              Library          Developpers




                                                             orfeo-toolbox.org
                                                                             6
What is OTB ? (3/3)
Main characteristics
  Extension of the ITK API formalism
  Open Source (CeCILL licence)
  Multi-platforms (Linux, UNIX, MS-Windows, MAC OS)
  Open source libraries : ITK (segm., registr.), GDAL, OSSIM (carto,
  ortho), VTK, FLTK (GUI), LibSVM (supervised learning & classif.)
  C++ language
    ➢Type genericity (int, float, double, complex) - use of templates
    ➢“Typedef” knowledge required...
  Always the same formalism to plugin elementary image processing
  blocks
  Synchronized pipeline (processing on demand)
  Streaming and multi-threading process



                                                             orfeo-toolbox.org
                                                                             7
Orfeo Toolbox (OTB)

Contents of the presentation
   Introduction
   Library and functions
   Presentation of applications
   Presentation of Monteverdi
   Documentation
   Development with OTB
   OTB License and contributions
   Roadmap




                                         orfeo-toolbox.org
                                                         8
Library and Functions


Line detection on SAR images




                                         orfeo-toolbox.org
                                                         9
Library and Functions


Perceptual alignment detection




                                        orfeo-toolbox.org
                                                       10
Library and Functions

Change detection




                                      orfeo-toolbox.org
                                                     11
Library and Functions

       Denoising




Original              Blurring             Edge preserving




                                                             orfeo-toolbox.org
                                                                            12
Library and Functions

Circle extraction




                                      orfeo-toolbox.org
                                                     13
Library and Functions

Watershed segmentation




                                       orfeo-toolbox.org
                                                      14
Library and Functions

Object segmentation




                                        orfeo-toolbox.org
                                                       15
Library and Functions

Supervised classification




                                    orfeo-toolbox.org
                                                   16
Orfeo Toolbox (OTB)

Contents of the presentation
   Introduction
   Library and functions
   Presentation of applications
   Presentation of Monteverdi
   Documentation
   Development with OTB
   OTB License and contributions
   Roadmap




                                         orfeo-toolbox.org
                                                        17
OTB applications




                                    otbImageViewerManager




otbImageViewer




                                                orfeo-toolbox.org
                                                               18
Applications – Image viewer




otbImageViewer
                                               orfeo-toolbox.org
                                                              19
Applications




otbRoadExtractionApplication




                     otbSupervisedClassificationApplication
                                                              orfeo-toolbox.org
                                                                             20
Applications – Segmentation




otbSegmentationApplication
                                                   orfeo-toolbox.org
                                                                  21
otbSegmentationApplication (1/8)




             orfeo-toolbox.org
                            22
otbSegmentationApplication (2/8)




             orfeo-toolbox.org
                            23
otbSegmentationApplication (3/8)




             orfeo-toolbox.org
                            24
otbSegmentationApplication (4/8)




             orfeo-toolbox.org
                            25
otbSegmentationApplication (5/8)




             orfeo-toolbox.org
                            26
otbSegmentationApplication (6/8)




             orfeo-toolbox.org
                            27
otbSegmentationApplication (7/8)




             orfeo-toolbox.org
                            28
otbSegmentationApplication (8/8)




             orfeo-toolbox.org
                            29
Orfeo Toolbox (OTB)

Contents of the presentation
     Introduction
     Library and functions
     Presentation of applications
     Presentation of Monteverdi
     Documentation
     Development with OTB
     OTB License and contributions
     Roadmap




                                           orfeo-toolbox.org
                                                          30
What is Monteverdi ?

Framework to interactively build
a image processing pipeline
Orfeo Toolbox components :
   Functions and filters
   Applications
   Global framework
   => Monteverdi




                                           orfeo-toolbox.org
                                                          31
Monteverdi

Main menu
  File
  SAR
  Filtering
  Learning
  Geometry
  Visualization
  Help




                               orfeo-toolbox.org
                                              32
Monteverdi – Viewer

Visualization
   Viewer




                                      orfeo-toolbox.org
                                                     33
Monteverdi

Geometry
  Orthorectification
  Reproject image : reprojection of ortho-images
  Superimpose two images
  Homologous points extraction : manual selection of homologous points,
  then re-sampling of the image on the fixed one.
  GCP to Sensor Model : manual set of longitude / latitude of
  geographical points, then re-sample of the image.




                                                                orfeo-toolbox.org
                                                                               34
Monteverdi

Menu Geometry > Orthorectification




                                      orfeo-toolbox.org
                                                     35
Monteverdi

Menu Geometry > Homologous points extraction




                                               orfeo-toolbox.org
                                                              36
Monteverdi

Menu Geometry > GCP to sensor model




                                      orfeo-toolbox.org
                                                     37
Monteverdi

Filtering
   Feature Extraction
   Meanshift clustering
   Pan-sharpen an image
   Band math
   Change detection
   Threshold




                                       orfeo-toolbox.org
                                                      38
Monteverdi

Filtering
   Feature Extraction (1/3)




                                           orfeo-toolbox.org
                                                          39
Monteverdi

Filtering
   Feature Extraction (2/3)




                                           orfeo-toolbox.org
                                                          40
Monteverdi
Filtering
   Feature Extraction (3/3)
     ➢ More than 65 features !
          Mean, variance, Gradient, spectral angle
          Textures (energy, entropy, contrast, etc)
          Morphological filters
          Radiometric indexes
           •  Vegetation (NDVI, ARVI, etc), Soil, Built up, Water
          Edge density
          Mean shift
          Original data (=> no need to concatenate channels after filtering)
          Etc
     ➢ Use before SVM classification for example

                                                                      orfeo-toolbox.org
                                                                                     41
Monteverdi
Filtering
   Change
    Detection




                             orfeo-toolbox.org
                                            42
Monteverdi

Menu Learning > SVM classification (1/2)




                                           orfeo-toolbox.org
                                                          43
Monteverdi

Menu Learning > SVM classification (2/2)




                                           orfeo-toolbox.org
                                                          44
Orfeo Toolbox (OTB)

Contents of the presentation
     Introduction
     Library and functions
     Presentation of applications
     Presentation of Monteverdi
     Documentation
     Development with OTB
     OTB License and contributions
     Roadmap




                                           orfeo-toolbox.org
                                                          45
Documentation

OTB user guide
   Examples of class use
  Example of input and output images
Doxygen documentation
  Class interface, hierarchies, methods, etc
OTB utilities and applications source code (open source)
   Amount of examples to build you own application




                                                           orfeo-toolbox.org
                                                                          46
OTB user guide (1/2)

   User Guide




                       orfeo-toolbox.org
                                      47
OTB user guide (2/2)




                       orfeo-toolbox.org
                                      48
Orfeo Toolbox (OTB)

Contents of the presentation
     Introduction
     Library and functions
     Presentation of applications
     Presentation of Monteverdi
     Documentation
     Development with OTB
     OTB License and contributions
     Roadmap




                                           orfeo-toolbox.org
                                                          49
#include "otbImage.h"
#include "otbImageFileReader.h"
#include "otbStreamingImageFileWriter.h"
#include "itkGradientMagnitudeImageFilter.h"
                                                               Hello world program
int main( int argc, char * argv[ ] )
{
  typedef otb::Image<unsigned char, 2> ImageType;
  typedef otb::ImageFileReader<ImageType> ReaderType;
                                                                                  Simple pipeline example
  ReaderType::Pointer reader = ReaderType::New();
  typedef otb::StreamingImageFileWriter<ImageType> WriterType;
  WriterType::Pointer writer = WriterType::New();
                                                                                     File Reader

    reader->SetFileName(argv[1]);
                                                                                     Gradient filter
    writer->SetFileName(argv[2]);
    typedef itk::GradientMagnitudeImageFilter <ImageType,ImageType> FilterType;
                                                                                     File writer
    FilterType::Pointer filter = FilterType::New();
    filter->SetInput(reader->GetOutput());
    writer->SetInput(filter->GetOutput());
    writer->Update();
    return 0;
}




                                                                                                   orfeo-toolbox.org
                                                                                                                  50
From the hello world example to an OTB application

Advantages
   Same code whatever the input image (many formats, huge images)
    Binaries can run on several processors
Difficulties
   Steep learning curve but real benefit on the long term




                                                            orfeo-toolbox.org
                                                                           51
Python / Java / IDL bindings
Context
  Not all users like C++ programming
  Higher level languages are more appealing
  Many users have legacy code in other languages
  Need of rapid prototyping with an interactive command line


=> Python / Java / IDL bindings




                                                          orfeo-toolbox.org
                                                                         52
Development with OTB

Library source code and applications source code are useful to
build :
   Image processing chains
   Composite filters with existing filters / blocks
   Specific filters
And if I don't want / don't know how to develop with C++ ?
   Use of OTB Python, Java, IDL bindings
And if I don't want to develop ?
   Use of OTB utilities and applications




                                                          orfeo-toolbox.org
                                                                         53
Orfeo Toolbox (OTB)

Contents of the presentation
     Introduction
     Library and functions
     Presentation of applications
     Presentation of Monteverdi
     Documentation
     Development with OTB
     OTB License and contributions
     Roadmap




                                           orfeo-toolbox.org
                                                          54
OTB Licence and contributions (1/2)

OTB distributed under the CeCILL Licence
     http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
Free software as free speech, not free beer
If I wanted to distribute an application using OTB what license
would I need to use?
   The CeCILL licence




                                                           orfeo-toolbox.org
                                                                          55
OTB Licence and contributions (2/2)

If I write an application using OTB am I forced to distribute that
application?
   No. The license gives you the option to distribute your
   application if you want to. You do not have to exercise this
   option in the license.
I am a commercial user. Is there any restriction on the use of OTB?
   OTB can be used internally ("in-house") without restriction, but
   only redistributed in other software that is under the CeCILL
   licence.




                                                                orfeo-toolbox.org
                                                                               56
Orfeo Toolbox (OTB)

Contents of the presentation
     Introduction
     Library and functions
     Presentation of applications
     Presentation of Monteverdi
     Documentation
     Development with OTB
     OTB License and contributions
     Roadmap




                                           orfeo-toolbox.org
                                                          57
Roadmap
December 2008
   Object counting (Pléiades, QB, Ikonos)
   Road network extraction (Pléiades, QB, Ikonos, SPOT5)
   Hydrographic network extraction (Pléiades, QB, Ikonos, SPOT5)
February 2009
   Urban area extraction (Pléaides, CSK, QB, Ikonos, TSX, SPOT5)
   Image to Data Base registration (Pléiades/QB to BDTopo)
April 2009
   Radiometric calibration (Pléiades, SPOT5, QB, CSK, ASAR, ERS,
   RadarSAT)
   Individual trees and tree stands extraction
   Planning can evolve depending on user requirements
December 2009
  Monteverdi
                                                         orfeo-toolbox.org
                                                                        58
Useful links
Web sites
  OTB main page              http://orfeo-toolbox.org/

  OTB download               http://sourceforge.net/projects/orfeo-toolbox/
  Beta version download      http://hg.orfeo-toolbox.org/
  Wiki (contributors doc.)   http://wiki.orfeo-toolbox.org
  Bugs reporting             http://bugs.orfeo-toolbox.org
  Blog                       http://blog.orfeo-toolbox.org




                                                                     orfeo-toolbox.org
                                                                                    59
Orfeo Toolbox (OTB)




 Thank you for your attention

http://www.orfeo-toolbox.org/




                                orfeo-toolbox.org
                                               60

More Related Content

What's hot

Sorting Seminar Presentation by Ashin Guha Majumder
Sorting Seminar Presentation by Ashin Guha MajumderSorting Seminar Presentation by Ashin Guha Majumder
Sorting Seminar Presentation by Ashin Guha MajumderAshin Guha Majumder
 
linear search and binary search
linear search and binary searchlinear search and binary search
linear search and binary searchZia Ush Shamszaman
 
MÉTODOS DE ORDENAMIENTO Y BUSQUEDA
MÉTODOS DE ORDENAMIENTO Y BUSQUEDAMÉTODOS DE ORDENAMIENTO Y BUSQUEDA
MÉTODOS DE ORDENAMIENTO Y BUSQUEDASmith Suarez Vargas
 
Insertion sort
Insertion sortInsertion sort
Insertion sortalmaqboli
 
Mapa conceptual de colas..
Mapa conceptual de colas..Mapa conceptual de colas..
Mapa conceptual de colas..Luis Gonzalez
 
Bubble Sort
Bubble SortBubble Sort
Bubble Sortgeeortiz
 
Expo busqueda binaria
Expo busqueda binariaExpo busqueda binaria
Expo busqueda binariapool-deimer
 
Digital ready policymaking and the digital screening process(1)
Digital ready policymaking and the digital screening process(1)Digital ready policymaking and the digital screening process(1)
Digital ready policymaking and the digital screening process(1)PanagiotisKeramidis
 
REPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORA
REPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORAREPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORA
REPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORADavid Hernandez
 
Linear and Binary search
Linear and Binary searchLinear and Binary search
Linear and Binary searchNisha Soms
 

What's hot (20)

Sorting Seminar Presentation by Ashin Guha Majumder
Sorting Seminar Presentation by Ashin Guha MajumderSorting Seminar Presentation by Ashin Guha Majumder
Sorting Seminar Presentation by Ashin Guha Majumder
 
linear search and binary search
linear search and binary searchlinear search and binary search
linear search and binary search
 
MÉTODOS DE ORDENAMIENTO Y BUSQUEDA
MÉTODOS DE ORDENAMIENTO Y BUSQUEDAMÉTODOS DE ORDENAMIENTO Y BUSQUEDA
MÉTODOS DE ORDENAMIENTO Y BUSQUEDA
 
Insertion sort
Insertion sortInsertion sort
Insertion sort
 
Tipos de Listas
Tipos de ListasTipos de Listas
Tipos de Listas
 
Estructura de Datos - Unidad 6 Metodos de busqueda
Estructura de Datos - Unidad 6 Metodos de busquedaEstructura de Datos - Unidad 6 Metodos de busqueda
Estructura de Datos - Unidad 6 Metodos de busqueda
 
Indices 1
Indices 1Indices 1
Indices 1
 
Ordenamiento parte 2
Ordenamiento parte 2Ordenamiento parte 2
Ordenamiento parte 2
 
Mapa conceptual de colas..
Mapa conceptual de colas..Mapa conceptual de colas..
Mapa conceptual de colas..
 
Bubble Sort
Bubble SortBubble Sort
Bubble Sort
 
Expo busqueda binaria
Expo busqueda binariaExpo busqueda binaria
Expo busqueda binaria
 
Digital ready policymaking and the digital screening process(1)
Digital ready policymaking and the digital screening process(1)Digital ready policymaking and the digital screening process(1)
Digital ready policymaking and the digital screening process(1)
 
Linked list
Linked listLinked list
Linked list
 
Algoritmos de Ordenamiento Externo.
Algoritmos de Ordenamiento Externo.Algoritmos de Ordenamiento Externo.
Algoritmos de Ordenamiento Externo.
 
Presentacion pilas lista y colas
Presentacion pilas lista y colas  Presentacion pilas lista y colas
Presentacion pilas lista y colas
 
Números Reales Calculo.pdf
Números Reales Calculo.pdfNúmeros Reales Calculo.pdf
Números Reales Calculo.pdf
 
Selection sort
Selection sortSelection sort
Selection sort
 
REPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORA
REPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORAREPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORA
REPRESENTACION DE RELACIONES Y DIGRAFOS EN LA COMPUTADORA
 
Ordenamiento c++
Ordenamiento c++Ordenamiento c++
Ordenamiento c++
 
Linear and Binary search
Linear and Binary searchLinear and Binary search
Linear and Binary search
 

Viewers also liked

Presentation of the Monteverdi application
Presentation of the Monteverdi applicationPresentation of the Monteverdi application
Presentation of the Monteverdi applicationotb
 
Orfeo ToolBox workshop at FOSS4G Europe 2015
Orfeo ToolBox workshop at FOSS4G Europe 2015Orfeo ToolBox workshop at FOSS4G Europe 2015
Orfeo ToolBox workshop at FOSS4G Europe 2015otb
 
Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...
Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...
Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...yStats.com
 
General presentation of OTB
General presentation of OTBGeneral presentation of OTB
General presentation of OTBotb
 
Chapter 16 - Retailing
Chapter 16 - RetailingChapter 16 - Retailing
Chapter 16 - RetailingNicholsb1
 
Role of IT in Retail Industry
Role of IT in Retail IndustryRole of IT in Retail Industry
Role of IT in Retail IndustryNethan P
 

Viewers also liked (9)

Presentation of the Monteverdi application
Presentation of the Monteverdi applicationPresentation of the Monteverdi application
Presentation of the Monteverdi application
 
Orfeo ToolBox workshop at FOSS4G Europe 2015
Orfeo ToolBox workshop at FOSS4G Europe 2015Orfeo ToolBox workshop at FOSS4G Europe 2015
Orfeo ToolBox workshop at FOSS4G Europe 2015
 
Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...
Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...
Sample Report: Omnichannel Trend in Global B2C E-Commerce and General Retail ...
 
General presentation of OTB
General presentation of OTBGeneral presentation of OTB
General presentation of OTB
 
Franchising
Franchising Franchising
Franchising
 
Chapter 16 - Retailing
Chapter 16 - RetailingChapter 16 - Retailing
Chapter 16 - Retailing
 
Retail Formats and Theories
Retail Formats and TheoriesRetail Formats and Theories
Retail Formats and Theories
 
Retail marketing mix and planning
Retail marketing mix and planningRetail marketing mix and planning
Retail marketing mix and planning
 
Role of IT in Retail Industry
Role of IT in Retail IndustryRole of IT in Retail Industry
Role of IT in Retail Industry
 

Similar to Presentation of the Orfeo Toolbox

Madagascar2011 - 02 - Présentation OTB
Madagascar2011 - 02 - Présentation OTBMadagascar2011 - 02 - Présentation OTB
Madagascar2011 - 02 - Présentation OTBotb
 
Madagascar2011 - 03 - Présentation Monteverdi
Madagascar2011 - 03 - Présentation MonteverdiMadagascar2011 - 03 - Présentation Monteverdi
Madagascar2011 - 03 - Présentation Monteverdiotb
 
G.Bs Presentation Of Guru Nanak Univ. National Conf.2009
G.Bs Presentation Of Guru Nanak Univ. National Conf.2009G.Bs Presentation Of Guru Nanak Univ. National Conf.2009
G.Bs Presentation Of Guru Nanak Univ. National Conf.2009Goutam Biswas
 
Madagascar2011 - 05 - Monteverdi first steps
Madagascar2011 - 05 - Monteverdi first stepsMadagascar2011 - 05 - Monteverdi first steps
Madagascar2011 - 05 - Monteverdi first stepsotb
 
Toward a gui remote-sensing environment built over OTB
Toward a gui remote-sensing environment built over OTBToward a gui remote-sensing environment built over OTB
Toward a gui remote-sensing environment built over OTBmelaneum
 
Tools for developers to ensure legal integrity of their code - Antelink OWF
Tools for developers to ensure legal integrity of their code - Antelink OWFTools for developers to ensure legal integrity of their code - Antelink OWF
Tools for developers to ensure legal integrity of their code - Antelink OWFAntelink
 
Pragmatic remote sensing handout
Pragmatic remote sensing handoutPragmatic remote sensing handout
Pragmatic remote sensing handoutotb
 
Pragmatic Remote Sensing - IGARSS 2010
Pragmatic Remote Sensing - IGARSS 2010Pragmatic Remote Sensing - IGARSS 2010
Pragmatic Remote Sensing - IGARSS 2010otb
 
Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...
Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...
Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...Paris Open Source Summit
 
Status update OEG - Nov 2012
Status update OEG - Nov 2012Status update OEG - Nov 2012
Status update OEG - Nov 2012dgarijo
 
#1 - HTML5 Overview
#1 - HTML5 Overview#1 - HTML5 Overview
#1 - HTML5 Overviewiloveigloo
 
Ontology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical studyOntology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical studyDebashisnaskar
 
Using Aspects for Language Portability (SCAM 2010)
Using Aspects for Language Portability (SCAM 2010)Using Aspects for Language Portability (SCAM 2010)
Using Aspects for Language Portability (SCAM 2010)lennartkats
 
G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.
G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.
G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.Goutam Biswas
 
THE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.io
THE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.ioTHE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.io
THE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.ioDevOpsDays Tel Aviv
 

Similar to Presentation of the Orfeo Toolbox (20)

Madagascar2011 - 02 - Présentation OTB
Madagascar2011 - 02 - Présentation OTBMadagascar2011 - 02 - Présentation OTB
Madagascar2011 - 02 - Présentation OTB
 
Madagascar2011 - 03 - Présentation Monteverdi
Madagascar2011 - 03 - Présentation MonteverdiMadagascar2011 - 03 - Présentation Monteverdi
Madagascar2011 - 03 - Présentation Monteverdi
 
G.Bs Presentation Of Guru Nanak Univ. National Conf.2009
G.Bs Presentation Of Guru Nanak Univ. National Conf.2009G.Bs Presentation Of Guru Nanak Univ. National Conf.2009
G.Bs Presentation Of Guru Nanak Univ. National Conf.2009
 
Madagascar2011 - 05 - Monteverdi first steps
Madagascar2011 - 05 - Monteverdi first stepsMadagascar2011 - 05 - Monteverdi first steps
Madagascar2011 - 05 - Monteverdi first steps
 
Toward a gui remote-sensing environment built over OTB
Toward a gui remote-sensing environment built over OTBToward a gui remote-sensing environment built over OTB
Toward a gui remote-sensing environment built over OTB
 
Tools for developers to ensure legal integrity of their code - Antelink OWF
Tools for developers to ensure legal integrity of their code - Antelink OWFTools for developers to ensure legal integrity of their code - Antelink OWF
Tools for developers to ensure legal integrity of their code - Antelink OWF
 
Pragmatic remote sensing handout
Pragmatic remote sensing handoutPragmatic remote sensing handout
Pragmatic remote sensing handout
 
Pragmatic Remote Sensing - IGARSS 2010
Pragmatic Remote Sensing - IGARSS 2010Pragmatic Remote Sensing - IGARSS 2010
Pragmatic Remote Sensing - IGARSS 2010
 
Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...
Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...
Community SUmmit: Legal & Licensing / Tools for developers to ensure legal in...
 
Status update OEG - Nov 2012
Status update OEG - Nov 2012Status update OEG - Nov 2012
Status update OEG - Nov 2012
 
#1 - HTML5 Overview
#1 - HTML5 Overview#1 - HTML5 Overview
#1 - HTML5 Overview
 
Open source Library Management Systems
Open source Library Management SystemsOpen source Library Management Systems
Open source Library Management Systems
 
The Parrot VM
The Parrot VMThe Parrot VM
The Parrot VM
 
Ontology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical studyOntology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical study
 
Using Aspects for Language Portability (SCAM 2010)
Using Aspects for Language Portability (SCAM 2010)Using Aspects for Language Portability (SCAM 2010)
Using Aspects for Language Portability (SCAM 2010)
 
Publishing Linked Data from RDB
Publishing Linked Data from RDBPublishing Linked Data from RDB
Publishing Linked Data from RDB
 
G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.
G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.
G.Bs Presentation Of 23rd Iaslic National Seminar,Goutam.
 
Pharo Status
Pharo StatusPharo Status
Pharo Status
 
UK RepositoryNet+ Mimas Workshop
UK RepositoryNet+ Mimas WorkshopUK RepositoryNet+ Mimas Workshop
UK RepositoryNet+ Mimas Workshop
 
THE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.io
THE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.ioTHE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.io
THE STATE OF OPENTELEMETRY, DOTAN HOROVITS, Logz.io
 

More from otb

Ice: lightweight, efficient rendering for remote sensing images
Ice: lightweight, efficient rendering for remote sensing imagesIce: lightweight, efficient rendering for remote sensing images
Ice: lightweight, efficient rendering for remote sensing imagesotb
 
Développement des chaînes de traitement d'images GEOSUD
Développement des chaînes de traitement d'images GEOSUDDéveloppement des chaînes de traitement d'images GEOSUD
Développement des chaînes de traitement d'images GEOSUDotb
 
ONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPS
ONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPSONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPS
ONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPSotb
 
Build OTB with the SuperBuild
Build OTB with the SuperBuildBuild OTB with the SuperBuild
Build OTB with the SuperBuildotb
 
ORFEO ToolBox Project Steering committee
ORFEO ToolBox Project Steering committeeORFEO ToolBox Project Steering committee
ORFEO ToolBox Project Steering committeeotb
 
OTB modular architecture
OTB modular architectureOTB modular architecture
OTB modular architectureotb
 
0 intro
0 intro0 intro
0 introotb
 
ORFEO ToolBox at CS-SI From research to operational applications
ORFEO ToolBox at CS-SI From research to operational applicationsORFEO ToolBox at CS-SI From research to operational applications
ORFEO ToolBox at CS-SI From research to operational applicationsotb
 
Usages of OTB at SERTIT OTB Users meeting and hackfest 2015
Usages of OTB at SERTIT OTB Users meeting and hackfest 2015Usages of OTB at SERTIT OTB Users meeting and hackfest 2015
Usages of OTB at SERTIT OTB Users meeting and hackfest 2015otb
 
USING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENT
USING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENTUSING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENT
USING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENTotb
 
Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...
Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...
Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...otb
 
Monitoring tropical forest cover Activities of ONFI in remote sensing
Monitoring tropical forest cover Activities of ONFI in remote sensingMonitoring tropical forest cover Activities of ONFI in remote sensing
Monitoring tropical forest cover Activities of ONFI in remote sensingotb
 
Présentation générale de l'Orfeo ToolBox (12.2014)
Présentation générale de l'Orfeo ToolBox (12.2014)Présentation générale de l'Orfeo ToolBox (12.2014)
Présentation générale de l'Orfeo ToolBox (12.2014)otb
 
Monteverdi 2.0 - Remote sensing software for Pleiades images analysis
Monteverdi 2.0 - Remote sensing software for Pleiades images analysisMonteverdi 2.0 - Remote sensing software for Pleiades images analysis
Monteverdi 2.0 - Remote sensing software for Pleiades images analysisotb
 
OTB: logiciel libre de traitement d'images satellites
OTB: logiciel libre de traitement d'images satellitesOTB: logiciel libre de traitement d'images satellites
OTB: logiciel libre de traitement d'images satellitesotb
 
Présentation de l'ORFEO ToolBox au FROG2013
Présentation de l'ORFEO ToolBox au FROG2013Présentation de l'ORFEO ToolBox au FROG2013
Présentation de l'ORFEO ToolBox au FROG2013otb
 
Madagascar2011 - 09 OTB Change detection framework
Madagascar2011 - 09 OTB Change detection frameworkMadagascar2011 - 09 OTB Change detection framework
Madagascar2011 - 09 OTB Change detection frameworkotb
 
Madagascar2011 - 08 - OTB segmentation and classification
Madagascar2011 - 08 - OTB segmentation and classificationMadagascar2011 - 08 - OTB segmentation and classification
Madagascar2011 - 08 - OTB segmentation and classificationotb
 
Madagascar2011 - 07 - OTB radiometry processing
Madagascar2011 - 07 -  OTB radiometry processingMadagascar2011 - 07 -  OTB radiometry processing
Madagascar2011 - 07 - OTB radiometry processingotb
 
Madagascar2011 - 06 - OTB geometry processing
Madagascar2011 - 06 - OTB geometry processingMadagascar2011 - 06 - OTB geometry processing
Madagascar2011 - 06 - OTB geometry processingotb
 

More from otb (20)

Ice: lightweight, efficient rendering for remote sensing images
Ice: lightweight, efficient rendering for remote sensing imagesIce: lightweight, efficient rendering for remote sensing images
Ice: lightweight, efficient rendering for remote sensing images
 
Développement des chaînes de traitement d'images GEOSUD
Développement des chaînes de traitement d'images GEOSUDDéveloppement des chaînes de traitement d'images GEOSUD
Développement des chaînes de traitement d'images GEOSUD
 
ONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPS
ONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPSONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPS
ONLINE IMAGE PROCESSING WITH ORFEOTOOLBOX WPS
 
Build OTB with the SuperBuild
Build OTB with the SuperBuildBuild OTB with the SuperBuild
Build OTB with the SuperBuild
 
ORFEO ToolBox Project Steering committee
ORFEO ToolBox Project Steering committeeORFEO ToolBox Project Steering committee
ORFEO ToolBox Project Steering committee
 
OTB modular architecture
OTB modular architectureOTB modular architecture
OTB modular architecture
 
0 intro
0 intro0 intro
0 intro
 
ORFEO ToolBox at CS-SI From research to operational applications
ORFEO ToolBox at CS-SI From research to operational applicationsORFEO ToolBox at CS-SI From research to operational applications
ORFEO ToolBox at CS-SI From research to operational applications
 
Usages of OTB at SERTIT OTB Users meeting and hackfest 2015
Usages of OTB at SERTIT OTB Users meeting and hackfest 2015Usages of OTB at SERTIT OTB Users meeting and hackfest 2015
Usages of OTB at SERTIT OTB Users meeting and hackfest 2015
 
USING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENT
USING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENTUSING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENT
USING ORFEO TOOLBOX A GROWING COMPETENCE IN A COLLABORATIVE ENVIRONMENT
 
Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...
Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...
Teaching Remote Sensing with OTB Applications & Monterverdi (and a little of ...
 
Monitoring tropical forest cover Activities of ONFI in remote sensing
Monitoring tropical forest cover Activities of ONFI in remote sensingMonitoring tropical forest cover Activities of ONFI in remote sensing
Monitoring tropical forest cover Activities of ONFI in remote sensing
 
Présentation générale de l'Orfeo ToolBox (12.2014)
Présentation générale de l'Orfeo ToolBox (12.2014)Présentation générale de l'Orfeo ToolBox (12.2014)
Présentation générale de l'Orfeo ToolBox (12.2014)
 
Monteverdi 2.0 - Remote sensing software for Pleiades images analysis
Monteverdi 2.0 - Remote sensing software for Pleiades images analysisMonteverdi 2.0 - Remote sensing software for Pleiades images analysis
Monteverdi 2.0 - Remote sensing software for Pleiades images analysis
 
OTB: logiciel libre de traitement d'images satellites
OTB: logiciel libre de traitement d'images satellitesOTB: logiciel libre de traitement d'images satellites
OTB: logiciel libre de traitement d'images satellites
 
Présentation de l'ORFEO ToolBox au FROG2013
Présentation de l'ORFEO ToolBox au FROG2013Présentation de l'ORFEO ToolBox au FROG2013
Présentation de l'ORFEO ToolBox au FROG2013
 
Madagascar2011 - 09 OTB Change detection framework
Madagascar2011 - 09 OTB Change detection frameworkMadagascar2011 - 09 OTB Change detection framework
Madagascar2011 - 09 OTB Change detection framework
 
Madagascar2011 - 08 - OTB segmentation and classification
Madagascar2011 - 08 - OTB segmentation and classificationMadagascar2011 - 08 - OTB segmentation and classification
Madagascar2011 - 08 - OTB segmentation and classification
 
Madagascar2011 - 07 - OTB radiometry processing
Madagascar2011 - 07 -  OTB radiometry processingMadagascar2011 - 07 -  OTB radiometry processing
Madagascar2011 - 07 - OTB radiometry processing
 
Madagascar2011 - 06 - OTB geometry processing
Madagascar2011 - 06 - OTB geometry processingMadagascar2011 - 06 - OTB geometry processing
Madagascar2011 - 06 - OTB geometry processing
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Presentation of the Orfeo Toolbox

  • 1. Presentation of the Orfeo Toolbox (OTB) orfeo-toolbox.org 1
  • 2. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 2
  • 3. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 3
  • 4. Why Orfeo Toolbox ? Framework : ORFEO Accompaniment Program Goals : make easier the development of new algorithms, their validation and capitalisation, fill the gap between researchers and ORFEO users CNES is responsible for design and specification Open source software for Image Processing labs, users and the industry OTB= Image processing library with focus on feature extraction Development of OTB functionalities driven by thematic ORFEO user’s need orfeo-toolbox.org 4
  • 5. What is OTB ? (1/3) Multi-purpose library for image processing Orthorectification, cartographic projections Image fusion, pan-sharpening Radiometric correction Registration Filtering, segmentation, classification Feature extraction (texture, lines, vegetation indexes) Basic change detection Basic feature extraction Supervised learning Object counting Spatial reasoning Etc.... Many examples and binary applications for specific tasks (open source) Command line or GUI orfeo-toolbox.org 5
  • 6. What is OTB ? (2/3) • C++ library based on existing developments OTB Applications External libs Users Utilities Library Developpers orfeo-toolbox.org 6
  • 7. What is OTB ? (3/3) Main characteristics Extension of the ITK API formalism Open Source (CeCILL licence) Multi-platforms (Linux, UNIX, MS-Windows, MAC OS) Open source libraries : ITK (segm., registr.), GDAL, OSSIM (carto, ortho), VTK, FLTK (GUI), LibSVM (supervised learning & classif.) C++ language ➢Type genericity (int, float, double, complex) - use of templates ➢“Typedef” knowledge required... Always the same formalism to plugin elementary image processing blocks Synchronized pipeline (processing on demand) Streaming and multi-threading process orfeo-toolbox.org 7
  • 8. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 8
  • 9. Library and Functions Line detection on SAR images orfeo-toolbox.org 9
  • 10. Library and Functions Perceptual alignment detection orfeo-toolbox.org 10
  • 11. Library and Functions Change detection orfeo-toolbox.org 11
  • 12. Library and Functions Denoising Original Blurring Edge preserving orfeo-toolbox.org 12
  • 13. Library and Functions Circle extraction orfeo-toolbox.org 13
  • 14. Library and Functions Watershed segmentation orfeo-toolbox.org 14
  • 15. Library and Functions Object segmentation orfeo-toolbox.org 15
  • 16. Library and Functions Supervised classification orfeo-toolbox.org 16
  • 17. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 17
  • 18. OTB applications otbImageViewerManager otbImageViewer orfeo-toolbox.org 18
  • 19. Applications – Image viewer otbImageViewer orfeo-toolbox.org 19
  • 20. Applications otbRoadExtractionApplication otbSupervisedClassificationApplication orfeo-toolbox.org 20
  • 22. otbSegmentationApplication (1/8) orfeo-toolbox.org 22
  • 23. otbSegmentationApplication (2/8) orfeo-toolbox.org 23
  • 24. otbSegmentationApplication (3/8) orfeo-toolbox.org 24
  • 25. otbSegmentationApplication (4/8) orfeo-toolbox.org 25
  • 26. otbSegmentationApplication (5/8) orfeo-toolbox.org 26
  • 27. otbSegmentationApplication (6/8) orfeo-toolbox.org 27
  • 28. otbSegmentationApplication (7/8) orfeo-toolbox.org 28
  • 29. otbSegmentationApplication (8/8) orfeo-toolbox.org 29
  • 30. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 30
  • 31. What is Monteverdi ? Framework to interactively build a image processing pipeline Orfeo Toolbox components : Functions and filters Applications Global framework => Monteverdi orfeo-toolbox.org 31
  • 32. Monteverdi Main menu File SAR Filtering Learning Geometry Visualization Help orfeo-toolbox.org 32
  • 33. Monteverdi – Viewer Visualization Viewer orfeo-toolbox.org 33
  • 34. Monteverdi Geometry Orthorectification Reproject image : reprojection of ortho-images Superimpose two images Homologous points extraction : manual selection of homologous points, then re-sampling of the image on the fixed one. GCP to Sensor Model : manual set of longitude / latitude of geographical points, then re-sample of the image. orfeo-toolbox.org 34
  • 35. Monteverdi Menu Geometry > Orthorectification orfeo-toolbox.org 35
  • 36. Monteverdi Menu Geometry > Homologous points extraction orfeo-toolbox.org 36
  • 37. Monteverdi Menu Geometry > GCP to sensor model orfeo-toolbox.org 37
  • 38. Monteverdi Filtering Feature Extraction Meanshift clustering Pan-sharpen an image Band math Change detection Threshold orfeo-toolbox.org 38
  • 39. Monteverdi Filtering Feature Extraction (1/3) orfeo-toolbox.org 39
  • 40. Monteverdi Filtering Feature Extraction (2/3) orfeo-toolbox.org 40
  • 41. Monteverdi Filtering Feature Extraction (3/3) ➢ More than 65 features ! Mean, variance, Gradient, spectral angle Textures (energy, entropy, contrast, etc) Morphological filters Radiometric indexes • Vegetation (NDVI, ARVI, etc), Soil, Built up, Water Edge density Mean shift Original data (=> no need to concatenate channels after filtering) Etc ➢ Use before SVM classification for example orfeo-toolbox.org 41
  • 42. Monteverdi Filtering Change Detection orfeo-toolbox.org 42
  • 43. Monteverdi Menu Learning > SVM classification (1/2) orfeo-toolbox.org 43
  • 44. Monteverdi Menu Learning > SVM classification (2/2) orfeo-toolbox.org 44
  • 45. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 45
  • 46. Documentation OTB user guide Examples of class use Example of input and output images Doxygen documentation Class interface, hierarchies, methods, etc OTB utilities and applications source code (open source) Amount of examples to build you own application orfeo-toolbox.org 46
  • 47. OTB user guide (1/2) User Guide orfeo-toolbox.org 47
  • 48. OTB user guide (2/2) orfeo-toolbox.org 48
  • 49. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 49
  • 50. #include "otbImage.h" #include "otbImageFileReader.h" #include "otbStreamingImageFileWriter.h" #include "itkGradientMagnitudeImageFilter.h" Hello world program int main( int argc, char * argv[ ] ) { typedef otb::Image<unsigned char, 2> ImageType; typedef otb::ImageFileReader<ImageType> ReaderType; Simple pipeline example ReaderType::Pointer reader = ReaderType::New(); typedef otb::StreamingImageFileWriter<ImageType> WriterType; WriterType::Pointer writer = WriterType::New(); File Reader reader->SetFileName(argv[1]); Gradient filter writer->SetFileName(argv[2]); typedef itk::GradientMagnitudeImageFilter <ImageType,ImageType> FilterType; File writer FilterType::Pointer filter = FilterType::New(); filter->SetInput(reader->GetOutput()); writer->SetInput(filter->GetOutput()); writer->Update(); return 0; } orfeo-toolbox.org 50
  • 51. From the hello world example to an OTB application Advantages Same code whatever the input image (many formats, huge images) Binaries can run on several processors Difficulties Steep learning curve but real benefit on the long term orfeo-toolbox.org 51
  • 52. Python / Java / IDL bindings Context Not all users like C++ programming Higher level languages are more appealing Many users have legacy code in other languages Need of rapid prototyping with an interactive command line => Python / Java / IDL bindings orfeo-toolbox.org 52
  • 53. Development with OTB Library source code and applications source code are useful to build : Image processing chains Composite filters with existing filters / blocks Specific filters And if I don't want / don't know how to develop with C++ ? Use of OTB Python, Java, IDL bindings And if I don't want to develop ? Use of OTB utilities and applications orfeo-toolbox.org 53
  • 54. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 54
  • 55. OTB Licence and contributions (1/2) OTB distributed under the CeCILL Licence http://www.cecill.info/licences/Licence_CeCILL_V2-en.html Free software as free speech, not free beer If I wanted to distribute an application using OTB what license would I need to use? The CeCILL licence orfeo-toolbox.org 55
  • 56. OTB Licence and contributions (2/2) If I write an application using OTB am I forced to distribute that application? No. The license gives you the option to distribute your application if you want to. You do not have to exercise this option in the license. I am a commercial user. Is there any restriction on the use of OTB? OTB can be used internally ("in-house") without restriction, but only redistributed in other software that is under the CeCILL licence. orfeo-toolbox.org 56
  • 57. Orfeo Toolbox (OTB) Contents of the presentation Introduction Library and functions Presentation of applications Presentation of Monteverdi Documentation Development with OTB OTB License and contributions Roadmap orfeo-toolbox.org 57
  • 58. Roadmap December 2008 Object counting (Pléiades, QB, Ikonos) Road network extraction (Pléiades, QB, Ikonos, SPOT5) Hydrographic network extraction (Pléiades, QB, Ikonos, SPOT5) February 2009 Urban area extraction (Pléaides, CSK, QB, Ikonos, TSX, SPOT5) Image to Data Base registration (Pléiades/QB to BDTopo) April 2009 Radiometric calibration (Pléiades, SPOT5, QB, CSK, ASAR, ERS, RadarSAT) Individual trees and tree stands extraction Planning can evolve depending on user requirements December 2009 Monteverdi orfeo-toolbox.org 58
  • 59. Useful links Web sites OTB main page http://orfeo-toolbox.org/ OTB download http://sourceforge.net/projects/orfeo-toolbox/ Beta version download http://hg.orfeo-toolbox.org/ Wiki (contributors doc.) http://wiki.orfeo-toolbox.org Bugs reporting http://bugs.orfeo-toolbox.org Blog http://blog.orfeo-toolbox.org orfeo-toolbox.org 59
  • 60. Orfeo Toolbox (OTB) Thank you for your attention http://www.orfeo-toolbox.org/ orfeo-toolbox.org 60