Back to FabImage Library website
You are here: Start » Function Reference » Shape Features » ShapeEllipticAxes

ShapeEllipticAxes
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes axes of an ellipse having the same first and second order moments as the given shape.
Syntax
C++
C#
void fil::ShapeEllipticAxes ( const fil::Path& inShape, fil::Segment2D& outMajorAxis, fil::Segment2D& outMinorAxis )
Parameters
Description
The orientations of the resulting axes are always between 0 and 180 degrees.
Note that if the input path is not a valid shape (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.