GeneralizedHoughDp Property
|
Inverse ratio of the accumulator resolution to the image resolution.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Dp { get; set; }
Public Property Dp As Double
Get
Set
public:
property double Dp {
double get ();
void set (double value);
}
member Dp : float with get, set
function get_Dp();
function set_Dp(value);
Return Value
Type:
Double
See Also