About: Balanced histogram thresholding     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FBalanced_histogram_thresholding

In image processing, the balanced histogram thresholding method (BHT), is a very simple method used for automatic image thresholding. Like Otsu's Method and the Iterative Selection Thresholding Method, this is a histogram based thresholding method. This approach assumes that the image is divided in two main classes: The background and the foreground. The BHT method tries to find the optimum threshold level that divides the histogram in two classes. Given its simplicity, this method is a good choice as a first approach when presenting the subject of automatic image thresholding.

AttributesValues
rdf:type
rdfs:label
  • طريقة العتبة المتوازنة (ar)
  • Balanced histogram thresholding (en)
  • Pengambangan histogram seimbang (in)
  • Limiarização por equilíbrio do histograma (pt)
  • Алгоритм сбалансированного порогового отсечения гистограммы (ru)
rdfs:comment
  • في معالجة الصور، طريقة العتبة المتوازنة (BHT), هي طريقة تستخدم في تجزئة الصورة بأسلوب مستوى العتبة والتي تعتمد هذه الطريقة افتراض بأن الصورة يمكن تقسيمها إلى : خلفية والمحتوى. تتميز هذة الطريقة بأنها تزن المدراج، أو مايعرف باسم الهيستوغرام ولذلك لفحص أي الاتجاهين أثقل وتقوم بتقليل وزن الطرف الأثقل إلى أن يصبح أخف. انها تقوم بتكرار هذة العملية حتى تصبح اوزان حواف متوافقة.ببساطة. هذة الطريقة تستتخدم بشكل أساسي كعملية اولية في مايعرف بعملية التقسيم الالية automatic image thresholding (ar)
  • In image processing, the balanced histogram thresholding method (BHT), is a very simple method used for automatic image thresholding. Like Otsu's Method and the Iterative Selection Thresholding Method, this is a histogram based thresholding method. This approach assumes that the image is divided in two main classes: The background and the foreground. The BHT method tries to find the optimum threshold level that divides the histogram in two classes. Given its simplicity, this method is a good choice as a first approach when presenting the subject of automatic image thresholding. (en)
  • Dalam pengolahan citra digital, metode pengambangan histogram seimbang (bahasa Inggris: balanced histogram thresholding, disingkat BHT) adalah metode sederhana untuk melakukan pengambangan citra otomatis. Seperti metode Otsu dan metode pengambangan pilihan iteratif, metode ini termasuk metode pengambangan berbasis histogram. Pendekatan ini membagi citra menjadi dua bagian: latar belakang dan latar depan. Metode BHT mencari nilai ambang optimal yang membagi histogram menjadi dua. (in)
  • Em processamento de imagem, o método de limiarização por equilíbrio do histograma , é um método muito simples utilizado para fazer a de uma imagem ou, por outras palavras, transformar uma imagem definida a níveis de cinza numa imagem definida a preto e branco (binária). Na mesma linha de métodos como o método de Otsu e método de Seleção Iterativa , este é um método baseado no processamento do histograma da imagem. O algoritmo assume que a imagem se divide em duas classes: o fundo e o objeto propriamente dito. O método procura encontrar o nível de limiarização óptimo que divide o histograma em duas classes. (pt)
  • При обработке изображений, алгоритм сбалансированного порогового отсечения гистограммы, используется для бинаризации полутонового изображения. В этом алгоритме предполагается, что изображение содержит пиксели двух классов, принадлежащие фону и переднему плану. Как и метод Оцу и метод итеративного выбора порога, он основан на итеративном нахождении порогового значения, которое разделяет пиксели на данные классы. В этом методе взвешиваются две равные доли гистограммы. Если одна часть перевешивает, то из более тяжелой части удаляется наиболее крайний столбик. Итеративная процедура заканчивается, когда в гистограмме остается только один столбик и соответствующее ему значение интенсивности выбирается в качестве порогового значения. (ru)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/BhaProgress3.gif
  • http://commons.wikimedia.org/wiki/Special:FilePath/Lovely_spider.jpeg
  • http://commons.wikimedia.org/wiki/Special:FilePath/Lovely_spider_BHT.jpeg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • في معالجة الصور، طريقة العتبة المتوازنة (BHT), هي طريقة تستخدم في تجزئة الصورة بأسلوب مستوى العتبة والتي تعتمد هذه الطريقة افتراض بأن الصورة يمكن تقسيمها إلى : خلفية والمحتوى. تتميز هذة الطريقة بأنها تزن المدراج، أو مايعرف باسم الهيستوغرام ولذلك لفحص أي الاتجاهين أثقل وتقوم بتقليل وزن الطرف الأثقل إلى أن يصبح أخف. انها تقوم بتكرار هذة العملية حتى تصبح اوزان حواف متوافقة.ببساطة. هذة الطريقة تستتخدم بشكل أساسي كعملية اولية في مايعرف بعملية التقسيم الالية automatic image thresholding (ar)
  • In image processing, the balanced histogram thresholding method (BHT), is a very simple method used for automatic image thresholding. Like Otsu's Method and the Iterative Selection Thresholding Method, this is a histogram based thresholding method. This approach assumes that the image is divided in two main classes: The background and the foreground. The BHT method tries to find the optimum threshold level that divides the histogram in two classes. This method weighs the histogram, checks which of the two sides is heavier, and removes weight from the heavier side until it becomes the lighter. It repeats the same operation until the edges of the weighing scale meet. Given its simplicity, this method is a good choice as a first approach when presenting the subject of automatic image thresholding. (en)
  • Dalam pengolahan citra digital, metode pengambangan histogram seimbang (bahasa Inggris: balanced histogram thresholding, disingkat BHT) adalah metode sederhana untuk melakukan pengambangan citra otomatis. Seperti metode Otsu dan metode pengambangan pilihan iteratif, metode ini termasuk metode pengambangan berbasis histogram. Pendekatan ini membagi citra menjadi dua bagian: latar belakang dan latar depan. Metode BHT mencari nilai ambang optimal yang membagi histogram menjadi dua. Metode ini "menimbang" histogram pada titik tumpu tertentu (biasanya di tengah), mencari sisi yang lebih berat, dan mengambil bobot dari sisi yang lebih berat hingga lebih ringan. Langkah tersebut diulangi sampai ujung timbangan bertemu. Bobot sisi yang dimaksud adalah jumlah nilai histogram pada sisi tersebut. Karena kemudahannya, metode ini cocok dipakai untuk pendekatan pertama ketika menerangkan tentang pengambangan citra otomatis. (in)
  • При обработке изображений, алгоритм сбалансированного порогового отсечения гистограммы, используется для бинаризации полутонового изображения. В этом алгоритме предполагается, что изображение содержит пиксели двух классов, принадлежащие фону и переднему плану. Как и метод Оцу и метод итеративного выбора порога, он основан на итеративном нахождении порогового значения, которое разделяет пиксели на данные классы. В этом методе взвешиваются две равные доли гистограммы. Если одна часть перевешивает, то из более тяжелой части удаляется наиболее крайний столбик. Итеративная процедура заканчивается, когда в гистограмме остается только один столбик и соответствующее ему значение интенсивности выбирается в качестве порогового значения. Учитывая простоту алгоритма, его можно рекомендовать в качестве первого подхода при изучении алгоритмов бинаризации полутоновых изображений. (ru)
  • Em processamento de imagem, o método de limiarização por equilíbrio do histograma , é um método muito simples utilizado para fazer a de uma imagem ou, por outras palavras, transformar uma imagem definida a níveis de cinza numa imagem definida a preto e branco (binária). Na mesma linha de métodos como o método de Otsu e método de Seleção Iterativa , este é um método baseado no processamento do histograma da imagem. O algoritmo assume que a imagem se divide em duas classes: o fundo e o objeto propriamente dito. O método procura encontrar o nível de limiarização óptimo que divide o histograma em duas classes. Este método pesa o histograma, verifica qual dos dois lados é o mais pesado, e remove peso do lado mais pesado até que este se torne o mais leve. Repete a mesma o operação até que os dois extremos da balança se encontrem.Dada a sua simplicidade, este método é uma boa escolha como primeira abordagem ao se discutir a limiarização automática de imagens. (pt)
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 54 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software