Skip to content

Circle detection in image using Random Search using Openframeworks.

Notifications You must be signed in to change notification settings

bemoregt/wwRandomCircle

Repository files navigation

wwRandomCircle

Circle detection in image using Random Search using Openframeworks.

result example

  • Random Searching

result example

  • Find Result

Algorithm

  • Montecarlo random circle search.
  • Random radius & Random center generation & pixel color comparison.

Dependency

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

Next Plan

  • Montecarlo Tree Search (challengable)
  • Code Optimization for time saving (easy)
  • Line & Rectangle area random search (easy).