From 90f8d4b6632a70f39fdfad5715201072737a1b1e Mon Sep 17 00:00:00 2001 From: Patrick Imbo <patrick.imbo@c-s.fr> Date: Thu, 29 Jun 2006 09:38:20 +0000 Subject: [PATCH] nomsg --- Examples/BasicFilters/LeeImageFilter.cxx | 17 +++++++++++++++ .../ChangeDetectionFrameworkExample.cxx | 17 +++++++++++++++ Examples/ChangeDetection/CorrelChDet.cxx | 16 +++++++++----- Examples/ChangeDetection/DiffChDet.cxx | 16 +++++++++----- Examples/ChangeDetection/JHMIChDet.cxx | 16 +++++++++----- Examples/ChangeDetection/LHMIChDet.cxx | 16 +++++++++----- Examples/ChangeDetection/RatioChDet.cxx | 17 ++++++++++----- .../Containers/TreeContainer.cxx | 16 ++++++++------ Examples/DataRepresentation/Image/Image1.cxx | 16 ++++++++------ Examples/DataRepresentation/Image/Image2.cxx | 16 ++++++++------ Examples/DataRepresentation/Image/Image3.cxx | 16 ++++++++------ Examples/DataRepresentation/Image/Image4.cxx | 16 ++++++++------ Examples/DataRepresentation/Image/Image5.cxx | 16 ++++++++------ .../DataRepresentation/Image/RGBImage.cxx | 16 ++++++++------ .../DataRepresentation/Image/VectorImage.cxx | 16 ++++++++------ Examples/DataRepresentation/Mesh/Mesh1.cxx | 16 ++++++++------ Examples/DataRepresentation/Mesh/Mesh2.cxx | 16 ++++++++------ Examples/DataRepresentation/Mesh/Mesh3.cxx | 16 ++++++++------ .../DataRepresentation/Mesh/PointSet1.cxx | 16 ++++++++------ .../DataRepresentation/Mesh/PointSet2.cxx | 16 ++++++++------ .../DataRepresentation/Mesh/PointSet3.cxx | 16 ++++++++------ .../Mesh/PointSetWithVectors.cxx | 16 ++++++++------ .../Path/PolyLineParametricPath1.cxx | 16 ++++++++------ .../FeatureExtraction/AlignmentsExample.cxx | 18 ++++++++++++++++ ...AssymmetricFusionOfLineDetectorExample.cxx | 21 ++++++++++++------- .../ComplexMomentImageExample.cxx | 21 ++++++++++++------- .../ComplexMomentPathExample.cxx | 21 ++++++++++++------- .../CorrelationLineDetectorExample.cxx | 21 ++++++++++++------- .../ExtractSegmentsByStepsExample.cxx | 21 ++++++++++++------- .../ExtractSegmentsExample.cxx | 21 ++++++++++++------- .../FlusserMomentImageExample.cxx | 21 ++++++++++++------- Examples/FeatureExtraction/HarrisExample.cxx | 21 ++++++++++++------- .../HuMomentImageExample.cxx | 21 ++++++++++++------- .../FeatureExtraction/LocalHoughExample.cxx | 17 +++++++++++++++ .../RatioLineDetectorExample.cxx | 21 ++++++++++++------- .../TouziEdgeDetectorExample.cxx | 21 ++++++++++++------- .../Filtering/BinaryThresholdImageFilter.cxx | 17 +++++++++------ .../CannyEdgeDetectionImageFilter.cxx | 16 ++++++++------ Examples/Filtering/ThresholdImageFilter.cxx | 16 ++++++++------ Examples/IO/ComplexImageReadWrite.cxx | 16 ++++++++------ Examples/IO/ExtractROI.cxx | 20 ++++++++++++++++++ Examples/IO/ImageReadCastWrite.cxx | 16 ++++++++------ .../IO/ImageReadRegionOfInterestWrite.cxx | 16 ++++++++------ Examples/IO/ImageReadWrite.cxx | 16 ++++++++------ Examples/IO/MultibandImageReadWrite.cxx | 13 ++++++------ Examples/IO/RGBImageReadWrite.cxx | 16 ++++++++------ Examples/IO/StreamingImageReadWrite.cxx | 13 ++++++++++++ Examples/Installation/HelloWorld.cxx | 18 ++++++++++++++++ .../Learning/GenerateTrainingImageExample.cxx | 18 ++++++++++++++++ .../SVMImageClassificationExample.cxx | 18 ++++++++++++++++ ...ageEstimatorClassificationMultiExample.cxx | 18 ++++++++++++++++ .../SVMImageModelEstimatorExample.cxx | 18 ++++++++++++++++ .../SVMPointSetClassificationExample.cxx | 18 ++++++++++++++++ Examples/Learning/SVMPointSetExample.cxx | 21 ++++++++++++------- .../SVMPointSetModelEstimatorExample.cxx | 21 ++++++++++++------- .../FuzzyConnectednessImageFilter.cxx | 14 +++++++------ .../HybridSegmentationFuzzyVoronoi.cxx | 14 +++++++------ Examples/Segmentation/ConfidenceConnected.cxx | 16 ++++++++------ .../ConnectedThresholdImageFilter.cxx | 20 ++++++++++++++++++ .../Segmentation/FastMarchingImageFilter.cxx | 16 ++++++++------ .../IsolatedConnectedImageFilter.cxx | 16 ++++++++------ .../NeighborhoodConnectedImageFilter.cxx | 20 ++++++++++++++++++ .../OtsuMultipleThresholdImageFilter.cxx | 20 ++++++++++++++++++ .../Segmentation/OtsuThresholdImageFilter.cxx | 20 ++++++++++++++++++ .../Segmentation/WatershedSegmentation.cxx | 16 ++++++++------ Examples/StartExamples/MeanImageFilter.cxx | 17 +++++++++++++++ Examples/Visu/GreyVisuExample.cxx | 21 ++++++++++++------- 67 files changed, 863 insertions(+), 309 deletions(-) diff --git a/Examples/BasicFilters/LeeImageFilter.cxx b/Examples/BasicFilters/LeeImageFilter.cxx index 04a0a73bdd..1b213c1103 100644 --- a/Examples/BasicFilters/LeeImageFilter.cxx +++ b/Examples/BasicFilters/LeeImageFilter.cxx @@ -1,3 +1,20 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx b/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx index 9cd332ae48..0e3471701e 100644 --- a/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx +++ b/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx @@ -1,3 +1,20 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/ChangeDetection/CorrelChDet.cxx b/Examples/ChangeDetection/CorrelChDet.cxx index b2b88c2dcb..a990403bf0 100644 --- a/Examples/ChangeDetection/CorrelChDet.cxx +++ b/Examples/ChangeDetection/CorrelChDet.cxx @@ -1,12 +1,18 @@ /*========================================================================= - Programme : RatioChDet - Auteurs : CNES - J. INGLADA - Language : C++ - Date : 8 juin 2006 + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ - Role : Détection de changements par corrélation locale + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Examples/ChangeDetection/DiffChDet.cxx b/Examples/ChangeDetection/DiffChDet.cxx index 3556c4558b..9de75a40ef 100755 --- a/Examples/ChangeDetection/DiffChDet.cxx +++ b/Examples/ChangeDetection/DiffChDet.cxx @@ -1,12 +1,18 @@ /*========================================================================= - Programme : DiffChDet - Auteurs : CNES - J. INGLADA - Language : C++ - Date : 8 juin 2006 + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ - Role : Détection de changements par différence de moyennes locales + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Examples/ChangeDetection/JHMIChDet.cxx b/Examples/ChangeDetection/JHMIChDet.cxx index 81117ce395..c7df24644a 100644 --- a/Examples/ChangeDetection/JHMIChDet.cxx +++ b/Examples/ChangeDetection/JHMIChDet.cxx @@ -1,12 +1,18 @@ /*========================================================================= - Programme : RatioChDet - Auteurs : CNES - J. INGLADA - Language : C++ - Date : 8 juin 2006 + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ - Role : Détection de changements par information mutuelle semi-locale + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Examples/ChangeDetection/LHMIChDet.cxx b/Examples/ChangeDetection/LHMIChDet.cxx index b98b9778d9..b875672061 100644 --- a/Examples/ChangeDetection/LHMIChDet.cxx +++ b/Examples/ChangeDetection/LHMIChDet.cxx @@ -1,12 +1,18 @@ /*========================================================================= - Programme : RatioChDet - Auteurs : CNES - J. INGLADA - Language : C++ - Date : 8 juin 2006 + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ - Role : Détection de changements par information mutuelle locale + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Examples/ChangeDetection/RatioChDet.cxx b/Examples/ChangeDetection/RatioChDet.cxx index f09a839d1a..f079a46f9b 100644 --- a/Examples/ChangeDetection/RatioChDet.cxx +++ b/Examples/ChangeDetection/RatioChDet.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Programme : RatioChDet - Auteurs : CNES - J. INGLADA - Language : C++ - Date : 8 juin 2006 + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ - Role : Détection de changements par rapport de moyennes locales + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + // Software Guide : BeginCommandLineArgs // INPUTS: {GomaAvant.png}, {GomaApres.png} // OUTPUTS: {RatioChDet.tif} diff --git a/Examples/DataRepresentation/Containers/TreeContainer.cxx b/Examples/DataRepresentation/Containers/TreeContainer.cxx index ab443b9dab..1302e0b838 100644 --- a/Examples/DataRepresentation/Containers/TreeContainer.cxx +++ b/Examples/DataRepresentation/Containers/TreeContainer.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: TreeContainer.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:48 $ - Version: $Revision: 1.2 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/Image1.cxx b/Examples/DataRepresentation/Image/Image1.cxx index b27aebc406..5d3307313d 100644 --- a/Examples/DataRepresentation/Image/Image1.cxx +++ b/Examples/DataRepresentation/Image/Image1.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Image1.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:52 $ - Version: $Revision: 1.21 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/Image2.cxx b/Examples/DataRepresentation/Image/Image2.cxx index 6b005c2ce4..a9f95e68e9 100644 --- a/Examples/DataRepresentation/Image/Image2.cxx +++ b/Examples/DataRepresentation/Image/Image2.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Image2.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:52 $ - Version: $Revision: 1.19 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/Image3.cxx b/Examples/DataRepresentation/Image/Image3.cxx index 0198154d24..2f5cc610f6 100644 --- a/Examples/DataRepresentation/Image/Image3.cxx +++ b/Examples/DataRepresentation/Image/Image3.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Image3.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:52 $ - Version: $Revision: 1.19 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/Image4.cxx b/Examples/DataRepresentation/Image/Image4.cxx index 91d84330b3..fbdb8e031b 100644 --- a/Examples/DataRepresentation/Image/Image4.cxx +++ b/Examples/DataRepresentation/Image/Image4.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Image4.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.30 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/Image5.cxx b/Examples/DataRepresentation/Image/Image5.cxx index 5c93dc9d1d..d35dfe875e 100644 --- a/Examples/DataRepresentation/Image/Image5.cxx +++ b/Examples/DataRepresentation/Image/Image5.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Image5.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.15 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/RGBImage.cxx b/Examples/DataRepresentation/Image/RGBImage.cxx index eed824438f..2998036783 100644 --- a/Examples/DataRepresentation/Image/RGBImage.cxx +++ b/Examples/DataRepresentation/Image/RGBImage.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: RGBImage.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.19 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Image/VectorImage.cxx b/Examples/DataRepresentation/Image/VectorImage.cxx index 453e8bf7a6..0d45ffe525 100644 --- a/Examples/DataRepresentation/Image/VectorImage.cxx +++ b/Examples/DataRepresentation/Image/VectorImage.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: VectorImage.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.12 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/Mesh1.cxx b/Examples/DataRepresentation/Mesh/Mesh1.cxx index 1471cdec00..776cb23472 100644 --- a/Examples/DataRepresentation/Mesh/Mesh1.cxx +++ b/Examples/DataRepresentation/Mesh/Mesh1.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Mesh1.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:49 $ - Version: $Revision: 1.17 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/Mesh2.cxx b/Examples/DataRepresentation/Mesh/Mesh2.cxx index 5d63305eec..1af6f963ae 100644 --- a/Examples/DataRepresentation/Mesh/Mesh2.cxx +++ b/Examples/DataRepresentation/Mesh/Mesh2.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Mesh2.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.17 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/Mesh3.cxx b/Examples/DataRepresentation/Mesh/Mesh3.cxx index 97f782ba0c..685f6092a7 100644 --- a/Examples/DataRepresentation/Mesh/Mesh3.cxx +++ b/Examples/DataRepresentation/Mesh/Mesh3.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: Mesh3.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.13 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/PointSet1.cxx b/Examples/DataRepresentation/Mesh/PointSet1.cxx index d82d6c9074..fdaefb8721 100644 --- a/Examples/DataRepresentation/Mesh/PointSet1.cxx +++ b/Examples/DataRepresentation/Mesh/PointSet1.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: PointSet1.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.16 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/PointSet2.cxx b/Examples/DataRepresentation/Mesh/PointSet2.cxx index bebb06bab9..1cbfb2d442 100644 --- a/Examples/DataRepresentation/Mesh/PointSet2.cxx +++ b/Examples/DataRepresentation/Mesh/PointSet2.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: PointSet2.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:49 $ - Version: $Revision: 1.18 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/PointSet3.cxx b/Examples/DataRepresentation/Mesh/PointSet3.cxx index 6bbf5db9b1..88d9f8eb70 100644 --- a/Examples/DataRepresentation/Mesh/PointSet3.cxx +++ b/Examples/DataRepresentation/Mesh/PointSet3.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: PointSet3.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.14 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx b/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx index 427e732fe6..ee711dd3bd 100644 --- a/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx +++ b/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: PointSetWithVectors.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:49 $ - Version: $Revision: 1.17 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx b/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx index fd9c0dbf5e..38a1dce101 100644 --- a/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx +++ b/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: PolyLineParametricPath1.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/02/08 03:51:53 $ - Version: $Revision: 1.4 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/FeatureExtraction/AlignmentsExample.cxx b/Examples/FeatureExtraction/AlignmentsExample.cxx index 7dc73e6464..1ed1ca110e 100644 --- a/Examples/FeatureExtraction/AlignmentsExample.cxx +++ b/Examples/FeatureExtraction/AlignmentsExample.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx b/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx index b3cf288b1b..baec52635e 100644 --- a/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/ComplexMomentImageExample.cxx b/Examples/FeatureExtraction/ComplexMomentImageExample.cxx index 7d51b4ce3c..f05b628c37 100644 --- a/Examples/FeatureExtraction/ComplexMomentImageExample.cxx +++ b/Examples/FeatureExtraction/ComplexMomentImageExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 7 April 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/ComplexMomentPathExample.cxx b/Examples/FeatureExtraction/ComplexMomentPathExample.cxx index eb66d5c89b..ee6cce05aa 100644 --- a/Examples/FeatureExtraction/ComplexMomentPathExample.cxx +++ b/Examples/FeatureExtraction/ComplexMomentPathExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 7 April 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx index 80f2d11151..956f4abbe8 100644 --- a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx index e7752ca51c..a420413457 100644 --- a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx +++ b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/ExtractSegmentsExample.cxx b/Examples/FeatureExtraction/ExtractSegmentsExample.cxx index 0b36a7202f..3bfadc8b43 100644 --- a/Examples/FeatureExtraction/ExtractSegmentsExample.cxx +++ b/Examples/FeatureExtraction/ExtractSegmentsExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/FlusserMomentImageExample.cxx b/Examples/FeatureExtraction/FlusserMomentImageExample.cxx index d5e3fda1c3..3aeca00882 100644 --- a/Examples/FeatureExtraction/FlusserMomentImageExample.cxx +++ b/Examples/FeatureExtraction/FlusserMomentImageExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 13 April 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/HarrisExample.cxx b/Examples/FeatureExtraction/HarrisExample.cxx index b4e918675c..cdac1ce1ec 100644 --- a/Examples/FeatureExtraction/HarrisExample.cxx +++ b/Examples/FeatureExtraction/HarrisExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/HuMomentImageExample.cxx b/Examples/FeatureExtraction/HuMomentImageExample.cxx index d976fda3c7..953dfdde16 100644 --- a/Examples/FeatureExtraction/HuMomentImageExample.cxx +++ b/Examples/FeatureExtraction/HuMomentImageExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 13 April 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/LocalHoughExample.cxx b/Examples/FeatureExtraction/LocalHoughExample.cxx index b137217333..e2d2225792 100644 --- a/Examples/FeatureExtraction/LocalHoughExample.cxx +++ b/Examples/FeatureExtraction/LocalHoughExample.cxx @@ -1,3 +1,20 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ // Software Guide : BeginCommandLineArgs // INPUTS: {detected_lines.png} diff --git a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx index 67fdf91f25..2f9136194b 100644 --- a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx index eb4b46fe0a..96379bdac0 100644 --- a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx +++ b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J. Inglada - Language : C++ - Date : 29 march 2006 - Version : - Role : - $Id:$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Filtering/BinaryThresholdImageFilter.cxx b/Examples/Filtering/BinaryThresholdImageFilter.cxx index 6e934e766d..0a1ac6cc29 100644 --- a/Examples/Filtering/BinaryThresholdImageFilter.cxx +++ b/Examples/Filtering/BinaryThresholdImageFilter.cxx @@ -1,12 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: BinaryThresholdImageFilter.cxx,v $ + + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:49 $ - Version: $Revision: 1.34 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx b/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx index 2c176e72dc..89fea6ed9e 100755 --- a/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx +++ b/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: CannyEdgeDetectionImageFilter.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/27 01:45:48 $ - Version: $Revision: 1.11 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) 2002 Insight Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Filtering/ThresholdImageFilter.cxx b/Examples/Filtering/ThresholdImageFilter.cxx index 8837cdccfc..0ee6df27f8 100644 --- a/Examples/Filtering/ThresholdImageFilter.cxx +++ b/Examples/Filtering/ThresholdImageFilter.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ThresholdImageFilter.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/31 13:55:22 $ - Version: $Revision: 1.28 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/ComplexImageReadWrite.cxx b/Examples/IO/ComplexImageReadWrite.cxx index a88d540b6e..497e24887c 100755 --- a/Examples/IO/ComplexImageReadWrite.cxx +++ b/Examples/IO/ComplexImageReadWrite.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ComplexImageReadWrite.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:50 $ - Version: $Revision: 1.5 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/ExtractROI.cxx b/Examples/IO/ExtractROI.cxx index 17834c7db8..c1fe33455d 100755 --- a/Examples/IO/ExtractROI.cxx +++ b/Examples/IO/ExtractROI.cxx @@ -1,3 +1,23 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) diff --git a/Examples/IO/ImageReadCastWrite.cxx b/Examples/IO/ImageReadCastWrite.cxx index c6d174f30a..734ad65a60 100644 --- a/Examples/IO/ImageReadCastWrite.cxx +++ b/Examples/IO/ImageReadCastWrite.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ImageReadCastWrite.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/27 01:46:10 $ - Version: $Revision: 1.14 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/ImageReadRegionOfInterestWrite.cxx b/Examples/IO/ImageReadRegionOfInterestWrite.cxx index 78dc4f6d95..c8da2bb89c 100644 --- a/Examples/IO/ImageReadRegionOfInterestWrite.cxx +++ b/Examples/IO/ImageReadRegionOfInterestWrite.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ImageReadRegionOfInterestWrite.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/27 01:46:11 $ - Version: $Revision: 1.12 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/ImageReadWrite.cxx b/Examples/IO/ImageReadWrite.cxx index 118314994e..11d088a71d 100644 --- a/Examples/IO/ImageReadWrite.cxx +++ b/Examples/IO/ImageReadWrite.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ImageReadWrite.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/27 01:46:11 $ - Version: $Revision: 1.17 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/MultibandImageReadWrite.cxx b/Examples/IO/MultibandImageReadWrite.cxx index 51a01a7c5f..7b18273fb9 100644 --- a/Examples/IO/MultibandImageReadWrite.cxx +++ b/Examples/IO/MultibandImageReadWrite.cxx @@ -1,13 +1,14 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ImageReadWrite.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/27 01:46:11 $ - Version: $Revision: 1.17 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/RGBImageReadWrite.cxx b/Examples/IO/RGBImageReadWrite.cxx index 2ed4fef3ec..3021dc6132 100644 --- a/Examples/IO/RGBImageReadWrite.cxx +++ b/Examples/IO/RGBImageReadWrite.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: RGBImageReadWrite.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/20 13:27:53 $ - Version: $Revision: 1.14 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/IO/StreamingImageReadWrite.cxx b/Examples/IO/StreamingImageReadWrite.cxx index c982ba484c..830c49f797 100644 --- a/Examples/IO/StreamingImageReadWrite.cxx +++ b/Examples/IO/StreamingImageReadWrite.cxx @@ -1,5 +1,18 @@ /*========================================================================= + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ #if defined(_MSC_VER) diff --git a/Examples/Installation/HelloWorld.cxx b/Examples/Installation/HelloWorld.cxx index b898fe7e4e..07c8a45345 100644 --- a/Examples/Installation/HelloWorld.cxx +++ b/Examples/Installation/HelloWorld.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + // Software Guide : BeginLatex // // The following code is an implementation of a small OTB diff --git a/Examples/Learning/GenerateTrainingImageExample.cxx b/Examples/Learning/GenerateTrainingImageExample.cxx index 76d118eb99..62a76cf37f 100644 --- a/Examples/Learning/GenerateTrainingImageExample.cxx +++ b/Examples/Learning/GenerateTrainingImageExample.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Learning/SVMImageClassificationExample.cxx b/Examples/Learning/SVMImageClassificationExample.cxx index ce295a2015..8359769834 100644 --- a/Examples/Learning/SVMImageClassificationExample.cxx +++ b/Examples/Learning/SVMImageClassificationExample.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx b/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx index b3304ba13e..380687ffde 100644 --- a/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx +++ b/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Learning/SVMImageModelEstimatorExample.cxx b/Examples/Learning/SVMImageModelEstimatorExample.cxx index 839c53b002..7381664578 100644 --- a/Examples/Learning/SVMImageModelEstimatorExample.cxx +++ b/Examples/Learning/SVMImageModelEstimatorExample.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Learning/SVMPointSetClassificationExample.cxx b/Examples/Learning/SVMPointSetClassificationExample.cxx index 1ec10b1f05..497fa10df3 100644 --- a/Examples/Learning/SVMPointSetClassificationExample.cxx +++ b/Examples/Learning/SVMPointSetClassificationExample.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Learning/SVMPointSetExample.cxx b/Examples/Learning/SVMPointSetExample.cxx index 9cb68752d7..a9b50d9a12 100644 --- a/Examples/Learning/SVMPointSetExample.cxx +++ b/Examples/Learning/SVMPointSetExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J.Inglada - Language : C++ - Date : 5 May 2006 - Version : - Role : - $Id$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Learning/SVMPointSetModelEstimatorExample.cxx b/Examples/Learning/SVMPointSetModelEstimatorExample.cxx index 83eb2a3d59..4a7d40b4a7 100644 --- a/Examples/Learning/SVMPointSetModelEstimatorExample.cxx +++ b/Examples/Learning/SVMPointSetModelEstimatorExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Program : OTB (ORFEO ToolBox) - Authors : CNES - J.Inglada - Language : C++ - Date : 5 May 2006 - Version : - Role : - $Id$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Patented/FuzzyConnectednessImageFilter.cxx b/Examples/Patented/FuzzyConnectednessImageFilter.cxx index d1b2dbf194..01605cd8ef 100644 --- a/Examples/Patented/FuzzyConnectednessImageFilter.cxx +++ b/Examples/Patented/FuzzyConnectednessImageFilter.cxx @@ -1,19 +1,21 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: FuzzyConnectednessImageFilter.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:50 $ - Version: $Revision: 1.5 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #ifdef _MSC_VER #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx b/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx index a19834e817..81be342570 100644 --- a/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx +++ b/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx @@ -1,19 +1,21 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: HybridSegmentationFuzzyVoronoi.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:50 $ - Version: $Revision: 1.6 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #ifdef _MSC_VER #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Segmentation/ConfidenceConnected.cxx b/Examples/Segmentation/ConfidenceConnected.cxx index 67dfff1cd7..c823dc855d 100644 --- a/Examples/Segmentation/ConfidenceConnected.cxx +++ b/Examples/Segmentation/ConfidenceConnected.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: ConfidenceConnected.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:50 $ - Version: $Revision: 1.36 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Segmentation/ConnectedThresholdImageFilter.cxx b/Examples/Segmentation/ConnectedThresholdImageFilter.cxx index 855bad3ab5..642e8dab4d 100644 --- a/Examples/Segmentation/ConnectedThresholdImageFilter.cxx +++ b/Examples/Segmentation/ConnectedThresholdImageFilter.cxx @@ -1,3 +1,23 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) diff --git a/Examples/Segmentation/FastMarchingImageFilter.cxx b/Examples/Segmentation/FastMarchingImageFilter.cxx index 947cf58251..7d90e5a38d 100644 --- a/Examples/Segmentation/FastMarchingImageFilter.cxx +++ b/Examples/Segmentation/FastMarchingImageFilter.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: FastMarchingImageFilter.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/19 16:31:50 $ - Version: $Revision: 1.46 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Segmentation/IsolatedConnectedImageFilter.cxx b/Examples/Segmentation/IsolatedConnectedImageFilter.cxx index d276a3b0fe..9250c74daa 100644 --- a/Examples/Segmentation/IsolatedConnectedImageFilter.cxx +++ b/Examples/Segmentation/IsolatedConnectedImageFilter.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: IsolatedConnectedImageFilter.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/11/20 13:27:54 $ - Version: $Revision: 1.29 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx b/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx index 6e1a5565d2..031595df15 100644 --- a/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx +++ b/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx @@ -1,3 +1,23 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) diff --git a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx index c347ea383c..7e0eb76254 100755 --- a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx @@ -1,3 +1,23 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) diff --git a/Examples/Segmentation/OtsuThresholdImageFilter.cxx b/Examples/Segmentation/OtsuThresholdImageFilter.cxx index f362601b32..f834da1964 100755 --- a/Examples/Segmentation/OtsuThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuThresholdImageFilter.cxx @@ -1,3 +1,23 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif diff --git a/Examples/Segmentation/WatershedSegmentation.cxx b/Examples/Segmentation/WatershedSegmentation.cxx index c9ced90705..6e63db5b91 100644 --- a/Examples/Segmentation/WatershedSegmentation.cxx +++ b/Examples/Segmentation/WatershedSegmentation.cxx @@ -1,13 +1,17 @@ /*========================================================================= - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: WatershedSegmentation1.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2005/08/31 14:58:37 $ - Version: $Revision: 1.24 $ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/StartExamples/MeanImageFilter.cxx b/Examples/StartExamples/MeanImageFilter.cxx index f56a4663bb..6d9e57a175 100644 --- a/Examples/StartExamples/MeanImageFilter.cxx +++ b/Examples/StartExamples/MeanImageFilter.cxx @@ -1,3 +1,20 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) diff --git a/Examples/Visu/GreyVisuExample.cxx b/Examples/Visu/GreyVisuExample.cxx index 574f5a1d91..815f0ab3d4 100644 --- a/Examples/Visu/GreyVisuExample.cxx +++ b/Examples/Visu/GreyVisuExample.cxx @@ -1,14 +1,21 @@ /*========================================================================= - Programme : OTB (ORFEO ToolBox) - Auteurs : CNES - J. Inglada - Language : C++ - Date : 14 March 2005 - Version : - Role : - $Id$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ + #include <stdlib.h> #include "itkExceptionObject.h" -- GitLab