|
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
)
Public Function CompareTo (
obj As Object
) As Integer
Request Example
View SourceParameters
- obj
- Type: SystemObject
Object to compare with.
Return Value
Type:
Int32A 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 |
---|
The sort order is descending. |
Implements
IComparableCompareTo(Object)Remarks Note |
---|
Object are compared using their intensity value. |
See Also