Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • orfeotoolbox/otb
  • gpasero/otb
  • jinglada/otb
  • cs-si/otb
  • tardyb/otb
  • jmichel/otb
  • pedrojoclar/otb
  • derksend/otb
  • ussegliog/otb
  • SebastienPeillet/otb
  • waynedou/otb
  • lhermitte/otb
  • ArthurV/otb
  • sebastic/otb
  • gpernot/otb
  • super7ramp/otb
  • camiot/otb
  • ctraizet/otb
  • dyoussef/otb
  • bradh/otb
  • troopa81/otb
  • sdinot/otb
  • julienosman/otb
  • vidlb/otb
  • Feishi/otb
  • IlDordollano/otb
  • pty_/otb
27 results
Show changes
Showing
with 234 additions and 79 deletions
/*========================================================================= /*
* Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
Program: ORFEO Toolbox *
Language: C++ * This file is part of Orfeo Toolbox
Date: $Date$ *
Version: $Revision$ * https://www.orfeo-toolbox.org/
*
* Licensed under the Apache License, Version 2.0 (the "License");
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. * you may not use this file except in compliance with the License.
See OTBCopyright.txt for details. * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
This software is distributed WITHOUT ANY WARRANTY; without even *
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * Unless required by applicable law or agreed to in writing, software
PURPOSE. See the above copyright notices for more information. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
=========================================================================*/
#ifndef otbBinaryFunctorImageFilter_h #ifndef otbBinaryFunctorImageFilter_h
#define otbBinaryFunctorImageFilter_h #define otbBinaryFunctorImageFilter_h
......
/*========================================================================= /*
* Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
Program: ORFEO Toolbox *
Language: C++ * This file is part of Orfeo Toolbox
Date: $Date$ *
Version: $Revision$ * https://www.orfeo-toolbox.org/
*
* Licensed under the Apache License, Version 2.0 (the "License");
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. * you may not use this file except in compliance with the License.
See OTBCopyright.txt for details. * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
This software is distributed WITHOUT ANY WARRANTY; without even *
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * Unless required by applicable law or agreed to in writing, software
PURPOSE. See the above copyright notices for more information. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
=========================================================================*/
#ifndef otbTernaryFunctorImageFilter_h #ifndef otbTernaryFunctorImageFilter_h
#define otbTernaryFunctorImageFilter_h #define otbTernaryFunctorImageFilter_h
......
/* /*
* Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES) * Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
*
* This file is part of Orfeo Toolbox * This file is part of Orfeo Toolbox
* *
* https://www.orfeo-toolbox.org/ * https://www.orfeo-toolbox.org/
......
/* /*
* Copyright (C) CS SI * Copyright (C) 2017-2019 CS Systemes d'Information (CS SI)
* *
* This file is part of Orfeo Toolbox * This file is part of Orfeo Toolbox
* *
......
/* /*
* Copyright (C) CS SI * Copyright (C) 2017-2019 CS Systemes d'Information (CS SI)
* *
* This file is part of Orfeo Toolbox * This file is part of Orfeo Toolbox
* *
......
/* /*
* Copyright (C) CS SI * Copyright (C) 2017-2019 CS Systemes d'Information (CS SI)
* *
* This file is part of Orfeo Toolbox * This file is part of Orfeo Toolbox
* *
......
/*========================================================================= /*
* Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
*
* This file is part of Orfeo Toolbox
*
* https://www.orfeo-toolbox.org/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
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 "otbImage.h" #include "otbImage.h"
#include "itkMacro.h" #include "itkMacro.h"
#include <iostream> #include <iostream>
......
/* /*
* Copyright (C) CS SI * Copyright (C) 2017-2019 CS Systemes d'Information (CS SI)
* *
* This file is part of Orfeo Toolbox * This file is part of Orfeo Toolbox
* *
......
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#Contact: Rémi Cresson <remi.cresson@teledetection.fr> #Contact: Rémi Cresson <remi.cresson@teledetection.fr>
otb_fetch_module(Mosaic otb_fetch_module(Mosaic
"This module provides one application dedicated to images mosaicking "This module provides one application dedicated to images mosaicking
......
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#Contact: arnaud.durand@sertit.u-strasbg.fr #Contact: arnaud.durand@sertit.u-strasbg.fr
#SERTIT - University of Strasbourg http://sertit.u-strasbg.fr #SERTIT - University of Strasbourg http://sertit.u-strasbg.fr
......
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#Contact: Gaëlle USSEGLIO #Contact: Gaëlle USSEGLIO
otb_fetch_module(DiapOTBModule otb_fetch_module(DiapOTBModule
"OTB module for SAR processing in Diapason." "OTB module for SAR processing in Diapason."
......
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#Contact: Pierre Lassalle <lassallepierre34@gmail.com> #Contact: Pierre Lassalle <lassallepierre34@gmail.com>
otb_fetch_module(otbGRM otb_fetch_module(otbGRM
"This module provides the GRM OTB application to perform multiscale "This module provides the GRM OTB application to perform multiscale
......
#!/usr/bin/env python3
#-*- coding: utf-8 -*-
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
import otbApplication as otb import otbApplication as otb
# TO RUN WITH PYTHON3 # TO RUN WITH PYTHON3
......
#!/usr/bin/env python3 #!/usr/bin/env python3
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
import sys import sys
import argparse import argparse
......
#!/usr/bin/env python3
#-*- coding: utf-8 -*-
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
def test(otb, argv): def test(otb, argv):
# Create a smoothing application # Create a smoothing application
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
:: ::
:: This file is part of Orfeo Toolbox :: This file is part of Orfeo Toolbox
:: ::
:: https://www.orfeo-toolbox.org/ :: https://www.orfeo-toolbox.org/
:: ::
:: Licensed under the Apache License, Version 2.0 (the "License"); :: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License. :: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at :: You may obtain a copy of the License at
:: ::
:: http://www.apache.org/licenses/LICENSE-2.0 :: http://www.apache.org/licenses/LICENSE-2.0
:: ::
:: Unless required by applicable law or agreed to in writing, software :: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS, :: distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
:: ::
:: This file is part of Orfeo Toolbox :: This file is part of Orfeo Toolbox
:: ::
:: https://www.orfeo-toolbox.org/ :: https://www.orfeo-toolbox.org/
:: ::
:: Licensed under the Apache License, Version 2.0 (the "License"); :: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License. :: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at :: You may obtain a copy of the License at
:: ::
:: http://www.apache.org/licenses/LICENSE-2.0 :: http://www.apache.org/licenses/LICENSE-2.0
:: ::
:: Unless required by applicable law or agreed to in writing, software :: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS, :: distributed under the License is distributed on an "AS IS" BASIS,
......
...@@ -3,19 +3,20 @@ ...@@ -3,19 +3,20 @@
:: ::
:: This file is part of Orfeo Toolbox :: This file is part of Orfeo Toolbox
:: ::
:: https://www.orfeo-toolbox.org/ :: https://www.orfeo-toolbox.org/
:: ::
:: Licensed under the Apache License, Version 2.0 (the "License"); :: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License. :: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at :: You may obtain a copy of the License at
:: ::
:: http://www.apache.org/licenses/LICENSE-2.0 :: http://www.apache.org/licenses/LICENSE-2.0
:: ::
:: Unless required by applicable law or agreed to in writing, software :: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS, :: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and :: See the License for the specific language governing permissions and
:: limitations under the License. :: limitations under the License.
@echo off @echo off
:: Setup environment for OTB package :: Setup environment for OTB package
set CURRENT_SCRIPT_DIR=%~dp0 set CURRENT_SCRIPT_DIR=%~dp0
......
@echo off ::
:: Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES) :: Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
:: ::
:: This file is part of Orfeo Toolbox :: This file is part of Orfeo Toolbox
:: ::
:: https://www.orfeo-toolbox.org/ :: https://www.orfeo-toolbox.org/
:: ::
:: Licensed under the Apache License, Version 2.0 (the "License"); :: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License. :: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at :: You may obtain a copy of the License at
:: ::
:: http://www.apache.org/licenses/LICENSE-2.0 :: http://www.apache.org/licenses/LICENSE-2.0
:: ::
:: Unless required by applicable law or agreed to in writing, software :: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS, :: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and :: See the License for the specific language governing permissions and
:: limitations under the License. :: limitations under the License.
@echo off
rem set EXIT_ON_ERROR=0 rem set EXIT_ON_ERROR=0
rem set TEST_VERBOSE=1 rem set TEST_VERBOSE=1
rem cmd /k tools\selftester.bat /q > selftest_report.log 2>&1 rem cmd /k tools\selftester.bat /q > selftest_report.log 2>&1
......
@echo off ::
::
:: Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES) :: Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
:: ::
:: This file is part of Orfeo Toolbox :: This file is part of Orfeo Toolbox
:: ::
:: https://www.orfeo-toolbox.org/ :: https://www.orfeo-toolbox.org/
:: ::
:: Licensed under the Apache License, Version 2.0 (the "License"); :: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License. :: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at :: You may obtain a copy of the License at
:: ::
:: http://www.apache.org/licenses/LICENSE-2.0 :: http://www.apache.org/licenses/LICENSE-2.0
:: ::
:: Unless required by applicable law or agreed to in writing, software :: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS, :: distributed under the License is distributed on an "AS IS" BASIS,
...@@ -18,6 +17,8 @@ ...@@ -18,6 +17,8 @@
:: See the License for the specific language governing permissions and :: See the License for the specific language governing permissions and
:: limitations under the License. :: limitations under the License.
@echo off
:: script to uninstall OTB :: script to uninstall OTB
setlocal setlocal
......