Class CvExtensions
Inheritance
System.Object
CvExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp.Extensions
Assembly: OpenCvSharp.Extensions.dll
Syntax
public static class CvExtensions
Methods
| Improve this Doc View SourceHoughLinesProbabilisticEx(Mat, Double, Double, Int32, Double, Double, Double, Double)
Declaration
public static LineSegmentPoint[] HoughLinesProbabilisticEx(this Mat img, double rho, double theta, int threshold, double minLineLength, double maxLineGap, double thetaMin = 0, double thetaMax = default(double))
Parameters
Type | Name | Description |
---|---|---|
Mat | img | |
System.Double | rho | |
System.Double | theta | |
System.Int32 | threshold | |
System.Double | minLineLength | |
System.Double | maxLineGap | |
System.Double | thetaMin | |
System.Double | thetaMax |
Returns
Type | Description |
---|---|
LineSegmentPoint[] |