abstract papers about buildings segmentation, Cheat Sheet of Abstract Algebra

this papers about buildings segmentation

Typology: Cheat Sheet

2024/2025

Uploaded on 04/17/2025

samir-ghobrini
samir-ghobrini 🇩🇿

1 document

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Object detection in satellite images has been a key research area in computer
vision for years, with applications in GIS database updates, urban planning,
and land use analysis. The main challenges include edge extraction, line
detection, and segmentation, as identifying buildings in complex environments
with shadows, vegetation, and other obstructions is difficult. Most building
detection algorithms are edge-based, using linear feature detection,
parallelogram structure grouping, and polygon verification with geometric and
shadow-based knowledge. Recent approaches integrate multiple algorithms
and data sources to enhance accuracy and reliability. High-resolution satellite
sensors like IKONOS have improved building detection by providing detailed
imagery of urban areas. Due to the inefficiency of manual extraction,
automated methods have been developed, with most recent techniques relying
on supervised learning. These methods use initial training data to generate
hypotheses for building locations and sizes or employ model databases for
classification and matching.
One of the major challenges in building detection is the automatic and accurate
matching of buildings in satellite and aerial imagery. This study aims to use
shadow information and HSV color representation to verify building
hypotheses generated through edge-based techniques. The approach must be
both robust and accurate for practical application.
Building detection has been a significant research topic in computer vision for
years. The main difficulties arise from the presence of objects like trees, power
lines, vehicles, and parking lots, which can occlude rooftops. Additionally,
rooftops are made of various materials with different reflectance properties,
making detection more complex.
Previous research has explored different methods to tackle this problem. One
approach used a snake-based model to extract 2D building outlines from high-
resolution IKONOS images and airborne laser scanning data. Another semi-
automated technique applied an active contour model (snakes) combined with
dynamic programming optimization, requiring a digital surface model and an
ortho-image. This method becomes more effective when a human operator
manually places seed points near the building boundaries.
Several approaches have been proposed for building detection in dense urban
areas. Peng et al. used the radiometric properties of buildings to extract their
principal contours. Another method applies wavelet transform and image
scaling to analyze both high and low-frequency components of an aerial image.
One technique utilizes multiple panchromatic images, rather than stereo pairs,
to extract flat or symmetric gable-roofed buildings and generate 3D models. It
groups lines hierarchically to form building hypotheses, verifying them by
checking for expected walls and shadows. Unlike traditional methods,
verification occurs at the final stage rather than sequentially.
pf3

Partial preview of the text

Download abstract papers about buildings segmentation and more Cheat Sheet Abstract Algebra in PDF only on Docsity!

Object detection in satellite images has been a key research area in computer vision for years, with applications in GIS database updates, urban planning, and land use analysis. The main challenges include edge extraction, line detection, and segmentation, as identifying buildings in complex environments with shadows, vegetation, and other obstructions is difficult. Most building detection algorithms are edge-based, using linear feature detection, parallelogram structure grouping, and polygon verification with geometric and shadow-based knowledge. Recent approaches integrate multiple algorithms and data sources to enhance accuracy and reliability. High-resolution satellite sensors like IKONOS have improved building detection by providing detailed imagery of urban areas. Due to the inefficiency of manual extraction, automated methods have been developed, with most recent techniques relying on supervised learning. These methods use initial training data to generate hypotheses for building locations and sizes or employ model databases for classification and matching. One of the major challenges in building detection is the automatic and accurate matching of buildings in satellite and aerial imagery. This study aims to use shadow information and HSV color representation to verify building hypotheses generated through edge-based techniques. The approach must be both robust and accurate for practical application. Building detection has been a significant research topic in computer vision for years. The main difficulties arise from the presence of objects like trees, power lines, vehicles, and parking lots, which can occlude rooftops. Additionally, rooftops are made of various materials with different reflectance properties, making detection more complex. Previous research has explored different methods to tackle this problem. One approach used a snake-based model to extract 2D building outlines from high- resolution IKONOS images and airborne laser scanning data. Another semi- automated technique applied an active contour model (snakes) combined with dynamic programming optimization, requiring a digital surface model and an ortho-image. This method becomes more effective when a human operator manually places seed points near the building boundaries. Several approaches have been proposed for building detection in dense urban areas. Peng et al. used the radiometric properties of buildings to extract their principal contours. Another method applies wavelet transform and image scaling to analyze both high and low-frequency components of an aerial image. One technique utilizes multiple panchromatic images, rather than stereo pairs, to extract flat or symmetric gable-roofed buildings and generate 3D models. It groups lines hierarchically to form building hypotheses, verifying them by checking for expected walls and shadows. Unlike traditional methods, verification occurs at the final stage rather than sequentially.

Other approaches rely on multi-view stereo imaging and color information to detect complex buildings, improving accuracy by combining results from different viewpoints. Some researchers focus on automatic extraction from high-resolution stereoscopic aerial images using Digital Elevation Models (DEMs), applying geodesic weighting and multi-resolution techniques. Hybrid models integrating LiDAR, aerial, and ground images enhance edge detection and surface detail accuracy, though they are costly and require ground imagery. Another method reconstructs detailed 3D building models using airborne LiDAR and optical images. Probabilistic models have also been explored, treating buildings as individual objects in images. Finally, a combined optical and Synthetic Aperture Radar (SAR) approach has been used for automatic building extraction. It first identifies potential building footprints in SAR images and then detects shapes in optical images. However, this method has limitations, as SAR data could be better utilized to validate optical detections, and its detection algorithm could be improved for larger buildings. Methodologie : This paper presents a model-based approach for detecting rectilinear buildings in satellite images. The method relies on the fact that buildings in 2D images are mostly composed of straight-line borders, which can be identified through edge detection.

  1. Edge Detection & Line Extraction: o The Canny edge detection algorithm extracts pixels forming line segments. o These segments are grouped to detect straight-line structures.
  2. Building Hypothesis Generation & Verification: o The detected lines are analyzed to check if they form rectilinear buildings. o Verification is done using color segmentation in the HSV color space.
  3. Additional Processing: o Hough Transform is applied to detect structured line segments. o K-means clustering is used for HSV color segmentation to refine building detection. o A shadow mask is applied to enhance accuracy. This approach combines edge detection and clustering techniques to effectively extract rooftops of buildings, improving the accuracy of urban feature detection.