2014-08-25 14:27:13 -0600 | received badge | ● Scholar (source) |
2014-08-25 14:27:12 -0600 | received badge | ● Supporter (source) |
2014-08-19 12:00:07 -0600 | commented question | error bitwise operation ok my apologies, I edit the post and I hope you can understand. the problem is in the line res = cv2.bitwise_not(image1,image,mask=mask) I think it hits the negative image1 (beach) |
2014-08-19 11:48:13 -0600 | received badge | ● Editor (source) |
2014-08-18 15:41:56 -0600 | asked a question | error bitwise operation Hello, I am a engineer student in Universidad Católica de Temuco (Chile) and currently I'm working on my thesis. I'm making a prototype in real time chroma key on linux (ubuntu 11|.04). So this prototype is being developed in python with opencv. As can see I could apply a mask with a range of green colors (light and dark green) - this showing in the window called res resulting from the mask denied (leaving in black green hues ). the problem is the background image shown in negative any suggestions? Regards and the real color of the picture
|
2014-08-04 15:47:16 -0600 | asked a question | Modify ROI in the mask Hi! Hello, I am a engineer student in Universidad Católica de Temuco and currently I'm working on my thesis. I'm making a prototype in real time chroma key on linux (ubuntu 11|.04). So this prototype is being developed in python with opencv and simplecv library and I wonder if there is any chance to help me with the mask in simplecv and opencv. Any kind of help,examples or doumentation would be useful for my research. source code I need replace ROI (in res window) for any background (picture or video) Regards. |