From 2d833ce4d1a841a2a92b13995b584a4064fa7aa3 Mon Sep 17 00:00:00 2001 From: remi cresson <remi.cresson@teledetection.fr> Date: Tue, 19 Sep 2017 13:13:34 +0000 Subject: [PATCH] DOC: update markdown --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c7695b..5d4a00c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# otb-simpleextractiontools +# Simple Extraction Tools Simple extraction tools remote module developed in the framework of Theia-Geosud + +# Contents +This remote module of Orféo ToolBox contains some useful filters and stuff for remote sensing image processing. + +## CacheLessLabelImageToVectorData +This mapper produces an output vector data layer. The input pipeline it triggered using streaming to avoid caching the entire bulk of data on the largest possible region of the pipeline output. It's largely inspired from the OTB ImageFileWriter, but uses the LabelImageToVectorData filter to vectorize the label image. Work only on integer images (not vector images!). + +## RegionComparator +A set of useful functions, maybe already existing somewhere in the OTB. Images layout, region intersection, coordinates conversion of regions, etc. -- GitLab