Click or drag to resize
Accord.NET (logo)

HoughCircleCompareTo Method

Compare the object with another instance of this class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int CompareTo(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
Object to compare with.

Return Value

Type: Int32

A signed number indicating the relative values of this instance and value: 1) greater than zero - this instance is greater than value; 2) zero - this instance is equal to value; 3) greater than zero - this instance is less than value.

Note Note
The sort order is descending.

Implements

IComparableCompareTo(Object)
Remarks

Note Note
Object are compared using their intensity value.

See Also