ClassesClassesClassesClasses | | | | Operators

elliptic_axis_xldelliptic_axis_xldEllipticAxisXldelliptic_axis_xldEllipticAxisXldEllipticAxisXld (Operator)

Name

elliptic_axis_xldelliptic_axis_xldEllipticAxisXldelliptic_axis_xldEllipticAxisXldEllipticAxisXld — Parameters of the equivalent ellipse of contours or polygons.

Signature

elliptic_axis_xld(XLD : : : Ra, Rb, Phi)

Herror elliptic_axis_xld(const Hobject XLD, double* Ra, double* Rb, double* Phi)

Herror T_elliptic_axis_xld(const Hobject XLD, Htuple* Ra, Htuple* Rb, Htuple* Phi)

Herror elliptic_axis_xld(Hobject XLD, double* Ra, double* Rb, double* Phi)

Herror elliptic_axis_xld(Hobject XLD, HTuple* Ra, HTuple* Rb, HTuple* Phi)

double HXLD::EllipticAxisXld(double* Rb, double* Phi) const

HTuple HXLDArray::EllipticAxisXld(HTuple* Rb, HTuple* Phi) const

void EllipticAxisXld(const HObject& XLD, HTuple* Ra, HTuple* Rb, HTuple* Phi)

HTuple HXLD::EllipticAxisXld(HTuple* Rb, HTuple* Phi) const

double HXLD::EllipticAxisXld(double* Rb, double* Phi) const

void HOperatorSetX.EllipticAxisXld(
[in] IHUntypedObjectX* XLD, [out] VARIANT* Ra, [out] VARIANT* Rb, [out] VARIANT* Phi)

VARIANT HXLDX.EllipticAxisXld(
[out] VARIANT* Rb, [out] VARIANT* Phi)

VARIANT HXLDContX.EllipticAxisXld(
[out] VARIANT* Rb, [out] VARIANT* Phi)

VARIANT HXLDPolyX.EllipticAxisXld(
[out] VARIANT* Rb, [out] VARIANT* Phi)

VARIANT HXLDParaX.EllipticAxisXld(
[out] VARIANT* Rb, [out] VARIANT* Phi)

VARIANT HXLDModParaX.EllipticAxisXld(
[out] VARIANT* Rb, [out] VARIANT* Phi)

VARIANT HXLDExtParaX.EllipticAxisXld(
[out] VARIANT* Rb, [out] VARIANT* Phi)

static void HOperatorSet.EllipticAxisXld(HObject XLD, out HTuple ra, out HTuple rb, out HTuple phi)

HTuple HXLD.EllipticAxisXld(out HTuple rb, out HTuple phi)

double HXLD.EllipticAxisXld(out double rb, out double phi)

Description

The operator elliptic_axis_xldelliptic_axis_xldEllipticAxisXldelliptic_axis_xldEllipticAxisXldEllipticAxisXld calculates the radii and the orientations of the ellipses having the same orientation and the same aspect ratio as the input contours or polygons. The length of the major radius RaRaRaRaRara and the minor radius RbRbRbRbRbrb as well as the orientation of the main axis with regard to the horizontal (PhiPhiPhiPhiPhiphi) are determined. The angle is indicated in radians. It is assumed that the contours or polygons are closed. If this is not the case area_center_xldarea_center_xldAreaCenterXldarea_center_xldAreaCenterXldAreaCenterXld will artificially close the contours or polygons.

Calculation: If the moments , and are normalized and passed to the area (see moments_xldmoments_xldMomentsXldmoments_xldMomentsXldMomentsXld), the radii RaRaRaRaRara and RbRbRbRbRbrb are calculated as:

The orientation PhiPhiPhiPhiPhiphi is defined by:

