Robust Line and Curve Detection using Hough Transform leaf node


URI

https://openalex.org/T12549

Label

Robust Line and Curve Detection using Hough Transform

Description

This cluster of papers focuses on robust line and curve detection using the Hough Transform, including techniques for line detection, circle and ellipse fitting, randomized algorithms, computer vision applications, edge detection, geometric fitting, and statistical optimization.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T12549> a skos:Concept ;
    rdfs:label "Robust Line and Curve Detection using Hough Transform"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Hough_transform>,
        <https://openalex.org/T12549> ;
    skos:broader oasubfields:1707 ;
    skos:definition "This cluster of papers focuses on robust line and curve detection using the Hough Transform, including techniques for line detection, circle and ellipse fitting, randomized algorithms, computer vision applications, edge detection, geometric fitting, and statistical optimization."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Robust Line and Curve Detection using Hough Transform"@en ;
    openalex:cited_by_count 280221 ;
    openalex:works_count 21833 .