Name
fuzzy_entropyfuzzy_entropyFuzzyEntropyfuzzy_entropyFuzzyEntropyFuzzyEntropy — Fuzzy-Entropie von Regionen.
Herror fuzzy_entropy(Hobject Regions, Hobject Image, const HTuple& Apar, const HTuple& Cpar, double* Entropy)
Herror fuzzy_entropy(Hobject Regions, Hobject Image, const HTuple& Apar, const HTuple& Cpar, HTuple* Entropy)
double HRegion::FuzzyEntropy(const HImage& Image, const HTuple& Apar, const HTuple& Cpar) const
HTuple HRegionArray::FuzzyEntropy(const HImage& Image, const HTuple& Apar, const HTuple& Cpar) const
fuzzy_entropyfuzzy_entropyFuzzyEntropyfuzzy_entropyFuzzyEntropyFuzzyEntropy berechnet die Entropy einer Fuzzy Menge.
Hierbei wird das Bild als eine Fuzzy Menge betrachtet. Die Entropy
bewertet, wie gut das Bild ein schwarzes bzw. weißes Bild
annähert. Sie wird durch folgende Gleichung definiert:
wobei MxN die Dimension des Bildes und h(l) das
Histogramm des Bildes ist. Außerdem
Hier ist u(x(m,n)) eine Zugehörigkeitsfunktion (siehe
fuzzy_perimeterfuzzy_perimeterFuzzyPerimeterfuzzy_perimeterFuzzyPerimeterFuzzyPerimeter), die die Fuzzy-Menge definiert. Dabei
gelten für die Parameter die gleiche Bedingungen wie in
fuzzy_perimeterfuzzy_perimeterFuzzyPerimeterfuzzy_perimeterFuzzyPerimeterFuzzyPerimeter.
fuzzy_entropyfuzzy_entropyFuzzyEntropyfuzzy_entropyFuzzyEntropyFuzzyEntropy erwartet, dass die Region RegionsRegionsRegionsRegionsRegionsregions
vollständig innerhalb der angegebenen Domäne liegt. Andernfalls wird
eine Fehlerbehandlung durchgeführt.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Automatisch parallelisiert auf Tupelebene.
Regionen in den das Merkmal bestimmt werden soll.
Bild für die Grauwerte (Fuzzy-Zugehörigkeitswerte).
Anfang der Fuzzyfunktion
Defaultwert: 0
Wertevorschläge: 0, 5, 10, 20, 50, 100
Typischer Wertebereich: 0
≤
Apar
Apar
Apar
Apar
Apar
apar
≤
255 (lin)
Minimale Schrittweite: 1
Empfohlene Schrittweite: 5
Ende der Fuzzyfunktion.
Defaultwert: 255
Wertevorschläge: 50, 100, 150, 200, 220, 255
Typischer Wertebereich: 0
≤
Cpar
Cpar
Cpar
Cpar
Cpar
cpar
≤
255 (lin)
Minimale Schrittweite: 1
Empfohlene Schrittweite: 5
Restriktion: Apar <= Cpar
Fuzzy Entropy einer Region.
* To find a Fuzzy Entropy from an Image
read_image(Image,'monkey')
fuzzy_entropy(Trans,Trans,0,255,Entro)
/* To find a Fuzzy Entropy from an Image */
read_image(&Image,'monkey') ;
fuzzy_entropy(Trans,Trans,0,255,&Entro) ;
* To find a Fuzzy Entropy from an Image
read_image(Image,'monkey')
fuzzy_entropy(Trans,Trans,0,255,Entro)
* To find a Fuzzy Entropy from an Image
read_image(Image,'monkey')
fuzzy_entropy(Trans,Trans,0,255,Entro)
* To find a Fuzzy Entropy from an Image
read_image(Image,'monkey')
fuzzy_entropy(Trans,Trans,0,255,Entro)
* To find a Fuzzy Entropy from an Image
read_image(Image,'monkey')
fuzzy_entropy(Trans,Trans,0,255,Entro)
fuzzy_entropyfuzzy_entropyFuzzyEntropyfuzzy_entropyFuzzyEntropyFuzzyEntropy liefert den Wert 2 (H_MSG_TRUE), falls die Parameter
korrekt sind. Gegebenenfalls wird eine Fehlerbehandlung
durchgeführt.
fuzzy_perimeterfuzzy_perimeterFuzzyPerimeterfuzzy_perimeterFuzzyPerimeterFuzzyPerimeter
M.K. Kundu, S.K. Pal: „Automatic selection of object enhancement
operator with quantitative justification based on fuzzy set theoretic
measures“; Pattern Recognition Letters 11; 1990; pp. 811-829.
Foundation