You are here: Start » AVL.NET » HoughCircle Constructor

HoughCircle Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public HoughCircle
(
	AvlNet.Point2D circleCenter,
	float circleRadius,
	float centerX,
	float centerY,
	float score
)

Parameters

Name Type Range Default Description
circleCenterAvlNet.Point2D
circleRadiusfloat
centerXfloat
centerYfloat
scorefloat

See also