EllipseDescriptor
Describes the ellipses the function searches for.
Elements
| Name | Type | Description |
|---|---|---|
| minMajorRadius | double | Specifies the minimum length of the semi-major axis of an ellipse the function will return. |
| maxMajorRadius | double | Specifies the maximum length of the semi-major axis of an ellipse the function will return. |
| minMinorRadius | double | Specifies the minimum length of the semi-minor axis of an ellipse the function will return. |
| maxMinorRadius | double | Specifies the maximum length of the semi-minor axis of an ellipse the function will return. |