Ask Your Question

Hiro's profile - activity

2018-01-28 15:08:27 -0600 commented answer Store calculation result from RGB in Vec3b into new matrix instead of Mat Object

It seems like I can't really understand why I need to convert the original image. Could you please give the brief idea a

2018-01-28 15:04:35 -0600 commented answer Store calculation result from RGB in Vec3b into new matrix instead of Mat Object

It seems like I can't really understand why I need to convert the original image. Could you please let me know ? Do you

2018-01-28 14:47:33 -0600 commented answer Store calculation result from RGB in Vec3b into new matrix instead of Mat Object

I have. cvtcolor is not available for this, I'm trying to convert into LMS. Reference of matrix transformation value to

2018-01-28 14:38:26 -0600 commented answer Store calculation result from RGB in Vec3b into new matrix instead of Mat Object

Yes ! I'm trying to change colorspace. So I need to calculate the sum of previous channel (BGR) after multiplying each

2018-01-28 14:29:43 -0600 commented answer Store calculation result from RGB in Vec3b into new matrix instead of Mat Object

Hi, thanks for replying. In the last line merge(output, res), is res referring to new Mat object ? My bad, I didn't mak

2018-01-28 13:40:39 -0600 asked a question Store calculation result from RGB in Vec3b into new matrix instead of Mat Object

Store calculation result from RGB in Vec3b into new matrix instead of Mat Object Hi, I've been learning to work with ima