Ask Your Question

Toutou's profile - activity

2018-05-13 15:26:58 -0600 received badge  Citizen Patrol (source)
2018-05-13 13:33:51 -0600 asked a question I want to calculate the yellow pixels in a YCbCr image (open cv) with python how can I write this code

I want to calculate the yellow pixels in a YCbCr image (open cv) with python how can I write this code I want to use two

2018-05-13 13:33:49 -0600 asked a question I want to calculate the yellow pixels in a YCbCr image (open cv) with python how can I write this code

I want to calculate the yellow pixels in a YCbCr image (open cv) with python how can I write this code I want to use two

2018-05-10 14:46:28 -0600 commented question how can i discover the values of Y,cb,cr on one pixel (picture) with python

problem (error syntax ) : in loop i , j for i in range(0, rows): for j in range(0, cols): R = frame[i, j][

2018-05-10 14:43:04 -0600 edited question how can i have the values Y, cb, cr of the pixel of an image (python)

how can i have the values Y, cb, cr of the pixel of an image (python) error in loops (syntax error ) : B, G, R = i

2018-05-10 14:41:23 -0600 asked a question how can i have the values Y, cb, cr of the pixel of an image (python)

how can i have the values Y, cb, cr of the pixel of an image (python) error in loops (syntax error ) : B, G, R = i

2018-05-09 17:38:18 -0600 received badge  Supporter (source)
2018-05-09 17:38:13 -0600 marked best answer how can i discover the values of Y,cb,cr on one pixel (picture) with python

I am doing a project with image processing with opencv. I am stuck in this stage and thanks in advance

2018-05-09 17:38:13 -0600 received badge  Scholar (source)
2018-05-09 17:29:10 -0600 received badge  Student (source)
2018-05-09 16:56:58 -0600 commented question how can i discover the values of Y,cb,cr on one pixel (picture) with python

thanks my friend :)

2018-05-09 16:39:03 -0600 commented question how can i discover the values of Y,cb,cr on one pixel (picture) with python

thanks my friend but how can program konw the values R G B with this function ?

2018-05-09 16:17:39 -0600 commented question how can i discover the values of Y,cb,cr on one pixel (picture) with python

i don't understand how can i write this in python with pixel for exemple x = img[360,792] print(x) ===> [125 122 10

2018-05-09 16:15:29 -0600 commented question how can i discover the values of Y,cb,cr on one pixel (picture) with python

i don't understand how can i write this in python

2018-05-09 16:00:17 -0600 asked a question how can i discover the values of Y,cb,cr on one pixel (picture) with python

how can i discover the values of Y,cb,cr on one pixel (picture) with python I am doing a project with image processing w

2018-05-09 15:52:35 -0600 received badge  Editor (source)
2018-05-09 15:52:35 -0600 edited question how can i discover the values Y, Cb , Cr on one pixel (image) with python

comment on peut avoir les valeurs Y , cb , cr (python) séparés un pixel d'une image je travaille sur un projet de trai

2018-05-09 14:06:10 -0600 asked a question how can i discover the values Y, Cb , Cr on one pixel (image) with python

comment on peut avoir les valeurs Y , cb , cr (python) séparés un pixel d'une image je travaille sur un projet de trai