Skip to content
Snippets Groups Projects
Commit 76b6bead authored by Jordi Inglada's avatar Jordi Inglada
Browse files

COMP: AVI example was not being compiled

parent c119c8d2
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ int main( int argc, char *argv[] )
//
//
// \begin{figure} \center
// \includegraphics[width=0.24\textwidth]{pretty_VegetationIndex.eps}
// \includegraphics[width=0.24\textwidth]{pretty_qb_toulouse_sub.eps}
// \includegraphics[width=0.24\textwidth]{pretty_AVIMultiChannelRAndGAndNIRVegetationIndex.eps}
// \itkcaption[AVI Example]{AVI result on the right with the left image in input.}
// \label{fig:AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter}
......
......@@ -4,6 +4,10 @@ INCLUDE_REGULAR_EXPRESSION("^.*$")
ADD_EXECUTABLE(ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx )
TARGET_LINK_LIBRARIES(ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter OTBRadiometry OTBCommon OTBIO ITKNumerics)
ADD_EXECUTABLE(AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx )
TARGET_LINK_LIBRARIES(AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter OTBRadiometry OTBCommon OTBIO ITKNumerics)
ADD_EXECUTABLE(NDVIRAndNIRVegetationIndexImageFilter NDVIRAndNIRVegetationIndexImageFilter.cxx )
TARGET_LINK_LIBRARIES(NDVIRAndNIRVegetationIndexImageFilter OTBRadiometry OTBCommon OTBIO ITKNumerics)
......
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