From a16199debb6203d874bb0af4d4dd58bfd8730b7e Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Wed, 23 Feb 2022 09:17:30 +0100 Subject: [PATCH] DOC: update readme.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4a3879..3afe7d9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,13 @@ # Simple Extraction Tools Simple extraction tools remote module developed in the framework of Theia-Geosud -# Applications for the user - -## ExtractGeom -An application which extracts an image region from an input vector data. The output image is cut around the vector data and croped on the resulting region, that is the intersection between the vector data region and the entire image region. +# Application for the user ## MeanResample Produces an output image resampled using the local mean of pixels. # Stuff for the developper -This remote module of Orféo ToolBox contains some useful filters and stuff for remote sensing image processing. +This remote module of Orfeo 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!). -- GitLab