From 7631d444c04ed047e52b8972b147261ca15f93f0 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Thu, 25 Apr 2019 10:06:29 +0000
Subject: [PATCH] DOC: Remove references to removed examples in documentation

---
 Documentation/Cookbook/rst/C++/UserGuide.rst | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/Documentation/Cookbook/rst/C++/UserGuide.rst b/Documentation/Cookbook/rst/C++/UserGuide.rst
index 10304efb75..cf45cf7b7b 100644
--- a/Documentation/Cookbook/rst/C++/UserGuide.rst
+++ b/Documentation/Cookbook/rst/C++/UserGuide.rst
@@ -707,7 +707,6 @@ Interest Points
   See example :ref:`RatioLineDetectorExample.cxx`.
   See example :ref:`CorrelationLineDetectorExample.cxx`.
   See example :ref:`AsymmetricFusionOfLineDetectorExample.cxx`.
-  See example :ref:`ParallelLineDetectionExample.cxx`.
 
 * Segment Extraction. See example :ref:`LineSegmentDetectorExample.cxx`.
 
@@ -787,26 +786,9 @@ following expressions:
 
 * Flusser Moments for Images. See example :ref:`FlusserMomentsImageFunctionExample.cxx`.
 
-Road and cloud extraction
+Cloud extraction
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Road extraction is a critical feature for an efficient use of high
-resolution satellite images. There are many applications of road
-extraction: update of GIS database, reference for image registration,
-help for identification algorithms and rapid mapping for example. Road
-network can be used to register an optical image with a map or an
-optical image with a radar image for example. Road network extraction
-can help for other algorithms: isolated building detection, bridge
-detection. In these cases, a rough extraction can be sufficient. In the
-context of response to crisis, a fast mapping is necessary: within
-6 hours, infrastructures for the designated area are required. Within
-this timeframe, a manual extraction is inconceivable and an automatic
-help is necessary.
-
-* Road extraction filter. See example :ref:`ExtractRoadExample.cxx`.
-
-* Step by step road extraction. See example :ref:`ExtractRoadByStepsExample.cxx`.
-
 * Cloud Detection. See example :ref:`CloudDetectionExample.cxx`.
 
 Image Simulation
-- 
GitLab