Click or drag to resize
CvInvokeHoughLinesP Method
http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberHoughLinesP(IInputArray, Double, Double, Int32, Double, Double)
Finds line segments in a binary image using the probabilistic Hough transform.
Public methodStatic memberHoughLinesP(IInputArray, IOutputArray, Double, Double, Int32, Double, Double)
Finds line segments in a binary image using the probabilistic Hough transform.
Top
See Also