Skip to content

bemoregt/wwMouseHough

Repository files navigation

wwMouseHough

HoughLines Transform with Parameter selection using MouseMove. for Openframeworks & C++ using ofxCv.

POC example

How To

  • Move your mouse horizontally to change Hough Threshold in realtime.
  • Move your mouse verticallyl to change Canny Edge Threshold in realtime.

Dependency

  • OpenFrameworks 0.10.1
  • ofxCv
  • ofxOpenCv
  • ofxGUI
  • XCode 10.12.x
  • OSX Mojave

Next Plan

  • Realtime VideoFile POC
  • Realtime WebCam POC
  • Sobel edge based Hough Transform.