Property AlternatingRayOrder
AlternatingRayOrder
Determines how the rays are ordered. By default the ordering is as follows: middle ray is first; then alternates outward adding rays to the left and right. If set to false, then the rays are ordered from left to right (viewed from above) which is more amenable to processing with conv nets. This property will be deprecated with the next major version update and the left to right ordering will be used thereafter.
Declaration
public bool AlternatingRayOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |