Hello there.<div>I ve been using python a lot lately for my school in order to make small gui(wxpython) apps.</div><div>Today a teacher came up with an interesting project. </div><div>The idea is that he gives you a series of photos with some objects inside. </div>
<div>For example a photo could contain two black circles in a white background. </div><div>The question is how can i find a circle in a given image?</div><div>When i find the circles how can i draw a line between them in order to create a connection?</div>
<div><br></div><div>I know that this may need pattern recognition.</div><div><br></div><div>What i want you to tell me is what things i will need in order to make this thing possible with python.</div><div><br></div><div>
My idea is to use use PIL in order to find the circles in the image. </div><div>Then i will import this image to wxpython canvas and i will draw a line between their centers.</div><div>Is that possible?</div><div><br></div>
<div>I really need some help here.</div>