Ask Your Question

ImGladYouCame's profile - activity

2017-10-11 02:46:32 -0600 commented answer How to get every pixel's value of R, G and B from the Mat of type CV_8UC3 in Java?

Thanks,I have solved my problem.

2017-10-11 02:37:25 -0600 marked best answer How to get every pixel's value of R, G and B from the Mat of type CV_8UC3 in Java?

I used Mat :: get (row, col, data) method to get each pixel, but how to get each pixel R, G, B value?

2017-10-11 02:37:25 -0600 received badge  Scholar (source)
2017-10-10 09:11:18 -0600 asked a question How to get every pixel's value of R, G and B from the Mat of type CV_8UC3 in Java?

How to get every pixel's value of R, G and B from the Mat of type CV_8UC3 in Java? I used Mat :: get (row, col, data) me

2017-10-10 09:11:16 -0600 commented answer How to get and modify the pixel of Mat in Java?

How do I get the value of R, G and B from the Mat of type CV_8UC3?