Commit 2d833ce4 authored by remi cresson's avatar remi cresson
Browse files

DOC: update markdown

No related merge requests found
Showing with 10 additions and 1 deletion
+10 -1
# 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.
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