An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The generalized Hough transform (GHT), introduced by Dana H. Ballard in 1981, is the modification of the Hough transform using the principle of template matching. The Hough transform was initially developed to detect analytically defined shapes (e.g., line, circle, ellipse etc.). In these cases, we have knowledge of the shape and aim to find out its location and orientation in the image. This modification enables the Hough transform to be used to detect an arbitrary object described with its model.

Property Value
dbo:abstract
  • تحويلة هف المعممة (GHT), المقترحة بواسطة دانا H. بالارد في عام 1981 ، هي تعديل لتحويلة هف باستخدام مبدأ مطابقة القالب. تحويلة هوف وضعت في البداية للكشف عن الأشكال المعرفة تحليلياً(على سبيل المثال, خط, دائرة, القطع الناقص .... الخ). في هذه الحالات لدينا معرفة مسبقة عن الشكل ونسعى إلى معرفة موقعه واتجاهه في الصورة. هذا التعديل يتيح استخدام تحويلة هوف للكشف عن الأشكال العشوائية الموصوفة مع نموذجها. (ar)
  • The generalized Hough transform (GHT), introduced by Dana H. Ballard in 1981, is the modification of the Hough transform using the principle of template matching. The Hough transform was initially developed to detect analytically defined shapes (e.g., line, circle, ellipse etc.). In these cases, we have knowledge of the shape and aim to find out its location and orientation in the image. This modification enables the Hough transform to be used to detect an arbitrary object described with its model. The problem of finding the object (described with a model) in an image can be solved by finding the model's position in the image. With the generalized Hough transform, the problem of finding the model's position is transformed to a problem of finding the transformation's parameter that maps the model into the image. Given the value of the transformation's parameter, the position of the model in the image can be determined. The original implementation of the GHT used edge information to define a mapping from orientation of an edge point to a reference point of the shape. In the case of a binary image where pixels can be either black or white, every black pixel of the image can be a black pixel of the desired pattern thus creating a locus of reference points in the Hough space. Every pixel of the image votes for its corresponding reference points. The maximum points of the Hough space indicate possible reference points of the pattern in the image. This maximum can be found by scanning the Hough space or by solving a relaxed set of equations, each of them corresponding to a black pixel. (en)
  • La transformada de Hough fue desarrollada originalmente para detectar formas geométricas básicas (rectas, circunferencias, elipses) en una imagen. En 1981 el profesor Dana Hary Ballard generaliza este concepto para detectar formas arbitrarias, referidas como curvas no analíticas. El problema general de macheo de patrones (template matching) consiste en encontrar la posición de una imagen patrón en una imagen mayor a explorar. La transformada generalizada de Hough (GHT por sus siglas en inglés) es una solución particular para este problema general, que opera de manera similar a la transformada de Hough, generando un espacio abstracto de parámetros de posición del patrón Identificado el punto en este espacio paramétrico, se obtiene la posición del patrón en la imagen. Dado un patrón binario (aquel cuyos píxeles sólo pueden ser blancos o negros), cada píxel de la imagen a explorar "vota" todos los parámetros de posición de los posibles patrones que contienen a ese píxel. El espacio paramétrico recibe y acumula los votos de todos los píxeles de la imagen explorada. Los máximos locales en este espacio corresponden a los parámetros de posición del patrón en la imagen explorada. * Datos: Q3537586 (es)
  • La transformée généralisée de Hough est une technique de reconnaissance de formes utilisée pour le traitement d'images numériques. Développée en 1972 par R. Duda et P. Hart, elle permet d'étendre le principe de la transformée de Hough pour des formes quelconques (i.e. sans représentation analytique simple). (fr)
  • Обобщённое Преобразование Хафа (Generalized Hough Transform) было предложено D.H. Ballard в 1981 году и представляет собой модификацию преобразования Хафа, использующую принципы сравнения шаблонов (template matching). Эта модификация позволяет использовать преобразование Хафа не только для определения объектов, описываемых аналитическими уравнениями (линии, окружности и т. д.), но и для обнаружения любого объекта описываемого его моделью. Задача нахождения объекта (описанного моделью) на изображении может быть решена путём нахождения позиции модели на изображении. Обобщённое Преобразование Хафа (ОПХ) преобразует задачу нахождения позиции модели в задачу нахождения параметров преобразования, которые отобразят модель на изображение. Зная значения параметров преобразования, можно определить положение модели на изображении. В оригинальной реализации метода ОПХ использовались границы изображения для определения соотношения между ориентацией крайней точки (edge point) и ориентира формы (reference point of the shape). В случае бинарного изображения, когда пиксели могут принимать только черный или белый цвет, каждый черный пиксель изображения может быть черным пикселем желаемого шаблона, таким образом создавая геометрическое место точек (locus) ориентира в пространстве Хафа (Hough space). Каждый пиксель изображения голосует за соответствующие ему ориентиры изображения. Максимальное количество голосов в пространстве Хафа обозначает возможный ориентир шаблона в изображении. Это максимальное число можно найти с помощью сканирования пространства Хафа или решения математических уравнений, каждое из которых соответствует единичному черному пикселю. (ru)
  • 霍夫变换最初被设计成用来检测能够精确地解析定义的形状(例如直线,圆,椭圆等)。在这些情况下,我们可以通过对于形状信息的充分了解来找出它们在图像中的位置和方向。 而广义霍夫变换(Generalized Hough Transform, GHT)则由Dana H.Ballard在1981年提出,它在霍夫变换的基础上根据模板匹配的原理进行了调整。 广义霍夫变换不要求能够给出需要检测的形状的解析式,它可以检测任意给定的形状。 (zh)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 11023142 (xsd:integer)