It should be noted that elliptic_axis_xldelliptic_axis_xldEllipticAxisXldelliptic_axis_xldEllipticAxisXldEllipticAxisXld only returns useful results if the contour or polygon encloses a region in the plane. In particular, the contour or polygon must not intersect itself. This is particularly important if open contours or polygons are passed because they are closed automatically, which can produce a self-intersection. To test whether the contours or polygons intersect themselves, test_self_intersection_xldtest_self_intersection_xldTestSelfIntersectionXldtest_self_intersection_xldTestSelfIntersectionXldTestSelfIntersectionXld can be used. If the contour or polygon intersects itself, useful values for the ellipse parameters can be calculated with elliptic_axis_points_xldelliptic_axis_points_xldEllipticAxisPointsXldelliptic_axis_points_xldEllipticAxisPointsXldEllipticAxisPointsXld.

If more than one contour or polygon is passed, the results are stored in tuples in the same order as the respective contours or polygons in XLDXLDXLDXLDXLDXLD.

Parallelization

Parameters

XLDXLDXLDXLDXLDXLD (input_object)  xld(-array) objectHXLDHXLDHXLDHXLDXHobject

Contours or polygons to be examined.

RaRaRaRaRara (output_control)  real(-array) HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Major radius.

Assertion: Ra >= 0.0

RbRbRbRbRbrb (output_control)  real(-array) HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Minor radius.

Assertion: Rb >= 0.0 && Rb <= Ra

PhiPhiPhiPhiPhiphi (output_control)  real(-array) HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Angle between the major axis and the x axis (radians).

Assertion: - pi / 2 < Phi && Phi <= pi / 2

Complexity

If N is the number of contour or polygon points, the runtime complexity is O(N).

Result

elliptic_axis_xldelliptic_axis_xldEllipticAxisXldelliptic_axis_xldEllipticAxisXldEllipticAxisXld returns 2 (H_MSG_TRUE) if the input is not empty. If the input is empty the behavior can be set via set_system(::'no_object_result',<Result>:)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>). If necessary, an exception is raised.

Possible Predecessors

gen_contours_skeleton_xldgen_contours_skeleton_xldGenContoursSkeletonXldgen_contours_skeleton_xldGenContoursSkeletonXldGenContoursSkeletonXld, edges_sub_pixedges_sub_pixEdgesSubPixedges_sub_pixEdgesSubPixEdgesSubPix, threshold_sub_pixthreshold_sub_pixThresholdSubPixthreshold_sub_pixThresholdSubPixThresholdSubPix, gen_contour_polygon_xldgen_contour_polygon_xldGenContourPolygonXldgen_contour_polygon_xldGenContourPolygonXldGenContourPolygonXld, test_self_intersection_xldtest_self_intersection_xldTestSelfIntersectionXldtest_self_intersection_xldTestSelfIntersectionXldTestSelfIntersectionXld

Possible Successors

area_center_xldarea_center_xldAreaCenterXldarea_center_xldAreaCenterXldAreaCenterXld, gen_ellipse_contour_xldgen_ellipse_contour_xldGenEllipseContourXldgen_ellipse_contour_xldGenEllipseContourXldGenEllipseContourXld

Alternatives

elliptic_axis_points_xldelliptic_axis_points_xldEllipticAxisPointsXldelliptic_axis_points_xldEllipticAxisPointsXldEllipticAxisPointsXld, smallest_rectangle2smallest_rectangle2SmallestRectangle2smallest_rectangle2SmallestRectangle2SmallestRectangle2

See also

moments_xldmoments_xldMomentsXldmoments_xldMomentsXldMomentsXld, smallest_circle_xldsmallest_circle_xldSmallestCircleXldsmallest_circle_xldSmallestCircleXldSmallestCircleXld, smallest_rectangle1_xldsmallest_rectangle1_xldSmallestRectangle1Xldsmallest_rectangle1_xldSmallestRectangle1XldSmallestRectangle1Xld, smallest_rectangle2_xldsmallest_rectangle2_xldSmallestRectangle2Xldsmallest_rectangle2_xldSmallestRectangle2XldSmallestRectangle2Xld, shape_trans_xldshape_trans_xldShapeTransXldshape_trans_xldShapeTransXldShapeTransXld

References

R. Haralick, L. Shapiro “Computer and Robot Vision” Addison-Wesley, 1992, pp. 73-75

Module

Foundation


ClassesClassesClassesClasses | | | | Operators