Getting started Image processing python

2015-11-16 Thread Vindhyachal Takniki
1. I want to learn basic image processing in python. (working on raspberry pi 2 board) 2. I have a image with different color dots like red,white, etc.After taking image, need to identify how many are red,white etc. I am looking for free image processing libs for that. Which one is better for

Multithreading python,two tkinter windows

2015-11-01 Thread Vindhyachal Takniki
I have made a python code & using multithreading in it. this is very basic code, not using queues & other stuff. 1. Task is to create two independent Tkinter windows 2. Code has four files: main.py:creates individual thread analog.py: generate random values every 1 sec & 10 sec screen.py: