Using python for web IM?
Hello, We are currently working on a project which needs video and audio streaming(peer to peer). We need to know if there are any available open source libraries to embed video,audio,p2p transfer in our client OR if there is any available framework which could help us with our project. It would bereally helpful if you could also provide us some feedback on what we can use as XMPP server. -- http://mail.python.org/mailman/listinfo/python-list
How i can get data from an image
Hello there. I ve been using python a lot lately for my school in order to make small gui(wxpython) apps. Today a teacher came up with an interesting project. The idea is that he gives you a series of photos with some objects inside. For example a photo could contain two black circles in a white background. The question is how can i find a circle in a given image? When i find the circles how can i draw a line between them in order to create a connection? I know that this may need pattern recognition. What i want you to tell me is what things i will need in order to make this thing possible with python. My idea is to use use PIL in order to find the circles in the image. Then i will import this image to wxpython canvas and i will draw a line between their centers. Is that possible? I really need some help here. -- http://mail.python.org/mailman/listinfo/python-list
How i can get data from an image
Hello there. I ve been using python a lot lately for my school in order to make small gui(wxpython) apps. Today a teacher came up with an interesting project. The idea is that he gives you a series of photos with some objects inside. For example a photo could contain two black circles in a white background. The question is how can i find a circle in a given image? When i find the circles how can i draw a line between them in order to create a connection? I know that this may need pattern recognition. What i want you to tell me is what things i will need in order to make this thing possible with python. My idea is to use use PIL in order to find the circles in the image. Then i will import this image to wxpython canvas and i will draw a line between their centers. Is that possible? I really need some help here. -- http://mail.python.org/mailman/listinfo/python-list