Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
otb
otb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 307
    • Issues 307
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 16
    • Merge Requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge Requests
  • !704

Merged
Created Mar 20, 2020 by Cédric Traizet@ctraizetDeveloper

Pantex texture extraction application

  • Overview 2
  • Commits 8
  • Pipelines 8
  • Changes 8

Summary

New application for Pantex texture extraction. Closes #2022 (closed)

Rationale

In otb there is ScalarImageToPanTexTextureFilter but there is no corresponding application (see #2022 (closed)).

The filter is based on this paper : Pesaresi, Martino & Gerhardinger, A. & Kayitakire, Francois. (2008). A Robust Built-Up Area Presence Index by Anisotropic Rotation-Invariant Textural Measure. Selected Topics in Applied Earth Observations and Remote Sensing, IEEE Journal of. 1. 180 - 192. 10.1109/JSTARS.2008.2002869.

This Merge Request adds an application for PantexTextureExtraction. It has the following parameters :

  • in : The input image to compute the features on
  • channel : The selected channel index
  • out : Output image containing the selected texture features
  • min : Input image minimum. If this parameter is not set, the application will compute the minumum of the image.
  • max : Input image maximum. If this parameter is not set, the application will compute the maximum of the image.
  • sradx : Radius of the window on which textures are computed (x direction)
  • srady : Radius of the window on which textures are computed (y direction)
  • nbin : Number of bins per axis for histogram generation number of gray levels considered in the computation of co-occurance)

A test has been added for this application.

Note that there are two other application for texture extraction in OTB, HaralickTextureExtraction and SFSTextureExtraction

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited Mar 20, 2020 by Cédric Traizet
Assignee
Assign to
Reviewer
Request review from
7.2.0
Milestone
7.2.0
Assign milestone
Time tracking
Source branch: pantex_texture_extraction