Name
cooc_feature_matrixcooc_feature_matrixCoocFeatureMatrixcooc_feature_matrixCoocFeatureMatrixCoocFeatureMatrix — Berechnung von Grauwertmerkmalen aus einer Co-Occurrence-Matrix.
Die Prozedur berechnet aus einer Co-Occurence-Matrix
(CoocMatrixCoocMatrixCoocMatrixCoocMatrixCoocMatrixcoocMatrix) die Energie (EnergyEnergyEnergyEnergyEnergyenergy), Korrelation
(CorrelationCorrelationCorrelationCorrelationCorrelationcorrelation), lokale Homogenität
(HomogeneityHomogeneityHomogeneityHomogeneityHomogeneityhomogeneity) und den Kontrast (ContrastContrastContrastContrastContrastcontrast).
cooc_feature_matrixcooc_feature_matrixCoocFeatureMatrixcooc_feature_matrixCoocFeatureMatrixCoocFeatureMatrix berechnet aus dem Teil der mit
gen_cooc_matrixgen_cooc_matrixGenCoocMatrixgen_cooc_matrixGenCoocMatrixGenCoocMatrix generierten Eingabe-Matrix, der der mit
dem dortigen Parametern LdGray und Direction angegebenen
Richtungsmatrix entspricht, die Grauwertmerkmale nach folgenden
Formeln:
Energie:
Korrelation:
lokale Homogenität:
Kontrast:
Die Region des Eingabebildes wird nicht beachtet.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Automatisch parallelisiert auf Tupelebene.
Homogenität der Grauwerte.
Korrelation der Grauwerte.
Lokale Homogenität der Grauwerte.
cooc_feature_matrixcooc_feature_matrixCoocFeatureMatrixcooc_feature_matrixCoocFeatureMatrixCoocFeatureMatrix liefert den Wert 2 (H_MSG_TRUE), falls ein Bild mit
definierten Grauwerten eingegeben wird und die Parameter korrekt
sind. Das Verhalten bei leerer Eingabe (keine Eingabebilder) wird
mit set_system(::'no_object_result',<Result>:)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>)
festgelegt. Gegebenenfalls wird eine Fehlerbehandlung
durchgeführt.
gen_cooc_matrixgen_cooc_matrixGenCoocMatrixgen_cooc_matrixGenCoocMatrixGenCoocMatrix
cooc_feature_imagecooc_feature_imageCoocFeatureImagecooc_feature_imageCoocFeatureImageCoocFeatureImage
intensityintensityIntensityintensityIntensityIntensity,
min_max_graymin_max_grayMinMaxGraymin_max_grayMinMaxGrayMinMaxGray,
entropy_grayentropy_grayEntropyGrayentropy_grayEntropyGrayEntropyGray,
select_grayselect_graySelectGrayselect_graySelectGraySelectGray
Foundation