moments_region_3rdmoments_region_3rdMomentsRegion3rdMomentsRegion3rdmoments_region_3rd (算子名称)

名称

moments_region_3rdmoments_region_3rdMomentsRegion3rdMomentsRegion3rdmoments_region_3rd — Geometric moments of regions.

参数签名

moments_region_3rd(区域 : : : M21, M12, M03, M30)

Herror moments_region_3rd(const Hobject 区域, double* M21, double* M12, double* M03, double* M30)

Herror T_moments_region_3rd(const Hobject 区域, Htuple* M21, Htuple* M12, Htuple* M03, Htuple* M30)

void MomentsRegion3rd(const HObject& 区域, HTuple* M21, HTuple* M12, HTuple* M03, HTuple* M30)

HTuple HRegion::MomentsRegion3rd(HTuple* M12, HTuple* M03, HTuple* M30) const

double HRegion::MomentsRegion3rd(double* M12, double* M03, double* M30) const

static void HOperatorSet.MomentsRegion3rd(HObject 区域, out HTuple m21, out HTuple m12, out HTuple m03, out HTuple m30)

HTuple HRegion.MomentsRegion3rd(out HTuple m12, out HTuple m03, out HTuple m30)

double HRegion.MomentsRegion3rd(out double m12, out double m03, out double m30)

def moments_region_3rd(区域: HObject) -> Tuple[Sequence[float], Sequence[float], Sequence[float], Sequence[float]]

def moments_region_3rd_s(区域: HObject) -> Tuple[float, float, float, float]

描述

The operator moments_region_3rdmoments_region_3rdMomentsRegion3rdMomentsRegion3rdMomentsRegion3rdmoments_region_3rd calculates the translation-invariant central moments (M21M21M21M21m21m21, M12M12M12M12m12m12, M03M03M03M03m03m03, M30M30M30M30m30m30) of order p+q.

Calculation:

x and y are the coordinates of the center of a region R with the area Z.

Then the moments are defined by:

,

wherein are .

If more than one region is passed the results are stored in tuples, the index of a value in the tuple corresponding to the index of a region in the input.

In case of empty region all parameters have the value 0.0 if no other behavior was set (see set_systemset_systemSetSystemSetSystemSetSystemset_system).

运行信息

参数表

区域区域区域区域区域区域 (input_object)  region(-array) objectHRegionHObjectHRegionHobject

Regions to be examined.

M21M21M21M21m21m21 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Moment of 3rd order (line-dependent).

M12M12M12M12m12m12 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Moment of 3rd order (column-dependent).

M03M03M03M03m03m03 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Moment of 3rd order (column-dependent).

M30M30M30M30m30m30 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Moment of 3rd order (line-dependent).

Complexity

If Z is the area of the region the mean runtime complexity is O(sqrt(Z)).

结果

The operator moments_region_3rdmoments_region_3rdMomentsRegion3rdMomentsRegion3rdMomentsRegion3rdmoments_region_3rd returns the value 2 ( H_MSG_TRUE) if the input is not empty. The behavior in case of empty input (no input regions 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>)set_system("no_object_result",<Result>). The behavior in case of empty region (the region is the empty set) 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>)set_system("empty_region_result",<Result>). If necessary an exception is raised.

可能的前置算子

thresholdthresholdThresholdThresholdThresholdthreshold, regiongrowingregiongrowingRegiongrowingRegiongrowingRegiongrowingregiongrowing, connectionconnectionConnectionConnectionConnectionconnection

可替代算子

moments_region_2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2ndMomentsRegion2ndmoments_region_2nd

参考其它

elliptic_axiselliptic_axisEllipticAxisEllipticAxisEllipticAxiselliptic_axis

模块

Foundation