Commit a16199de authored by Cresson Remi's avatar Cresson Remi
Browse files

DOC: update readme.md

parent f9390d8f
No related merge requests found
Showing with 2 additions and 5 deletions
+2 -5
# 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!).
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment