zoukankan      html  css  js  c++  java
  • 开源的高分辨率遥感影像处理库OTB

    OTB is a C++ library for high resolution remote sensing image processing. It is developped by CNES in the frame of the ORFEO program.  

    About OTB!

    Orfeo Toolbox

    Last Updated on Sunday, 01 March 2009 15:49Written by AdministratorWednesday, 18 February 2009 14:14

    Attention: open in a new window. PDFPrintE-mail

    In the frame of the Methodological Part of the ORFEO Accompaniment Programto prepare, accompany and promote the use and the exploitation of the images derived from Pleiades (PHR) and Cosmo-Skymed (CSK) systems, the French Space Agency (CNES) decided to develop the Orfeo Toolbox (OTB): a set of algorithmic components which allow to capitalize the methodological know how, and therefore use an incremental approach to take profit of the results of the methodological research.

    ORFEO Toolbox (OTB) is distributed as an open source library of image processing algorithms. OTB is based on the medical image processing libraryITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular. OTB is distributed under a free software license CeCILL (similar to GPL) to encourage contribution from users and to promote reproducible research. The library is intensively tested on several platforms as Linux, Unix and Windows. Most functionalities are also adapted to process huge images using streaming and multi-threading as often as possible.

    Among other, OTB provides a number of heavily documented functionalities as

      image access: optimized read/write access for most of remote sensing image formats, meta-data access, visualization;
      filtering: blurring, denoising, enhancement;
      feature extraction: interest points, alignments, lines;
      image segmentation: region growing, watershed, level sets;
      classification: K-means, SVM, Markov random fields;
      change detection.

  • 相关阅读:
    WPF 本地化语言设置
    WPF 调节树状图滚动条值
    WPF中ListBox的使用注意事项
    SQL 树状结构表中查出所所有父级/子级
    Vue创建
    wpf 控件注意事项
    链表习题(1)-设计一个递归算法,删除不带头结点的单链表L中所有值为x的结点
    排序-快速排序
    排序-堆排序
    图-图的遍历
  • 原文地址:https://www.cnblogs.com/xiangshancuizhu/p/1916887.html
Copyright © 2011-2022 走看看