
C# | Visual Basic | Visual C++ |
public LineSegment2D<int>[][] HughLines( TColor cannyThreshold, TColor cannyThresholdLinking, double rhoResolution, double thetaResolution, int threshold, double minLineWidth, double gapBetweenLines )

- cannyThreshold (TColor)
[Missing <param name="cannyThreshold"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
- cannyThresholdLinking (TColor)
[Missing <param name="cannyThresholdLinking"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
- rhoResolution (Double)
[Missing <param name="rhoResolution"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
- thetaResolution (Double)
[Missing <param name="thetaResolution"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
- threshold (Int32)
[Missing <param name="threshold"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
- minLineWidth (Double)
[Missing <param name="minLineWidth"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
- gapBetweenLines (Double)
[Missing <param name="gapBetweenLines"/> documentation for "M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)"]

[Missing <returns> documentation for M:Emgu.CV.Image`2.HughLines(`0,`0,System.Double,System.Double,System.Int32,System.Double,System.Double)]