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
Antoine Belvire
otb
Commits
32ff73f2
Commit
32ff73f2
authored
9 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add remote modules cmake files (Mosaic and otbGRM)
parent
968377a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/Remote/Mosaic.remote.cmake
+9
-0
9 additions, 0 deletions
Modules/Remote/Mosaic.remote.cmake
Modules/Remote/otbGRM.remote.cmake
+16
-0
16 additions, 0 deletions
Modules/Remote/otbGRM.remote.cmake
with
25 additions
and
0 deletions
Modules/Remote/Mosaic.remote.cmake
0 → 100644
+
9
−
0
View file @
32ff73f2
#Contact: Rémi Cresson <remi.cresson@teledetection.fr>
otb_fetch_module
(
Mosaic
"This module provides one application dedicated to images mosaicking
A more detailed description can be found on the project website:
https://github.com/remicres/otb-mosaic
"
GIT_REPOSITORY https://github.com/remicres/otb-mosaic.git
GIT_TAG 1406369c1ec9accffc0b3f40d0411e78bed2d893
)
This diff is collapsed.
Click to expand it.
Modules/Remote/otbGRM.remote.cmake
0 → 100644
+
16
−
0
View file @
32ff73f2
#Contact: Pierre Lassalle <lassallepierre34@gmail.com>
otb_fetch_module
(
otbGRM
"This module provides the GRM OTB application to perform multiscale
region-merging segmentation on satellite images. Three local homogeneity
criteria are available: the Baatz & Schäpe criterion, the Full Lambda Schedule
criterion and the simple Euclidean Distance criterion. This application uses
the GRM (Generic Region Merging) library which allows to add quickly a new local
homogeneity criterion. Look at the template header file: GRMSegmenterTemplate.h
to see which format you must respect to add a new criterion.
A more detailed description can be found on the project website:
http://tully.ups-tlse.fr/lassallep/grm
"
GIT_REPOSITORY http://tully.ups-tlse.fr/lassallep/grm.git
GIT_TAG 7762ef1f84154fcbaecba476ab9e0aba1bcd736c
)
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