dbo:wikiPageLength
  • 16778 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1120323516 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • تحويلة هف المعممة (GHT), المقترحة بواسطة دانا H. بالارد في عام 1981 ، هي تعديل لتحويلة هف باستخدام مبدأ مطابقة القالب. تحويلة هوف وضعت في البداية للكشف عن الأشكال المعرفة تحليلياً(على سبيل المثال, خط, دائرة, القطع الناقص .... الخ). في هذه الحالات لدينا معرفة مسبقة عن الشكل ونسعى إلى معرفة موقعه واتجاهه في الصورة. هذا التعديل يتيح استخدام تحويلة هوف للكشف عن الأشكال العشوائية الموصوفة مع نموذجها. (ar)
  • La transformée généralisée de Hough est une technique de reconnaissance de formes utilisée pour le traitement d'images numériques. Développée en 1972 par R. Duda et P. Hart, elle permet d'étendre le principe de la transformée de Hough pour des formes quelconques (i.e. sans représentation analytique simple). (fr)
  • 霍夫变换最初被设计成用来检测能够精确地解析定义的形状(例如直线,圆,椭圆等)。在这些情况下,我们可以通过对于形状信息的充分了解来找出它们在图像中的位置和方向。 而广义霍夫变换(Generalized Hough Transform, GHT)则由Dana H.Ballard在1981年提出,它在霍夫变换的基础上根据模板匹配的原理进行了调整。 广义霍夫变换不要求能够给出需要检测的形状的解析式,它可以检测任意给定的形状。 (zh)
  • La transformada de Hough fue desarrollada originalmente para detectar formas geométricas básicas (rectas, circunferencias, elipses) en una imagen. En 1981 el profesor Dana Hary Ballard generaliza este concepto para detectar formas arbitrarias, referidas como curvas no analíticas. * Datos: Q3537586 (es)
  • The generalized Hough transform (GHT), introduced by Dana H. Ballard in 1981, is the modification of the Hough transform using the principle of template matching. The Hough transform was initially developed to detect analytically defined shapes (e.g., line, circle, ellipse etc.). In these cases, we have knowledge of the shape and aim to find out its location and orientation in the image. This modification enables the Hough transform to be used to detect an arbitrary object described with its model. (en)
  • Обобщённое Преобразование Хафа (Generalized Hough Transform) было предложено D.H. Ballard в 1981 году и представляет собой модификацию преобразования Хафа, использующую принципы сравнения шаблонов (template matching). Эта модификация позволяет использовать преобразование Хафа не только для определения объектов, описываемых аналитическими уравнениями (линии, окружности и т. д.), но и для обнаружения любого объекта описываемого его моделью. (ru)
rdfs:label
  • تحويلة هف المعممة (ar)
  • Transformación generalizada de Hough (es)
  • Generalised Hough transform (en)
  • Transformée généralisée de Hough (fr)
  • Обобщённое преобразование Хафа (ru)
  • 广义霍夫变换 (zh)
  • Узагальнене перетворення Гафа (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License