ClassesClassesClassesClasses | | | | Operators

info_parallels_xldinfo_parallels_xldInfoParallelsXldinfo_parallels_xldInfoParallelsXldInfoParallelsXld (Operator)

Name

info_parallels_xldinfo_parallels_xldInfoParallelsXldinfo_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)

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

double HXLDParaArray::InfoParallelsXld(const HImage& Image, HTuple* QualityMax, HTuple* GrayMin, HTuple* GrayMax, HTuple* StandardMin, HTuple* StandardMax) const

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

void HOperatorSetX.InfoParallelsXld(
[in] IHUntypedObjectX* Parallels, [in] IHUntypedObjectX* Image, [out] VARIANT* QualityMin, [out] VARIANT* QualityMax, [out] VARIANT* GrayMin, [out] VARIANT* GrayMax, [out] VARIANT* StandardMin, [out] VARIANT* StandardMax)

double HXLDParaX.InfoParallelsXld(
[in] IHImageX* Image, [out] double* QualityMax, [out] Hlong* GrayMin, [out] Hlong* GrayMax, [out] double* StandardMin, [out] double* StandardMax)

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_xldInfoParallelsXldinfo_parallels_xldInfoParallelsXldInfoParallelsXld calculates various gray value features of the area enclosed by the XLD parallels ParallelsParallelsParallelsParallelsParallelsparallels. The input image ImageImageImageImageImageimage 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_xldModParallelsXldmod_parallels_xldModParallelsXldModParallelsXld. The operator returns ranges for the quality factor (QualityMinQualityMinQualityMinQualityMinQualityMinqualityMin and QualityMaxQualityMaxQualityMaxQualityMaxQualityMaxqualityMax, see gen_parallels_xldgen_parallels_xldGenParallelsXldgen_parallels_xldGenParallelsXldGenParallelsXld for the corresponding calculation), the mean gray value (GrayMinGrayMinGrayMinGrayMinGrayMingrayMin and GrayMaxGrayMaxGrayMaxGrayMaxGrayMaxgrayMax), and the standard deviation with respect to the mean gray value (StandardMinStandardMinStandardMinStandardMinStandardMinstandardMin and StandardMaxStandardMaxStandardMaxStandardMaxStandardMaxstandardMax).

This operator serves to determine appropriate thresholds for mod_parallels_xldmod_parallels_xldModParallelsXldmod_parallels_xldModParallelsXldModParallelsXld.

Parallelization

Parameters

ParallelsParallelsParallelsParallelsParallelsparallels (input_object)  xld_para-array objectHXLDParaHXLDParaHXLDParaArrayHXLDParaXHobject

Input XLD Parallels.

ImageImageImageImageImageimage (input_object)  singlechannelimage objectHImageHImageHImageHImageXHobject (byte)

Corresponding gray value image.

QualityMinQualityMinQualityMinQualityMinQualityMinqualityMin (output_control)  real HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Minimum quality factor.

QualityMaxQualityMaxQualityMaxQualityMaxQualityMaxqualityMax (output_control)  real HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Maximum quality factor.

GrayMinGrayMinGrayMinGrayMinGrayMingrayMin (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Minimum mean gray value.

GrayMaxGrayMaxGrayMaxGrayMaxGrayMaxgrayMax (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Maximum mean gray value.

StandardMinStandardMinStandardMinStandardMinStandardMinstandardMin (output_control)  real HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Minimum standard deviation.

StandardMaxStandardMaxStandardMaxStandardMaxStandardMaxstandardMax (output_control)  real HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Maximum standard deviation.

Possible Predecessors

gen_parallels_xldgen_parallels_xldGenParallelsXldgen_parallels_xldGenParallelsXldGenParallelsXld

Possible Successors

mod_parallels_xldmod_parallels_xldModParallelsXldmod_parallels_xldModParallelsXldModParallelsXld

See also

intensityintensityIntensityintensityIntensityIntensity, min_max_graymin_max_grayMinMaxGraymin_max_grayMinMaxGrayMinMaxGray

Module

Foundation


ClassesClassesClassesClasses | | | | Operators