Name
moments_gray_planemoments_gray_planeMomentsGrayPlanemoments_gray_planeMomentsGrayPlaneMomentsGrayPlane — Berechnung der Grauwertmomente und der Approximation durch eine Ebene.
Herror moments_gray_plane(const Hobject Regions, const Hobject Image, double* MRow, double* MCol, double* Alpha, double* Beta, double* Mean)
Herror T_moments_gray_plane(const Hobject Regions, const Hobject Image, Htuple* MRow, Htuple* MCol, Htuple* Alpha, Htuple* Beta, Htuple* Mean)
Herror moments_gray_plane(Hobject Regions, Hobject Image, double* MRow, double* MCol, double* Alpha, double* Beta, double* Mean)
Herror moments_gray_plane(Hobject Regions, Hobject Image, HTuple* MRow, HTuple* MCol, HTuple* Alpha, HTuple* Beta, HTuple* Mean)
double HRegion::MomentsGrayPlane(const HImage& Image, double* MCol, double* Alpha, double* Beta, double* Mean) const
HTuple HRegionArray::MomentsGrayPlane(const HImage& Image, HTuple* MCol, HTuple* Alpha, HTuple* Beta, HTuple* Mean) const
void MomentsGrayPlane(const HObject& Regions, const HObject& Image, HTuple* MRow, HTuple* MCol, HTuple* Alpha, HTuple* Beta, HTuple* Mean)
void HImage::MomentsGrayPlane(const HRegion& Regions, HTuple* MRow, HTuple* MCol, HTuple* Alpha, HTuple* Beta, HTuple* Mean) const
void HImage::MomentsGrayPlane(const HRegion& Regions, double* MRow, double* MCol, double* Alpha, double* Beta, double* Mean) const
void HRegion::MomentsGrayPlane(const HImage& Image, HTuple* MRow, HTuple* MCol, HTuple* Alpha, HTuple* Beta, HTuple* Mean) const
void HRegion::MomentsGrayPlane(const HImage& Image, double* MRow, double* MCol, double* Alpha, double* Beta, double* Mean) const
void HOperatorSetX.MomentsGrayPlane(
[in] IHUntypedObjectX* Regions, [in] IHUntypedObjectX* Image, [out] VARIANT* MRow, [out] VARIANT* MCol, [out] VARIANT* Alpha, [out] VARIANT* Beta, [out] VARIANT* Mean)
VARIANT HImageX.MomentsGrayPlane(
[in] IHRegionX* Regions, [out] VARIANT* MCol, [out] VARIANT* Alpha, [out] VARIANT* Beta, [out] VARIANT* Mean)
VARIANT HRegionX.MomentsGrayPlane(
[in] IHImageX* Image, [out] VARIANT* MCol, [out] VARIANT* Alpha, [out] VARIANT* Beta, [out] VARIANT* Mean)
static void HOperatorSet.MomentsGrayPlane(HObject regions, HObject image, out HTuple MRow, out HTuple MCol, out HTuple alpha, out HTuple beta, out HTuple mean)
void HImage.MomentsGrayPlane(HRegion regions, out HTuple MRow, out HTuple MCol, out HTuple alpha, out HTuple beta, out HTuple mean)
void HImage.MomentsGrayPlane(HRegion regions, out double MRow, out double MCol, out double alpha, out double beta, out double mean)
void HRegion.MomentsGrayPlane(HImage image, out HTuple MRow, out HTuple MCol, out HTuple alpha, out HTuple beta, out HTuple mean)
void HRegion.MomentsGrayPlane(HImage image, out double MRow, out double MCol, out double alpha, out double beta, out double mean)
moments_gray_planemoments_gray_planeMomentsGrayPlanemoments_gray_planeMomentsGrayPlaneMomentsGrayPlane berechnet die Grauwertmomente und die
Approximation der Grauwerte durch eine Ebene. Die Berechnung
erfolgt nach folgender Formel:
Die Parameter AlphaAlphaAlphaAlphaAlphaalpha, BetaBetaBetaBetaBetabeta und MeanMeanMeanMeanMeanmean
beschreiben dabei eine Ebene über der Region:
AlphaAlphaAlphaAlphaAlphaalpha gibt also die Steigung in Richtung der Zeilenachse
(nach „unten“), BetaBetaBetaBetaBetabeta die Steigung in Richtung der
Spaltenachse (nach „rechts“) an.
Der Operator moments_gray_planemoments_gray_planeMomentsGrayPlanemoments_gray_planeMomentsGrayPlaneMomentsGrayPlane berücksichtigt nur die mittels
RegionsRegionsRegionsRegionsRegionsregions übergebenen Regionen und ignoriert jede Domäne, die zuvor
für das Eingabebild ImageImageImageImageImageimage festgelegt wurde.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Automatisch parallelisiert auf Tupelebene.
Zu untersuchende Regionen.
Gemischte Momente der Zeile.
Gemischte Momente der Spalte.
Parameter Alpha der Ebenengleichung.
Parameter Beta der Ebenengleichung.
moments_gray_planemoments_gray_planeMomentsGrayPlanemoments_gray_planeMomentsGrayPlaneMomentsGrayPlane liefert den Wert 2 (H_MSG_TRUE), falls ein Bild mit
definierten Grauwerten ('byte'"byte""byte""byte""byte""byte") 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>), das bei
leerer Region mit
set_system(::'empty_region_result',<Result>:)set_system("empty_region_result",<Result>)SetSystem("empty_region_result",<Result>)set_system("empty_region_result",<Result>)SetSystem("empty_region_result",<Result>)SetSystem("empty_region_result",<Result>)
festgelegt. Gegebenenfalls wird eine Fehlerbehandlung
durchgeführt.
draw_regiondraw_regionDrawRegiondraw_regionDrawRegionDrawRegion,
gen_circlegen_circleGenCirclegen_circleGenCircleGenCircle,
gen_ellipsegen_ellipseGenEllipsegen_ellipseGenEllipseGenEllipse,
gen_rectangle1gen_rectangle1GenRectangle1gen_rectangle1GenRectangle1GenRectangle1,
gen_rectangle2gen_rectangle2GenRectangle2gen_rectangle2GenRectangle2GenRectangle2,
thresholdthresholdThresholdthresholdThresholdThreshold,
regiongrowingregiongrowingRegiongrowingregiongrowingRegiongrowingRegiongrowing
intensityintensityIntensityintensityIntensityIntensity,
moments_region_2ndmoments_region_2ndMomentsRegion2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2nd
R. Haralick, L. Shapiro; „Computer and Robot Vision“;
Addison-Wesley, 1992, pp 75-76
Foundation