Skip to content
Snippets Groups Projects
Commit 570c75df authored by Julien Michel's avatar Julien Michel
Browse files

Ajout de la catégorie DisparityMap.

parent 33cece4e
No related branches found
No related tags found
No related merge requests found
SUBDIRS(Common BasicFilters IO ChangeDetection FeatureExtraction Learning
MultiScale SpatialReasoning)
MultiScale DisparityMap SpatialReasoning)
IF(OTB_USE_VISU)
SUBDIRS(Visu)
......
# Sources of non-templated classes.
FILE(GLOB OTBDisparityMap_SRCS "*.cxx" )
ADD_LIBRARY(OTBDisparityMap ${OTBDisparityMap_SRCS})
TARGET_LINK_LIBRARIES (OTBDisparityMap ITKCommon)
INSTALL_TARGETS(/lib/otb OTBDisparityMap )
INSTALL_FILES(/include/otb/DisparityMap "(\\.h|\\.txx)$")
# $Id$
SUBDIRS(Common IO BasicFilters FeatureExtraction ChangeDetection Learning
MultiScale SpatialReasoning)
MultiScale DisparityMap SpatialReasoning)
IF(OTB_USE_VISU)
SUBDIRS(Visu)
......
IF( NOT OTB_DISABLE_CXX_TESTING )
SET(BASELINE ${OTB_DATA_ROOT}/Baseline/OTB/Images)
SET(BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB/Files)
SET(INPUTDATA ${OTB_DATA_ROOT}/Input)
#Images de teledetection (grosses images )
SET(IMAGEDATA ${OTB_DATA_ROOT}/LargeInput )
SET(TEMP ${OTBTesting_BINARY_DIR}/Temporary)
#Tolerance sur diff pixel image
SET(TOL 0.0)
SET(DISPARITYMAP_TESTS ${CXX_TEST_PATH}/otbDisparityMapTests)
# ------- Fichiers sources CXX -----------------------------------
SET(BasicDisparityMap_SRCS
)
INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
ADD_EXECUTABLE(otbDisparityMapTests otbDisparityMapTests.cxx ${BasicDisparityMap_SRCS})
TARGET_LINK_LIBRARIES(otbDisparityMapTests OTBIO OTBDisparityMap gdal ITKIO ITKAlgorithms ITKStatistics ITKCommon)
ENDIF( NOT OTB_DISABLE_CXX_TESTING )
/*=========================================================================
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.
=========================================================================*/
// this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
#include <iostream>
#include "otbTestMain.h"
void RegisterTests()
{
}
......@@ -17,6 +17,7 @@ SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
${OTB_SOURCE_DIR}/Code/Learning
${OTB_SOURCE_DIR}/Code/MultiScale
${OTB_SOURCE_DIR}/Code/SpatialReasoning
${OTB_SOURCE_DIR}/Code/DisparityMap
${OTB_SOURCE_DIR}/Code/Visu
${OTB_BINARY_DIR}/Code/Visu
${OTB_SOURCE_DIR}/Utilities/BGL
......@@ -71,6 +72,7 @@ SET(OTB_INCLUDE_DIRS_INSTALL_TREE ${OTB_INCLUDE_DIRS_INSTALL_TREE}
${OTB_INSTALL_INCLUDE_DIR}/Learning
${OTB_INSTALL_INCLUDE_DIR}/MultiScale
${OTB_INSTALL_INCLUDE_DIR}/SpatialReasoning
${OTB_INSTALL_INCLUDE_DIR}/DisparityMap
${OTB_INSTALL_INCLUDE_DIR}/Visu
${OTB_INSTALL_INCLUDE_DIR}/Utilities
${OTB_INSTALL_INCLUDE_DIR}/Utilities/ITK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment