Name
gray_histo_abs T_gray_histo_abs GrayHistoAbs GrayHistoAbs — Calculate the gray value distribution.
The operator gray_histo_abs gray_histo_abs GrayHistoAbs GrayHistoAbs GrayHistoAbs calculates for the image
(Image Image Image Image image ) within Regions Regions Regions Regions regions the absolute
(AbsoluteHisto AbsoluteHisto AbsoluteHisto AbsoluteHisto absoluteHisto ) ) histogram of the gray values.
The parameter Quantization Quantization Quantization Quantization quantization defines, how many frequencies of
neighbored gray values are added for one frequency value. The resulting
histogram AbsoluteHisto AbsoluteHisto AbsoluteHisto AbsoluteHisto absoluteHisto is a tuple, whose indices are mapped on the
gray values of the input image Image Image Image Image image and whose elements contain the
frequencies of the gray values. The indices i of the frequency value
are calculated from the gray values g and the quantisation q as follows:
whereas MIN denotes the minimal gray value, e.g., -128 for an int1
image type. Therefore, the size of the tuple results from the ratio of the
full domain of gray values and the quantisation, e.g. for images of
int2 in
.
The origin gray value of the signed image types int1 resp. int2 is
mapped on the index 128 resp. 32768, negative resp. positive gray values
have smaller resp. greater indices.
The histogram can also be returned directly as a
graphic via the operators set_paint(::WindowHandle,'histogram':) set_paint(WindowHandle,"histogram") SetPaint(WindowHandle,"histogram") SetPaint(WindowHandle,"histogram") SetPaint(WindowHandle,"histogram") and
disp_image disp_image DispImage DispImage DispImage .
Note that the operator gray_histo_abs gray_histo_abs GrayHistoAbs GrayHistoAbs GrayHistoAbs only considers
the given Regions Regions Regions Regions regions and ignores any previously set domain
of the input image Image Image Image Image image .
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
Automatically parallelized on internal data level.
Region in which the histogram is to be calculated.
Image the gray value distribution of which is
to be calculated.
Quantization of the gray values.
Default value: 1.0
Suggested values: 1.0, 2.0, 3.0, 5.0, 10.0
Restriction: Quantization >= 1.0
Absolute frequencies of the gray values.
The operator gray_histo_abs gray_histo_abs GrayHistoAbs GrayHistoAbs GrayHistoAbs returns the value 2 (H_MSG_TRUE) if the image
has defined gray values and the parameters are correct. The
behavior in case of empty input (no input images available) is set
via the operator
set_system(::'no_object_result',<Result>:) set_system("no_object_result",<Result>) SetSystem("no_object_result",<Result>) SetSystem("no_object_result",<Result>) SetSystem("no_object_result",<Result>) , the behavior
in case of empty region is set via
set_system(::'empty_region_result',<Result>:) set_system("empty_region_result",<Result>) SetSystem("empty_region_result",<Result>) SetSystem("empty_region_result",<Result>) SetSystem("empty_region_result",<Result>) .
If necessary an exception is raised.
histo_to_thresh histo_to_thresh HistoToThresh HistoToThresh HistoToThresh ,
gen_region_histo gen_region_histo GenRegionHisto GenRegionHisto GenRegionHisto
min_max_gray min_max_gray MinMaxGray MinMaxGray MinMaxGray ,
intensity intensity Intensity Intensity Intensity ,
gray_histo gray_histo GrayHisto GrayHisto GrayHisto ,
gray_histo_range gray_histo_range GrayHistoRange GrayHistoRange GrayHistoRange
set_paint set_paint SetPaint SetPaint SetPaint ,
disp_image disp_image DispImage DispImage DispImage ,
histo_2dim histo_2dim Histo2dim Histo2dim Histo2dim ,
scale_image_max scale_image_max ScaleImageMax ScaleImageMax ScaleImageMax ,
entropy_gray entropy_gray EntropyGray EntropyGray EntropyGray
Foundation