problem with image processing
Posted: 28 March 2011 11:02 AM   [ Ignore ]
Rank
Joined  2011-01-10
Total Posts:  4
New Member

Hello
I’m trying to use some image processing tools in pymt such as rgb2hsv.
The image I’m using came from “videocapture” module for python, i used the getImage method to get it (the image is from a webcam).
but when i’m trying to do somethong with it i just can’t. Phyton tells me that the format is not good or something.
so i wanted to know how i can reach the image so i can do some processing on it (such as rgb2hsv, threshold etc.)
Thanks

Profile
 
 
Posted: 31 March 2011 01:24 PM   [ Ignore ]   [ # 1 ]
Rank
Joined  2011-01-10
Total Posts:  4
New Member

Never mind, I found a solution.
thanks anyway

Profile