zoukankan      html  css  js  c++  java
  • A Resegmentation Approach for Detecting Rectangular Objects in HighResolution Imagery

    General image segmentation techniques are divided into twomain classes. The first, called pixel-oriented segmentation,considers each pixel of the image as one graph node. Edgesgenerally connect every pixel to its 3 × 3 neighborhood. Thesecond class considers regions as graph nodes. Such regions arepixel groups obtained by segmentation techniques. This class,called region-oriented segmentation, uses graph structures torepresent the topology, connecting neighbor regions with graphedges. Neighboring regions apply the topological relation oftouch (Point-set topological spatial relations).

    Benediktsson et al. [12] presented a hybrid approach forsegmenting urban images with high spatial resolution, applyingmorphological operations. Afterward, they applied a neuralnetwork to classify the extracted features. When dealingwith panchromatic imagery, Gaetano et al. [13] segmentedmultispectral remote-sensing images, creating regions usingpanchromatic data. Subsequently, regions were merged usingspectral features (i.e., textural based) from the remainingmutispectral information.The nature of urban areas is inherently complex. Althoughhuman operators may extract information from urban imageseasily, computer-based automated interpretation remains a challengingtask. Cinque et al. [14] proposed the use of rectanglesin image queries to express the properties of target regions. Theauthors used resegmentation to build the index of images in thedatabase, which provided the features needed for determiningthe distance between the query and candidates [14].

  • 相关阅读:
    .net中的目录
    select into in mysql
    内存泄漏调查
    【NO.3】 c program to caculate and display sum of two matrix
    LoadRunner获取一个独特的价值在执行的场景
    Android 基于Netty接收和发送推送解决方案的消息字符串(三)
    springmvc如何访问静态文件,例如jpg,js,css
    HTTP求
    SlopOne推荐算法
    回溯-01背包问题之二:连续工作模式
  • 原文地址:https://www.cnblogs.com/xiangshancuizhu/p/2087632.html
Copyright © 2011-2022 走看看