gen_image_gray_rampgen_image_gray_rampGenImageGrayRampGenImageGrayRampgen_image_gray_ramp (Operator)

Name

gen_image_gray_rampgen_image_gray_rampGenImageGrayRampGenImageGrayRampgen_image_gray_ramp — Erzeugen einer Grauwertrampe.

Signatur

gen_image_gray_ramp( : ImageGrayRamp : Alpha, Beta, Mean, Row, Column, Width, Height : )

Herror gen_image_gray_ramp(Hobject* ImageGrayRamp, double Alpha, double Beta, double Mean, const Hlong Row, const Hlong Column, const Hlong Width, const Hlong Height)

Herror T_gen_image_gray_ramp(Hobject* ImageGrayRamp, const Htuple Alpha, const Htuple Beta, const Htuple Mean, const Htuple Row, const Htuple Column, const Htuple Width, const Htuple Height)

void GenImageGrayRamp(HObject* ImageGrayRamp, const HTuple& Alpha, const HTuple& Beta, const HTuple& Mean, const HTuple& Row, const HTuple& Column, const HTuple& Width, const HTuple& Height)

void HImage::GenImageGrayRamp(double Alpha, double Beta, double Mean, Hlong Row, Hlong Column, Hlong Width, Hlong Height)

static void HOperatorSet.GenImageGrayRamp(out HObject imageGrayRamp, HTuple alpha, HTuple beta, HTuple mean, HTuple row, HTuple column, HTuple width, HTuple height)

void HImage.GenImageGrayRamp(double alpha, double beta, double mean, int row, int column, int width, int height)

def gen_image_gray_ramp(alpha: float, beta: float, mean: float, row: int, column: int, width: int, height: int) -> HObject

Beschreibung

gen_image_gray_rampgen_image_gray_rampGenImageGrayRampGenImageGrayRampgen_image_gray_ramp erzeugt eine Grauwertrampe nach folgender Gleichung: ImageGrayRampImageGrayRampImageGrayRampimageGrayRampimage_gray_ramp(r,c) = AlphaAlphaAlphaalphaalpha(r-RowRowRowrowrow) + BetaBetaBetabetabeta(c-ColumnColumnColumncolumncolumn) + MeanMeanMeanmeanmean Die Größe des Bildes wird mit WidthWidthWidthwidthwidth und HeightHeightHeightheightheight bestimmt. Die Grauwerte sind vom Type 'byte'"byte""byte""byte""byte". Grauwerte außerhalb des gültigen Bereichs werden beschnitten.

Ausführungsinformationen

Parameter

ImageGrayRampImageGrayRampImageGrayRampimageGrayRampimage_gray_ramp (output_object)  image objectHImageHObjectHObjectHobject * (byte)

Erzeugtes Bild mit neuer Bildmatrix.

AlphaAlphaAlphaalphaalpha (input_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Steigung in Zeilenrichtung.

Default: 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

BetaBetaBetabetabeta (input_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Steigung in Spaltenrichtung.

Default: 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

MeanMeanMeanmeanmean (input_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Mittlerer Grauwert.

Default: 128

Wertevorschläge: 0.0, 20.0, 40.0, 60.0, 80.0, 100.0, 120.0, 140.0, 160.0, 180.0, 200.0, 220.0, 255.0

Minimale Schrittweite: 1

Empfohlene Schrittweite: 10

RowRowRowrowrow (input_control)  point.y HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Zeilenindex des Bezugspunktes.

Default: 256

Wertevorschläge: 128, 256, 512, 1024

Minimale Schrittweite: 1

Empfohlene Schrittweite: 10

ColumnColumnColumncolumncolumn (input_control)  point.x HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Spaltenindex des Bezugspunktes.

Default: 256

Wertevorschläge: 128, 256, 512, 1024

Minimale Schrittweite: 1

Empfohlene Schrittweite: 10

WidthWidthWidthwidthwidth (input_control)  extent.x HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Breite des Bildes.

Default: 512

Wertevorschläge: 128, 256, 512, 1024

Wertebereich: 1 ≤ Width Width Width width width (lin)

Minimale Schrittweite: 1

Empfohlene Schrittweite: 10

HeightHeightHeightheightheight (input_control)  extent.y HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Höhe des Bildes.

Default: 512

Wertevorschläge: 128, 256, 512, 1024

Wertebereich: 1 ≤ Height Height Height height height (lin)

Minimale Schrittweite: 1

Empfohlene Schrittweite: 10

Ergebnis

Sind die Parameterwerte korrekt, dann liefertgen_image_gray_rampgen_image_gray_rampGenImageGrayRampGenImageGrayRampgen_image_gray_ramp den Wert 2 ( H_MSG_TRUE) . Andernfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

moments_gray_planemoments_gray_planeMomentsGrayPlaneMomentsGrayPlanemoments_gray_plane

Nachfolger

paint_regionpaint_regionPaintRegionPaintRegionpaint_region, reduce_domainreduce_domainReduceDomainReduceDomainreduce_domain, get_image_pointer1get_image_pointer1GetImagePointer1GetImagePointer1get_image_pointer1, copy_objcopy_objCopyObjCopyObjcopy_obj

Alternativen

gen_image1gen_image1GenImage1GenImage1gen_image1

Siehe auch

reduce_domainreduce_domainReduceDomainReduceDomainreduce_domain, paint_graypaint_grayPaintGrayPaintGraypaint_gray, gen_image_constgen_image_constGenImageConstGenImageConstgen_image_const

Modul

Foundation