Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
3ac68479
Commit
3ac68479
authored
10 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
DOC: explain coordinate expected in vector data
parent
a76c915e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/OBIA/otbLabelMapToVectorDataFilter.h
+5
-1
5 additions, 1 deletion
Code/OBIA/otbLabelMapToVectorDataFilter.h
Code/OBIA/otbVectorDataToLabelMapWithAttributesFilter.h
+6
-0
6 additions, 0 deletions
Code/OBIA/otbVectorDataToLabelMapWithAttributesFilter.h
with
11 additions
and
1 deletion
Code/OBIA/otbLabelMapToVectorDataFilter.h
+
5
−
1
View file @
3ac68479
...
@@ -40,7 +40,11 @@ namespace otb {
...
@@ -40,7 +40,11 @@ namespace otb {
* "An algorithm for the rapid computation of boundaries of run-length
* "An algorithm for the rapid computation of boundaries of run-length
* encoded regions", Francis K. H. Queck, in Pattern Recognition 33
* encoded regions", Francis K. H. Queck, in Pattern Recognition 33
* (2000), p 1637-1649.
* (2000), p 1637-1649.
*
*
* Note : the output vector data contains index coordinates (not physical coordinates).
* For instance, a polygon around the pixel at index (0,0) would have the following
* points : [-0.5,-0.5] , [0.5,-0.5] , [0.5,0.5] , [-0.5,0.5]
*
* \sa VectorDataSource
* \sa VectorDataSource
* \ingroup GeoSpatialAnalysis
* \ingroup GeoSpatialAnalysis
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Code/OBIA/otbVectorDataToLabelMapWithAttributesFilter.h
+
6
−
0
View file @
3ac68479
...
@@ -48,6 +48,12 @@ namespace otb
...
@@ -48,6 +48,12 @@ namespace otb
* The first Label is set using SetInitialLabel (by default it is 0), and increases 1 by 1.
* The first Label is set using SetInitialLabel (by default it is 0), and increases 1 by 1.
* The vector data attributes are also assigned to the object in the label map.
* The vector data attributes are also assigned to the object in the label map.
*
*
* When AutomaticSizeComputation=True, the spacing from the vector data object
* is used. Then the size and origin are computed so that the image extent
* covers exactly the vector data bounding region.
*
* Note : the coordinates in the vector data are assumed to be physical coordinates.
*
* \sa LabelMapSource
* \sa LabelMapSource
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment