ClassesClasses | | Operators

info_parallels_xldinfo_parallels_xldInfoParallelsXldInfoParallelsXld (Operator)

Name

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

Signature

info_parallels_xld(Parallels, Image : : : QualityMin, QualityMax, GrayMin, GrayMax, StandardMin, StandardMax)

Herror info_parallels_xld(const Hobject Parallels, const Hobject Image, double* QualityMin, double* QualityMax, Hlong* GrayMin, Hlong* GrayMax, double* StandardMin, double* StandardMax)

Herror T_info_parallels_xld(const Hobject Parallels, const Hobject Image, Htuple* QualityMin, Htuple* QualityMax, Htuple* GrayMin, Htuple* GrayMax, Htuple* StandardMin, Htuple* StandardMax)

void InfoParallelsXld(const HObject& Parallels, const HObject& Image, HTuple* QualityMin, HTuple* QualityMax, HTuple* GrayMin, HTuple* GrayMax, HTuple* StandardMin, HTuple* StandardMax)

void HXLDPara::InfoParallelsXld(const HImage& Image, double* QualityMin, double* QualityMax, Hlong* GrayMin, Hlong* GrayMax, double* StandardMin, double* StandardMax) const

static void HOperatorSet.InfoParallelsXld(HObject parallels, HObject image, out HTuple qualityMin, out HTuple qualityMax, out HTuple grayMin, out HTuple grayMax, out HTuple standardMin, out HTuple standardMax)

void HXLDPara.InfoParallelsXld(HImage image, out double qualityMin, out double qualityMax, out int grayMin, out int grayMax, out double standardMin, out double standardMax)

Description

info_parallels_xldinfo_parallels_xldInfoParallelsXldInfoParallelsXldInfoParallelsXld calculates various gray value features of the area enclosed by the XLD parallels ParallelsParallelsParallelsParallelsparallels. The input image ImageImageImageImageimage 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_xldmod_parallels_xldModParallelsXldModParallelsXldModParallelsXld. The operator returns ranges for the quality factor (QualityMinQualityMinQualityMinQualityMinqualityMin and QualityMaxQualityMaxQualityMaxQualityMaxqualityMax, see gen_parallels_xldgen_parallels_xldGenParallelsXldGenParallelsXldGenParallelsXld for the corresponding calculation), the mean gray value (GrayMinGrayMinGrayMinGrayMingrayMin and GrayMaxGrayMaxGrayMaxGrayMaxgrayMax), and the standard deviation with respect to the mean gray value (StandardMinStandardMinStandardMinStandardMinstandardMin and StandardMaxStandardMaxStandardMaxStandardMaxstandardMax).

This operator serves to determine appropriate thresholds for mod_parallels_xldmod_parallels_xldModParallelsXldModParallelsXldModParallelsXld.

Execution Information

Parameters

ParallelsParallelsParallelsParallelsparallels (input_object)  xld_para-array objectHXLDParaHXLDParaHobject

Input XLD Parallels.

ImageImageImageImageimage (input_object)  singlechannelimage objectHImageHImageHobject (byte)

Corresponding gray value image.

QualityMinQualityMinQualityMinQualityMinqualityMin (output_control)  real HTupleHTupleHtuple (real) (double) (double) (double)

Minimum quality factor.

QualityMaxQualityMaxQualityMaxQualityMaxqualityMax (output_control)  real HTupleHTupleHtuple (real) (double) (double) (double)

Maximum quality factor.

GrayMinGrayMinGrayMinGrayMingrayMin (output_control)  integer HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Minimum mean gray value.

GrayMaxGrayMaxGrayMaxGrayMaxgrayMax (output_control)  integer HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Maximum mean gray value.

StandardMinStandardMinStandardMinStandardMinstandardMin (output_control)  real HTupleHTupleHtuple (real) (double) (double) (double)

Minimum standard deviation.

StandardMaxStandardMaxStandardMaxStandardMaxstandardMax (output_control)  real HTupleHTupleHtuple (real) (double) (double) (double)

Maximum standard deviation.

Possible Predecessors

gen_parallels_xldgen_parallels_xldGenParallelsXldGenParallelsXldGenParallelsXld

Possible Successors

mod_parallels_xldmod_parallels_xldModParallelsXldModParallelsXldModParallelsXld

See also

intensityintensityIntensityIntensityIntensity, min_max_graymin_max_grayMinMaxGrayMinMaxGrayMinMaxGray

Module

Foundation


ClassesClasses | | Operators