Свойство | Тип | Описание | |
---|---|---|---|
Intensity | short | ||
Radius | short | ||
RelativeIntensity | double | ||
Theta | double |
Метод | Описание | |
---|---|---|
CompareTo ( object value ) : int |
Compare the object with another instance of this class. |
|
HoughLine ( double theta, short radius, short intensity, double relativeIntensity ) : System |
Initializes a new instance of the HoughLine class.
|
public CompareTo ( object value ) : int | ||
value | object | Object to compare with. |
Результат | int |
public HoughLine ( double theta, short radius, short intensity, double relativeIntensity ) : System | ||
theta | double | Line's slope. |
radius | short | Line's distance from image center. |
intensity | short | Line's absolute intensity. |
relativeIntensity | double | Line's relative intensity. |
Результат | System |