Magic & Love Interactive

Bryan Chung's website on digital art, entertainment design and software design

Menu

Skip to content
  • About
  • Artworks
  • Blogs
  • Research
  • Services
    • Selected works
  • My Links
    • YouTube
    • YouTube (AVA)
    • GitHub
    • Patreon

OpenCV and Processing 18

Posted 2015/07/18 by bryan

In addition to the Hough circle detection, this example works on the Hough line segment detection. It inputs the live webcam image; converts it into greyscale; applies a medianBlur filter; processes the Canny edge detection. The Imgproc.HoughLinesP() function will finally single out the line segments into a Mat – lines in our example codes.


Continue reading →

Posted in: Research, Software | Tagged: Hough Line, OpenCV, processing.org

Bryan Chung @ 2025