From 3dfaea463851e9b64495b496e4cb7226d5be6b39 Mon Sep 17 00:00:00 2001
From: Jonathan Guinet <jonathan.guinet@c-s.fr>
Date: Thu, 14 Jun 2012 09:10:52 +0200
Subject: [PATCH] ENH: MeanShift semgentation filters have been moved to
 Segmentation directory.

---
 .../otbMeanShiftConnectedComponentSegmentationFilter.h            | 0
 .../otbMeanShiftConnectedComponentSegmentationFilter.txx          | 0
 Code/{OBIA => Segmentation}/otbMeanShiftSegmentationFilter.h      | 0
 Code/{OBIA => Segmentation}/otbMeanShiftSegmentationFilter.txx    | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename Code/{OBIA => Segmentation}/otbMeanShiftConnectedComponentSegmentationFilter.h (100%)
 rename Code/{OBIA => Segmentation}/otbMeanShiftConnectedComponentSegmentationFilter.txx (100%)
 rename Code/{OBIA => Segmentation}/otbMeanShiftSegmentationFilter.h (100%)
 rename Code/{OBIA => Segmentation}/otbMeanShiftSegmentationFilter.txx (100%)

diff --git a/Code/OBIA/otbMeanShiftConnectedComponentSegmentationFilter.h b/Code/Segmentation/otbMeanShiftConnectedComponentSegmentationFilter.h
similarity index 100%
rename from Code/OBIA/otbMeanShiftConnectedComponentSegmentationFilter.h
rename to Code/Segmentation/otbMeanShiftConnectedComponentSegmentationFilter.h
diff --git a/Code/OBIA/otbMeanShiftConnectedComponentSegmentationFilter.txx b/Code/Segmentation/otbMeanShiftConnectedComponentSegmentationFilter.txx
similarity index 100%
rename from Code/OBIA/otbMeanShiftConnectedComponentSegmentationFilter.txx
rename to Code/Segmentation/otbMeanShiftConnectedComponentSegmentationFilter.txx
diff --git a/Code/OBIA/otbMeanShiftSegmentationFilter.h b/Code/Segmentation/otbMeanShiftSegmentationFilter.h
similarity index 100%
rename from Code/OBIA/otbMeanShiftSegmentationFilter.h
rename to Code/Segmentation/otbMeanShiftSegmentationFilter.h
diff --git a/Code/OBIA/otbMeanShiftSegmentationFilter.txx b/Code/Segmentation/otbMeanShiftSegmentationFilter.txx
similarity index 100%
rename from Code/OBIA/otbMeanShiftSegmentationFilter.txx
rename to Code/Segmentation/otbMeanShiftSegmentationFilter.txx
-- 
GitLab