<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-09-18T17:51:20Z</responseDate><request verb="GetRecord" identifier="oai:publikationen.uni-tuebingen.de:10900/181044" metadataPrefix="mets">https://publikationen.uni-tuebingen.de/oai/request</request><GetRecord><record><header><identifier>oai:publikationen.uni-tuebingen.de:10900/181044</identifier><datestamp>2026-06-23T01:02:30Z</datestamp><setSpec>com_10900_42126</setSpec><setSpec>col_10900_42133</setSpec></header><metadata><mets xmlns="http://www.loc.gov/METS/" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd" PROFILE="DSpace METS SIP Profile 1.0" TYPE="DSpace ITEM" ID="&#xa;&#x9;&#x9;&#x9;&#x9;DSpace_ITEM_10900-181044" OBJID="&#xa;&#x9;&#x9;&#x9;&#x9;hdl:10900/181044">
<metsHdr CREATEDATE="2026-09-18T19:51:20Z">
<agent TYPE="ORGANIZATION" ROLE="CUSTODIAN">
<name>Publikationssystem UB Tuebingen</name>
</agent>
</metsHdr>
<dmdSec ID="DMD_10900_181044">
<mdWrap MDTYPE="MODS">
<xmlData xmlns:mods="http://www.loc.gov/mods/v3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:mods xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:name>
<mods:role>
<mods:roleTerm type="text">advisor</mods:roleTerm>
</mods:role>
<mods:namePart>Schilling, Andreas (Prof. Dr.)</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">author</mods:roleTerm>
</mods:role>
<mods:namePart>Wassermann, Benjamin</mods:namePart>
</mods:name>
<mods:extension>
<mods:dateAccessioned encoding="iso8601">2026-06-22T11:28:22Z</mods:dateAccessioned>
</mods:extension>
<mods:extension>
<mods:dateAvailable encoding="iso8601"/>
</mods:extension>
<mods:originInfo>
<mods:dateIssued encoding="iso8601">2026-06-22</mods:dateIssued>
</mods:originInfo>
<mods:identifier type="uri">http://hdl.handle.net/10900/181044</mods:identifier>
<mods:abstract>Die Erkennung von Kanten und die Extraktion von Liniensegmenten sind grundlegende&#xd;
Werkzeuge der Computer Vision, die Anwendungen wie Objekterkennung,&#xd;
Szenensegmentierung und 3D-Rekonstruktion ermöglichen. In dieser Arbeit werden&#xd;
Methoden zur Strukturierung von Kantenrohdaten in sinnvolle Cluster für&#xd;
die Extraktion von Liniensegmenten untersucht. Der Schwerpunkt liegt auf der&#xd;
Erkennung aussagekräftiger Kantenregionen, der Extraktion zusammenhängender&#xd;
Kantenpunkte, der Verarbeitung von Liniensegmenten sowie auf Optimierungsund&#xd;
Validierungsmethoden zur Verbesserung der Genauigkeit und Robustheit von&#xd;
Liniensegmenten.&#xd;
Nach einer Einführung in die Grundlagen der Kantenverarbeitung werden verschiedene&#xd;
Edge-Response-Techniken beschrieben und hinsichtlich ihrer Fähigkeit,&#xd;
Details zu erhalten und gleichzeitig das Rauschen zu minimieren, analysiert und&#xd;
verglichen. Zusätzlich werden Operationen wie Non-Maxima-Supression und Zero-&#xd;
Crossing auf ihre Rolle bei der Verbesserung der Kantenlokalisierung und der&#xd;
Zuverlässigkeit der Kantensegmentextraktion untersucht. Um das Rauschen und&#xd;
die Fragmentierung bei der Erkennung von Kantensegmenten zu reduzieren und&#xd;
die Genauigkeit zu verbessern, werden robuste Methoden für das Wachsen von&#xd;
Kantenregionen und die Verbindung von Kantenpunkten eingeführt, einschließlich&#xd;
Validierungsmethoden.&#xd;
Neben der Kantenerkennung bieten strukturierte Liniensegmente eine höhere Ebene&#xd;
der geometrischen Datendarstellung. Dies ist besonders nützlich für die 3D-Rekonstruktion&#xd;
und Navigation in Innenräumen, wo die strukturelle Regelmäßigkeit&#xd;
hoch ist, die Texturinformationen jedoch begrenzt sind. Techniken zur Erkennung&#xd;
von Liniensegmenten, einschließlich Methoden zur Linienausrichtung, werden hinsichtlich&#xd;
ihrer Rolle bei der Darstellung präziser geometrischer Strukturen und bei&#xd;
der Unterstützung visueller Analysen auf höherer Ebene, wie z. B. der Extraktion&#xd;
von Linienmerkmalen und der daraus resultierenden Fähigkeit, gleiche Segmente&#xd;
wiederzufinden, bewertet. Die Effizienz der Berechnung wird ebenfalls bewertet,&#xd;
mit einer vergleichenden Analyse der Laufzeitleistung und Optimierungsstrategien,&#xd;
um ein Gleichgewicht zwischen Genauigkeit und Verarbeitungsgeschwindigkeit zu&#xd;
erreichen.&#xd;
Diese Arbeit bietet außerdem eine Einführung in das Open-Source-Framework, das&#xd;
aus den Implementierungen der verschiedenen in dieser Arbeit beschriebenen Methoden&#xd;
entstanden ist. Zusätzlich zu den Methoden stellt es eine Analyseanwendung zur&#xd;
Verfügung, mit der die Methoden direkt angewendet und visualisiert werden können,&#xd;
sowie Werkzeuge zur Durchführung von Evaluierungen der Methoden. Damit stellt&#xd;
es einen wichtigen Meilenstein für zukünftige Forschungsarbeiten im Bereich der&#xd;
kanten- und liniensegmentbasierten Bildanalyse dar.</mods:abstract>
<mods:abstract>Edge detection and line segment extraction are fundamental tools in computer&#xd;
vision, enabling applications such as object recognition, scene segmentation, and 3D&#xd;
reconstruction. This thesis investigates methods for structuring raw edge data into&#xd;
meaningful clusters for line segment extraction. The focus lies on the detection of&#xd;
meaningful edge regions, the extraction of connected edge points, the processing&#xd;
of line segments, as well as optimization and validation methods to improve the&#xd;
accuracy and robustness of line segments.&#xd;
After introducing important fundamentals of edge processing, various edge response&#xd;
techniques are described, analyzed, and compared based on their ability to preserve&#xd;
detail while minimizing noise. In addition, operations such as non-maximum suppression&#xd;
and zero-crossing are examined for their role in improving edge localization&#xd;
and the reliability of edge segment extraction. To reduce noise and fragmentation&#xd;
in edge segment detection and improve accuracy, robust methods for edge region&#xd;
growing and edge point connection are introduced, including validation methods.&#xd;
Beyond edge detection, structured line segments provide a higher level of geometric&#xd;
data representation. This is particularly useful for 3D reconstruction and indoor&#xd;
navigation, where structural regularity is strong but texture information is limited.&#xd;
Line segment detection techniques, including line fitting methods, are evaluated&#xd;
for their role in representing precise geometric structure and supporting higherlevel&#xd;
visual analysis, such as line feature extraction and matching. Computational&#xd;
efficiency will also be evaluated, with a comparative analysis of runtime performance&#xd;
and optimization strategies to balance accuracy and processing speed.&#xd;
This thesis also provides an introduction to the open source framework that has&#xd;
evolved from the implementations of the various methods described in this thesis. In&#xd;
addition to the methods, it provides an analyzer application to directly apply and&#xd;
visualize the methods, as well as tools to perform evaluations on the methods. It lays&#xd;
an important milestone for future research in edge and line segment-based image&#xd;
analysis tasks.</mods:abstract>
<mods:language>
<mods:languageTerm authority="rfc3066">en</mods:languageTerm>
</mods:language>
<mods:accessCondition type="useAndReproduction">ubt-podno</mods:accessCondition>
<mods:titleInfo>
<mods:title>Fast Line Segment Extraction for Line Features and 3D Reconstruction</mods:title>
</mods:titleInfo>
<mods:genre>PhDThesis</mods:genre>
</mods:mods>
</xmlData>
</mdWrap>
</dmdSec>
<amdSec ID="FO_10900_181044_3">
<techMD ID="TECH_O_10900_181044_3">
<mdWrap MDTYPE="PREMIS">
<xmlData xmlns:premis="http://www.loc.gov/standards/premis" xsi:schemaLocation="http://www.loc.gov/standards/premis http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd">
<premis:premis>
<premis:object>
<premis:objectIdentifier>
<premis:objectIdentifierType>URL</premis:objectIdentifierType>
<premis:objectIdentifierValue>https://publikationen.uni-tuebingen.de/xmlui/bitstream/10900/181044/3/Thesis.pdf</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCategory>File</premis:objectCategory>
<premis:objectCharacteristics>
<premis:fixity>
<premis:messageDigestAlgorithm>MD5</premis:messageDigestAlgorithm>
<premis:messageDigest>617b9099e4abd7bd4b36a97d3b1f3df1</premis:messageDigest>
</premis:fixity>
<premis:size>24925492</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>application/pdf</premis:formatName>
</premis:formatDesignation>
</premis:format>
</premis:objectCharacteristics>
<premis:originalName>Thesis.pdf</premis:originalName>
</premis:object>
</premis:premis>
</xmlData>
</mdWrap>
</techMD>
</amdSec>
<amdSec ID="FT_10900_181044_5">
<techMD ID="TECH_T_10900_181044_5">
<mdWrap MDTYPE="PREMIS">
<xmlData xmlns:premis="http://www.loc.gov/standards/premis" xsi:schemaLocation="http://www.loc.gov/standards/premis http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd">
<premis:premis>
<premis:object>
<premis:objectIdentifier>
<premis:objectIdentifierType>URL</premis:objectIdentifierType>
<premis:objectIdentifierValue>https://publikationen.uni-tuebingen.de/xmlui/bitstream/10900/181044/5/Thesis.pdf.txt</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCategory>File</premis:objectCategory>
<premis:objectCharacteristics>
<premis:fixity>
<premis:messageDigestAlgorithm>MD5</premis:messageDigestAlgorithm>
<premis:messageDigest>89002f389311add64e0444968c56d9f6</premis:messageDigest>
</premis:fixity>
<premis:size>488876</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>text/plain</premis:formatName>
</premis:formatDesignation>
</premis:format>
</premis:objectCharacteristics>
<premis:originalName>Thesis.pdf.txt</premis:originalName>
</premis:object>
</premis:premis>
</xmlData>
</mdWrap>
</techMD>
</amdSec>
<fileSec>
<fileGrp USE="ORIGINAL">
<file ID="BITSTREAM_ORIGINAL_10900_181044_3" MIMETYPE="application/pdf" SEQ="3" SIZE="24925492" CHECKSUM="617b9099e4abd7bd4b36a97d3b1f3df1" CHECKSUMTYPE="MD5" ADMID="FO_10900_181044_3" GROUPID="GROUP_BITSTREAM_10900_181044_3">
<FLocat xlink:type="simple" LOCTYPE="URL" xlink:href="https://publikationen.uni-tuebingen.de/xmlui/bitstream/10900/181044/3/Thesis.pdf"/>
</file>
</fileGrp>
<fileGrp USE="TEXT">
<file ID="BITSTREAM_TEXT_10900_181044_5" MIMETYPE="text/plain" SEQ="5" SIZE="488876" CHECKSUM="89002f389311add64e0444968c56d9f6" CHECKSUMTYPE="MD5" ADMID="FT_10900_181044_5" GROUPID="GROUP_BITSTREAM_10900_181044_5">
<FLocat xlink:type="simple" LOCTYPE="URL" xlink:href="https://publikationen.uni-tuebingen.de/xmlui/bitstream/10900/181044/5/Thesis.pdf.txt"/>
</file>
</fileGrp>
</fileSec>
<structMap TYPE="LOGICAL" LABEL="DSpace Object">
<div TYPE="DSpace Object Contents" ADMID="DMD_10900_181044">
<div TYPE="DSpace BITSTREAM">
<fptr FILEID="BITSTREAM_ORIGINAL_10900_181044_3"/>
</div>
</div>
</structMap>
</mets></metadata></record></GetRecord></OAI-PMH>