Herror ::info_parallels_xld (
    Hobject Parallels,
    Hobject Image,
    double *QualityMin,
    double *QualityMax,
    long *GrayMin,
    long *GrayMax,
    double *StandardMin,
    double *StandardMax
)
HTuple HXLDParaArray::InfoParallelsXld (
    const HImage &Image,
    HTuple *QualityMax,
    HTuple *GrayMin,
    HTuple *GrayMax,
    HTuple *StandardMin,
    HTuple *StandardMax
) const

Return information about the gray values of the area enclosed by XLD parallels.

::info_parallels_xld calculates various gray value features of the area enclosed by the XLD parallels Parallels. The input image Image is used to get the gray values needed for this. The algorithm used in this operator is very similar to the one used in ::mod_parallels_xld. The operator returns ranges for the quality factor (QualityMin and QualityMax), the mean gray value (GrayMin and GrayMax), and the standard deviation with respect to the mean gray value (StandardMin and StandardMax).

This operator serves to determine appropriate thresholds for ::mod_parallels_xld.


Parameters

Parallels (input_object)
xld_para-array -> Hobject: HXLDParaArray
Input XLD Parallels.

Image (input_object)
image -> Hobject: HImage
Corresponding gray value image.

QualityMin (output_control)
real -> double *
Minimum quality factor.

QualityMax (output_control)
real -> double *
Maximum quality factor.

GrayMin (output_control)
integer -> long *
Minimum mean gray value.

GrayMax (output_control)
integer -> long *
Maximum mean gray value.

StandardMin (output_control)
real -> double *
Minimum standard deviation.

StandardMax (output_control)
real -> double *
Maximum standard deviation.


Possible Predecessors

::gen_parallels_xld


Possible Successors

::mod_parallels_xld


See also

::intensity, ::min_max_gray


Module

Sub-pixel operators



Copyright © 1996-2002 MVTec Software GmbH