gen_region_histoT_gen_region_histoGenRegionHistoGenRegionHisto (Operator)

Name

gen_region_histoT_gen_region_histoGenRegionHistoGenRegionHisto — Umwandeln eines Histogramms in eine Region.

Signatur

gen_region_histo( : Region : Histogram, Row, Column, Scale : )

Herror T_gen_region_histo(Hobject* Region, const Htuple Histogram, const Htuple Row, const Htuple Column, const Htuple Scale)

void GenRegionHisto(HObject* Region, const HTuple& Histogram, const HTuple& Row, const HTuple& Column, const HTuple& Scale)

void HRegion::GenRegionHisto(const HTuple& Histogram, Hlong Row, Hlong Column, Hlong Scale)

static void HOperatorSet.GenRegionHisto(out HObject region, HTuple histogram, HTuple row, HTuple column, HTuple scale)

void HRegion.GenRegionHisto(HTuple histogram, int row, int column, int scale)

Beschreibung

gen_region_histogen_region_histoGenRegionHistoGenRegionHistoGenRegionHisto wandelt ein Histogramm, das mit gray_histogray_histoGrayHistoGrayHistoGrayHisto, gray_histo_rangegray_histo_rangeGrayHistoRangeGrayHistoRangeGrayHistoRange oder tuple_histo_rangetuple_histo_rangeTupleHistoRangeTupleHistoRangeTupleHistoRange erzeugt wurde, in eine Region um. Die Wirkung der Steuerparameter entspricht denen bei der Ausgabe mit disp_imagedisp_imageDispImageDispImageDispImage und set_paintset_paintSetPaintSetPaintSetPaint.

Ausführungsinformationen

Parameter

RegionRegionRegionRegionregion (output_object)  region objectHRegionHRegionHobject *

Darstellung des Histogramms als Region.

HistogramHistogramHistogramHistogramhistogram (input_control)  histogram-array HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Eingabehistogramm.

RowRowRowRowrow (input_control)  point.y HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Zeilenkoordinate des Mittelpunktes.

Defaultwert: 255

Wertevorschläge: 100, 200, 255, 300, 400

Typischer Wertebereich: 0 ≤ Row Row Row Row row ≤ 511

ColumnColumnColumnColumncolumn (input_control)  point.x HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Spaltenkoordinate des Mittelpunktes.

Defaultwert: 255

Wertevorschläge: 100, 200, 255, 300, 400

Typischer Wertebereich: 0 ≤ Column Column Column Column column ≤ 511

ScaleScaleScaleScalescale (input_control)  integer HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Verkleinerungsfakor.

Defaultwert: 1

Wertevorschläge: 1, 2, 3, 4, 5, 6, 7

Typischer Wertebereich: 1 ≤ Scale Scale Scale Scale scale ≤ 10 (lin)

Minimale Schrittweite: 1

Empfohlene Schrittweite: 1

Ergebnis

gen_region_histogen_region_histoGenRegionHistoGenRegionHistoGenRegionHisto liefert den Wert 2 (H_MSG_TRUE), falls die Parameter korrekt sind. Gegebenenfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

gray_histogray_histoGrayHistoGrayHistoGrayHisto, gray_histo_rangegray_histo_rangeGrayHistoRangeGrayHistoRangeGrayHistoRange, tuple_histo_rangetuple_histo_rangeTupleHistoRangeTupleHistoRangeTupleHistoRange

Siehe auch

disp_channeldisp_channelDispChannelDispChannelDispChannel, set_paintset_paintSetPaintSetPaintSetPaint

Modul

Foundation