From 463d7a90840f0aea05ba41657245db913a048ac5 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Tue, 16 Oct 2007 11:33:56 +0000 Subject: [PATCH] seam carving doc --- Examples/FeatureExtraction/SeamCarvingExample.cxx | 4 ++-- Examples/FeatureExtraction/SeamCarvingOtherExample.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/FeatureExtraction/SeamCarvingExample.cxx b/Examples/FeatureExtraction/SeamCarvingExample.cxx index 56b00642bf..3d9ca420a6 100644 --- a/Examples/FeatureExtraction/SeamCarvingExample.cxx +++ b/Examples/FeatureExtraction/SeamCarvingExample.cxx @@ -235,8 +235,8 @@ int main(int argc, char ** argv) // the seam carving filter to a satellite image. // \begin{figure} // \center - // \includegraphics[width=0.44\textwidth]{QB_Suburb.png} - // \includegraphics[width=0.44\textwidth]{SeamCarvingExampleOutput.png} + // \includegraphics[width=0.44\textwidth]{QB_Suburb.eps} + // \includegraphics[width=0.44\textwidth]{SeamCarvingExampleOutput.eps} // \itkcaption[Seam carving filter application]{Result of applying // the \doxygen{otb}{ImageToCarvingPathFilter} followed by the // \doxygen{otb}{RemoveCarvingPathFilter} to Quickbird diff --git a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx index b8ebccfb58..466aa72cec 100644 --- a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx +++ b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx @@ -211,8 +211,8 @@ int main(int argc, char ** argv) // the seam carving filter to a satellite image. // \begin{figure} // \center - // \includegraphics[width=0.44\textwidth]{QB_Suburb.png} - // \includegraphics[width=0.44\textwidth]{SeamCarvingOtherExampleOutput.png} + // \includegraphics[width=0.44\textwidth]{QB_Suburb.eps} + // \includegraphics[width=0.44\textwidth]{SeamCarvingOtherExampleOutput.eps} // \itkcaption[Seam carving filter application]{Illustration of the minimum // seams alternatively vertical and horizontal on a Quickbird // image. From left to right : original image, image with the 25 vertical -- GitLab