This HTML5 document contains 54 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n6https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-pthttp://pt.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:List_of_algorithms
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Ellen_Hildreth
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
dbp:knownFor
dbr:Marr–Hildreth_algorithm
dbo:knownFor
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Active_contour_model
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:TinEye
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Edge_detection
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Marr_(disambiguation)
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
dbo:wikiPageDisambiguates
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Marr–Hildreth_algorithm
rdf:type
dbo:Software
rdfs:label
Marr-Hildreth-Operator 馬爾-希德雷斯算法 Marr–Hildreth Marr–Hildreth algorithm
rdfs:comment
Der Marr-Hildreth-Operator oder Laplacian of Gaussian (LoG) ist eine spezielle Form eines diskreten Laplace-Filters und kommt zum Beispiel in der Bildverarbeitung bei der Detektion von Kanten zum Einsatz. Der Filterkernel wird durch die Anwendung des Laplace-Operators auf eine Gauß-Funktion erstellt.Da seine Form der eines mexikanischen Sombreros ähnelt, ist er auch als Mexican Hat oder Sombrerofilter bekannt.Der LoG ist ein isotropes Maß der zweiten Ableitung an ein Bild. Deswegen detektiert er Orte großer Veränderung. In einem Bild sind das gerade Kanten von Objekten, an denen sich die Intensität schnell ändert. Es handelt sich also um einen Filter, der zur Kantendetektion genutzt werden kann. In computer vision, the Marr–Hildreth algorithm is a method of detecting edges in digital images, that is, continuous curves where there are strong and rapid variations in image brightness. The Marr–Hildreth edge detection method is simple and operates by convolving the image with the Laplacian of the Gaussian function, or, as a fast approximation by difference of Gaussians. Then, zero crossings are detected in the filtered result to obtain the edges. The Laplacian-of-Gaussian image operator is sometimes also referred to as the Mexican hat wavelet due to its visual shape when turned upside-down. David Marr and Ellen C. Hildreth are two of the inventors. Em visão computacional, o filtro de Marr-Hildreth é um técnica de detecção de bordas baseado na segunda derivada da gaussiana: que pode ser adaptado facilmente para uma variável, sendo visto como a segunda derivada da gaussiana: Para determinar as bordas do sinal I(ρ), é realizada a convolução com o filtro de Marr-Hildreth unidimensionais e localizados os cruzamentos no eixo x (cruzamentos por zero), que correspondem as bordas do sinal.
dcterms:subject
dbc:Feature_detection_(computer_vision)
dbo:wikiPageID
965449
dbo:wikiPageRevisionID
1089623328
dbo:wikiPageWikiLink
dbr:Laplacian dbr:Zero_crossing dbr:Canny_edge_detector dbr:CVIPtools dbr:Blob_detection dbc:Feature_detection_(computer_vision) dbr:Digital_image dbr:Edge_detection dbr:Computer_vision dbr:Gaussian_function dbr:Mexican_hat_wavelet dbr:Ellen_Hildreth dbr:Difference_of_Gaussians dbr:David_Marr_(psychologist)
owl:sameAs
n6:aA9M dbpedia-pt:Marr–Hildreth wikidata:Q1578637 dbpedia-zh:馬爾-希德雷斯算法 freebase:m.03v001 dbpedia-de:Marr-Hildreth-Operator
dbp:wikiPageUsesTemplate
dbt:Reflist
dbo:abstract
Der Marr-Hildreth-Operator oder Laplacian of Gaussian (LoG) ist eine spezielle Form eines diskreten Laplace-Filters und kommt zum Beispiel in der Bildverarbeitung bei der Detektion von Kanten zum Einsatz. Der Filterkernel wird durch die Anwendung des Laplace-Operators auf eine Gauß-Funktion erstellt.Da seine Form der eines mexikanischen Sombreros ähnelt, ist er auch als Mexican Hat oder Sombrerofilter bekannt.Der LoG ist ein isotropes Maß der zweiten Ableitung an ein Bild. Deswegen detektiert er Orte großer Veränderung. In einem Bild sind das gerade Kanten von Objekten, an denen sich die Intensität schnell ändert. Es handelt sich also um einen Filter, der zur Kantendetektion genutzt werden kann. Die Bezeichnung Marr-Hildreth-Operator geht zurück auf David Marr und . In computer vision, the Marr–Hildreth algorithm is a method of detecting edges in digital images, that is, continuous curves where there are strong and rapid variations in image brightness. The Marr–Hildreth edge detection method is simple and operates by convolving the image with the Laplacian of the Gaussian function, or, as a fast approximation by difference of Gaussians. Then, zero crossings are detected in the filtered result to obtain the edges. The Laplacian-of-Gaussian image operator is sometimes also referred to as the Mexican hat wavelet due to its visual shape when turned upside-down. David Marr and Ellen C. Hildreth are two of the inventors. Em visão computacional, o filtro de Marr-Hildreth é um técnica de detecção de bordas baseado na segunda derivada da gaussiana: que pode ser adaptado facilmente para uma variável, sendo visto como a segunda derivada da gaussiana: Para determinar as bordas do sinal I(ρ), é realizada a convolução com o filtro de Marr-Hildreth unidimensionais e localizados os cruzamentos no eixo x (cruzamentos por zero), que correspondem as bordas do sinal.
gold:hypernym
dbr:Method
prov:wasDerivedFrom
wikipedia-en:Marr–Hildreth_algorithm?oldid=1089623328&ns=0
dbo:wikiPageLength
2229
foaf:isPrimaryTopicOf
wikipedia-en:Marr–Hildreth_algorithm
Subject Item
dbr:Perceptual_hashing
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Marr-Hildreth_algorithm
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
dbo:wikiPageRedirects
dbr:Marr–Hildreth_algorithm
Subject Item
dbr:Marr-Hildreth
dbo:wikiPageWikiLink
dbr:Marr–Hildreth_algorithm
dbo:wikiPageRedirects
dbr:Marr–Hildreth_algorithm
Subject Item
wikipedia-en:Marr–Hildreth_algorithm
foaf:primaryTopic
dbr:Marr–Hildreth_algorithm