中文
相关论文

相关论文: Efficient feature matching for UAV images based on…

200 篇论文

SfM (Structure from Motion) has been extensively used for UAV (Unmanned Aerial Vehicle) image orientation. Its efficiency is directly influenced by feature matching. Although image retrieval has been extensively used for match pair…

计算机视觉与模式识别 · 计算机科学 2023-07-11 San Jiang , Yichen Ma , Qingquan Li , Wanshou Jiang , Bingxuan Guo , Lelin Li , Lizhe Wang

Incremental Structure from Motion (ISfM) has been widely used for UAV image orientation. Its efficiency, however, decreases dramatically due to the sequential constraint. Although the divide-and-conquer strategy has been utilized for…

计算机视觉与模式识别 · 计算机科学 2023-02-08 San Jiang , Qingquan Li , Wanshou Jiang , Wu Chen

Amidst the swift advancements in photography and sensor technologies, high-definition cameras have become commonplace in the deployment of Unmanned Aerial Vehicles (UAVs) for diverse operational purposes. Within the domain of UAV imagery…

计算机视觉与模式识别 · 计算机科学 2023-10-10 Qi Li , Jiaxin Cai , Yuanlong Yu , Jason Gu , Jia Pan , Wenxi Liu

Image feature point matching is a key step in Structure from Motion(SFM). However, it is becoming more and more time consuming because the number of images is getting larger and larger. In this paper, we proposed a GPU accelerated image…

计算机视觉与模式识别 · 计算机科学 2018-05-24 Tao Xu , Kun Sun , Wenbing Tao

A novel approach for the fast onboard detection of isolated markers for visual relative localisation of multiple teammates in agile UAV swarms is introduced in this paper. As the detection forms a key component of real-time localisation…

机器人学 · 计算机科学 2025-10-24 Vojtěch Vrba , Viktor Walter , Petr Štěpán , Martin Saska

Real-time processing of UAV imagery is crucial for applications requiring urgent geospatial information, such as disaster response, where rapid decision-making and accurate spatial data are essential. However, processing high-resolution…

计算机视觉与模式识别 · 计算机科学 2025-11-11 Selim Ahmet Iz , Francesco Nex , Norman Kerle , Henry Meissner , Ralf Berger

This paper proposes a strategy for efficient geometrical verification in unmanned aerial vehicle (UAV) image matching. First, considering the complex transformation model between correspondence set in the image-space, feature points of…

计算机视觉与模式识别 · 计算机科学 2018-01-15 San Jiang , Wanshou Jiang

The primary contribution of this paper is a challenging benchmark dataset, UAVPairs, and a training pipeline designed for match pair retrieval of large-scale UAV images. First, the UAVPairs dataset, comprising 21,622 high-resolution images…

计算机视觉与模式识别 · 计算机科学 2025-05-29 Junhuan Liu , San Jiang , Wei Ge , Wei Huang , Bingxuan Guo , Qingquan Li

We present a new algorithm to quickly generate high-performance GPU implementations of complex imaging and vision pipelines, directly from high-level Halide algorithm code. It is fully automatic, requiring no schedule templates or…

编程语言 · 计算机科学 2023-08-29 Luke Anderson , Andrew Adams , Karima Ma , Tzu-Mao Li , Tian Jin , Jonathan Ragan-Kelley

The primary contribution of this paper is an efficient Structure from Motion (SfM) solution for oblique unmanned aerial vehicle (UAV) images. First, an algorithm, considering spatial relationship constrains between image footprints, is…

计算机视觉与模式识别 · 计算机科学 2017-05-10 San Jiang , Wanshou Jiang

Rapid generation of large-scale orthoimages from Unmanned Aerial Vehicles (UAVs) has been a long-standing focus of research in the field of aerial mapping. A multi-sensor UAV system, integrating the Global Positioning System (GPS), Inertial…

计算机视觉与模式识别 · 计算机科学 2025-03-06 Jialei He , Zhihao Zhan , Zhituo Tu , Xiang Zhu , Jie Yuan

Unmanned Aerial Vehicles (UAVs) are widely used for aerial photography and remote sensing applications. One of the main challenges is to stitch together multiple images into a single high-resolution image that covers a large area.…

计算机视觉与模式识别 · 计算机科学 2025-11-11 Selim Ahmet Iz , Mustafa Unel

This study introduces a lightweight U-Net model optimized for real-time semantic segmentation of aerial images, targeting the efficient utilization of Commercial Off-The-Shelf (COTS) embedded computing platforms. We maintain the accuracy of…

计算机视觉与模式识别 · 计算机科学 2025-03-13 Julien Posso , Hugo Kieffer , Nicolas Menga , Omar Hlimi , Sébastien Tarris , Hubert Guerard , Guy Bois , Matthieu Couderc , Eric Jenn

Image segmentation plays an important role in computer vision, object detection, traffic control, and video surveillance. Typically, it is a critical step in the 3D reconstruction of a specific organ in medical image processing which…

图像与视频处理 · 电气工程与系统科学 2020-12-22 Yu-Wei Chang , Tony W. H. Sheu

The advancement of UAV technology has enabled efficient, non-contact structural health monitoring. Combined with photogrammetry, UAVs can capture high-resolution scans and reconstruct detailed 3D models of infrastructure. However, a key…

计算机视觉与模式识别 · 计算机科学 2025-10-24 Siqi Chen , Shanyue Guan

Online augmentation of an oblique aerial image sequence with structural information is an essential aspect in the process of 3D scene interpretation and analysis. One key aspect in this is the efficient dense image matching and depth…

计算机视觉与模式识别 · 计算机科学 2019-09-24 Boitumelo Ruf , Thomas Pollok , Martin Weinmann

Object detection in unmanned aerial vehicle (UAV) remote sensing images poses significant challenges due to unstable image quality, small object sizes, complex backgrounds, and environmental occlusions. Small objects, in particular, occupy…

计算机视觉与模式识别 · 计算机科学 2025-05-23 Xudong Wang , Yaxin Peng , Chaomin Shen

In this paper, we report an optimized union-find (UF) algorithm that can label the connected components on a 2D image efficiently by employing the GPU architecture. The proposed method contains three phases: UF-based local merge, boundary…

计算机视觉与模式识别 · 计算机科学 2017-08-30 Jun Chen , Qiang Yao , Houari Sabirin , Keisuke Nonaka , Hiroshi Sankoh , Sei Naito

Efficient and real time segmentation of color images has a variety of importance in many fields of computer vision such as image compression, medical imaging, mapping and autonomous navigation. Being one of the most computationally…

计算机视觉与模式识别 · 计算机科学 2017-10-09 Roopal Nahar , Akanksha Baranwal , K. Madhava Krishna

Process mapping asks to assign vertices of a task graph to processing elements of a supercomputer such that the computational workload is balanced while the communication cost is minimized. Motivated by the recent success of GPU-based graph…

分布式、并行与集群计算 · 计算机科学 2026-03-16 Petr Samoldekin , Christian Schulz , Henning Woydt
‹ 上一页 1 2 3 10 下一页 ›