info_para_xld ( Parallels, Image : : : QualityMin, QualityMax, GreyMin, GreyMax, StandardMin, StandardMax )

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

info_para_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_para_xld. The operator returns ranges for the quality factor (QualityMin and QualityMax), the mean gray value (GreyMin and GreyMax), and the standard deviation with respect to the mean gray value (StandardMin and StandardMax).

This operator serves to determine appropriate thresholds for mod_para_xld.


Parameters

Parallels (input_object)
xld_para-array -> object
Input XLD Parallels.

Image (input_object)
image -> object
Corresponding gray value image.

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

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

GreyMin (output_control)
integer -> integer
Minimum mean gray value.

GreyMax (output_control)
integer -> integer
Maximum mean gray value.

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

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


Possible Predecessors

parallels_xld


Possible Successors

mod_para_xld


See also

intensity__, min_max__



Copyright © 1996-1997 MVTec Software GmbH