FoundCircle(dvec3, dvec2, Double, dvec3) Constructor |
Constructs a FoundCircle from ellipse object.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic FoundCircle(
dvec3 center,
dvec2 size,
double angle,
dvec3 roiCenter
)
Parameters
- center dvec3
- The ellipse's center.
- size dvec2
- The width and height of the ellipse.
- angle Double
- The angle of the ellipse against the x axis.
- roiCenter dvec3
- The center of the region of interest the
corner has been found in.
See Also