gen_image_surface_first_order gen_image_surface_first_order GenImageSurfaceFirstOrder GenImageSurfaceFirstOrder gen_image_surface_first_order (Operator)
Name
gen_image_surface_first_order gen_image_surface_first_order GenImageSurfaceFirstOrder GenImageSurfaceFirstOrder gen_image_surface_first_order — Erzeugen einer Grauwertfläche mit einem Polynom erster Ordnung.
Signatur
Herror gen_image_surface_first_order (Hobject* ImageSurface , const char* Type , double Alpha , double Beta , double Gamma , double Row , double Column , const Hlong Width , const Hlong Height )
Herror T_gen_image_surface_first_order (Hobject* ImageSurface , const Htuple Type , const Htuple Alpha , const Htuple Beta , const Htuple Gamma , const Htuple Row , const Htuple Column , const Htuple Width , const Htuple Height )
void GenImageSurfaceFirstOrder (HObject* ImageSurface , const HTuple& Type , const HTuple& Alpha , const HTuple& Beta , const HTuple& Gamma , const HTuple& Row , const HTuple& Column , const HTuple& Width , const HTuple& Height )
void HImage ::GenImageSurfaceFirstOrder (const HString& Type , double Alpha , double Beta , double Gamma , double Row , double Column , Hlong Width , Hlong Height )
void HImage ::GenImageSurfaceFirstOrder (const char* Type , double Alpha , double Beta , double Gamma , double Row , double Column , Hlong Width , Hlong Height )
void HImage ::GenImageSurfaceFirstOrder (const wchar_t* Type , double Alpha , double Beta , double Gamma , double Row , double Column , Hlong Width , Hlong Height )
(Nur Windows)
static void HOperatorSet .GenImageSurfaceFirstOrder (out HObject imageSurface , HTuple type , HTuple alpha , HTuple beta , HTuple gamma , HTuple row , HTuple column , HTuple width , HTuple height )
void HImage .GenImageSurfaceFirstOrder (string type , double alpha , double beta , double gamma , double row , double column , int width , int height )
Beschreibung
gen_image_surface_first_order gen_image_surface_first_order GenImageSurfaceFirstOrder GenImageSurfaceFirstOrder GenImageSurfaceFirstOrder gen_image_surface_first_order erzeugt eine geneigte Grauwertfläche
nach folgender Gleichung:
Die Größe des Bildes wird mit Width Width Width Width width width und Height Height Height Height height height
bestimmt. Die Parameter Row Row Row Row row row und Column Column Column Column column column definieren den
Referenzpunkt der zu erzeugenden Grauwertfläche.
Dieser Referenzpunkt sollte, falls zur Bestimmung der Parameter der
Grauwertfläche fit_surface_first_order fit_surface_first_order FitSurfaceFirstOrder FitSurfaceFirstOrder FitSurfaceFirstOrder fit_surface_first_order verwendet wurde, dem in der
Flächengleichung verwendeten Schwerpunkt entsprechen (siehe
fit_surface_first_order fit_surface_first_order FitSurfaceFirstOrder FitSurfaceFirstOrder FitSurfaceFirstOrder fit_surface_first_order ). Seine Koordinaten können wie folgt ermittelt
werden:
intersection(ROI, Image, RegionIntersection) intersection(ROI, Image, RegionIntersection) Intersection(ROI, Image, RegionIntersection) Intersection(ROI, Image, RegionIntersection) Intersection(ROI, Image, RegionIntersection) intersection(ROI, Image, RegionIntersection)
fit_surface_first_order(RegionIntersection, Image, Algorithm, Iterations, ClippingFactor, Alpha, Beta, Gamma) fit_surface_first_order(RegionIntersection, Image, Algorithm, Iterations, ClippingFactor, Alpha, Beta, Gamma) FitSurfaceFirstOrder(RegionIntersection, Image, Algorithm, Iterations, ClippingFactor, Alpha, Beta, Gamma) FitSurfaceFirstOrder(RegionIntersection, Image, Algorithm, Iterations, ClippingFactor, Alpha, Beta, Gamma) FitSurfaceFirstOrder(RegionIntersection, Image, Algorithm, Iterations, ClippingFactor, Alpha, Beta, Gamma) fit_surface_first_order(RegionIntersection, Image, Algorithm, Iterations, ClippingFactor, Alpha, Beta, Gamma)
area_center(RegionIntersection, Area, Row, Column) area_center(RegionIntersection, Area, Row, Column) AreaCenter(RegionIntersection, Area, Row, Column) AreaCenter(RegionIntersection, Area, Row, Column) AreaCenter(RegionIntersection, Area, Row, Column) area_center(RegionIntersection, Area, Row, Column)
gen_image_surface_first_order(ImageSurface, Type, Alpha, Beta, Gamma, Row, Column, Width, Height) gen_image_surface_first_order(ImageSurface, Type, Alpha, Beta, Gamma, Row, Column, Width, Height) GenImageSurfaceFirstOrder(ImageSurface, Type, Alpha, Beta, Gamma, Row, Column, Width, Height) GenImageSurfaceFirstOrder(ImageSurface, Type, Alpha, Beta, Gamma, Row, Column, Width, Height) GenImageSurfaceFirstOrder(ImageSurface, Type, Alpha, Beta, Gamma, Row, Column, Width, Height) gen_image_surface_first_order(ImageSurface, Type, Alpha, Beta, Gamma, Row, Column, Width, Height)
Die Grauwerte sind vom Type Type Type Type Type type type (siehe gen_image_const gen_image_const GenImageConst GenImageConst GenImageConst gen_image_const
für eine detailliertere Beschreibung der Pixeltypen).
Grauwerte außerhalb des gültigen Bereichs werden beschnitten.
Ausführungsinformationen
Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
Wird ohne Parallelisierung verarbeitet.
Parameter
ImageSurface ImageSurface ImageSurface ImageSurface imageSurface image_surface (output_object) image → object HImage HObject HImage Hobject * (byte / uint2 / real)
Erzeugtes Bild mit neuer Bildmatrix.
Type Type Type Type type type (input_control) string → HTuple str HTuple Htuple (string) (string ) (HString ) (char* )
Pixeltyp.
Defaultwert:
'byte'
"byte"
"byte"
"byte"
"byte"
"byte"
Werteliste: 'byte' "byte" "byte" "byte" "byte" "byte" , 'real' "real" "real" "real" "real" "real" , 'uint2' "uint2" "uint2" "uint2" "uint2" "uint2"
Alpha Alpha Alpha Alpha alpha alpha (input_control) number → HTuple float HTuple Htuple (real) (double ) (double ) (double )
Koeffizient erster Ordnung in vertikaler Richtung.
Defaultwert: 1.0
Wertevorschläge: -2.0, -1.0, -0.5, -0.0, 0.5, 1.0, 2.0
Minimale Schrittweite: 0.000001
Empfohlene Schrittweite: -0.005
Beta Beta Beta Beta beta beta (input_control) number → HTuple float HTuple Htuple (real) (double ) (double ) (double )
Koeffizient erster Ordnung in horizontaler Richtung.
Defaultwert: 1.0
Wertevorschläge: -2.0, -1.0, -0.5, -0.0, 0.5, 1.0, 2.0
Minimale Schrittweite: 0.000001
Empfohlene Schrittweite: -0.005
Gamma Gamma Gamma Gamma gamma gamma (input_control) number → HTuple float HTuple Htuple (real) (double ) (double ) (double )
Koeffizient nullter Ordnung.
Defaultwert: 1.0
Wertevorschläge: -2.0, -1.0, -0.5, -0.0, 0.5, 1.0, 2.0
Minimale Schrittweite: 0.000001
Empfohlene Schrittweite: -0.005
Row Row Row Row row row (input_control) number → HTuple float HTuple Htuple (real) (double ) (double ) (double )
Zeilenkoordinate des Referenzpunktes der Fläche.
Defaultwert: 256.0
Wertevorschläge: 0.0, 128.0, 256.0, 512.0
Minimale Schrittweite: 0.000001
Empfohlene Schrittweite: -0.005
Column Column Column Column column column (input_control) number → HTuple float HTuple Htuple (real) (double ) (double ) (double )
Spaltenkoordinate des Referenzpunktes der Fläche.
Defaultwert: 256.0
Wertevorschläge: 0.0, 128.0, 256.0, 512.0
Minimale Schrittweite: 0.000001
Empfohlene Schrittweite: -0.005
Width Width Width Width width width (input_control) extent.x → HTuple int HTuple Htuple (integer) (int / long) (Hlong ) (Hlong )
Breite des Bildes.
Defaultwert: 512
Wertevorschläge: 128, 256, 512, 1024
Typischer Wertebereich: 1
≤
Width
Width
Width
Width
width
width
(lin)
Minimale Schrittweite: 1
Empfohlene Schrittweite: 10
Height Height Height Height height height (input_control) extent.y → HTuple int HTuple Htuple (integer) (int / long) (Hlong ) (Hlong )
Höhe des Bildes.
Defaultwert: 512
Wertevorschläge: 128, 256, 512, 1024
Typischer Wertebereich: 1
≤
Height
Height
Height
Height
height
height
(lin)
Minimale Schrittweite: 1
Empfohlene Schrittweite: 10
Ergebnis
Sind die Parameterwerte korrekt, dann
liefertgen_image_surface_first_order gen_image_surface_first_order GenImageSurfaceFirstOrder GenImageSurfaceFirstOrder GenImageSurfaceFirstOrder gen_image_surface_first_order den Wert 2 (H_MSG_TRUE ).
Andernfalls wird eine Fehlerbehandlung durchgeführt.
Vorgänger
fit_surface_first_order fit_surface_first_order FitSurfaceFirstOrder FitSurfaceFirstOrder FitSurfaceFirstOrder fit_surface_first_order
Nachfolger
sub_image sub_image SubImage SubImage SubImage sub_image
Siehe auch
gen_image_gray_ramp gen_image_gray_ramp GenImageGrayRamp GenImageGrayRamp GenImageGrayRamp gen_image_gray_ramp ,
gen_image_surface_second_order gen_image_surface_second_order GenImageSurfaceSecondOrder GenImageSurfaceSecondOrder GenImageSurfaceSecondOrder gen_image_surface_second_order ,
gen_image_const gen_image_const GenImageConst GenImageConst GenImageConst gen_image_const
Modul
Foundation