Ask Your Question

mpknap's profile - activity

2018-10-28 01:45:45 -0600 received badge  Editor (source)
2018-10-28 01:45:45 -0600 edited question Pixel Counting

Pixel Counting How to count how many pixels are brighter on image, than some value?

2018-10-27 12:38:16 -0600 commented question Pixel Counting

https://github.com/Laex/Delphi-OpenCV

2018-10-27 09:12:41 -0600 commented question Pixel Counting

Thanks for explaining. Or maybe you will provide this instruction in C ++? I will try to translate it myself ...

2018-10-27 09:07:11 -0600 commented question Pixel Counting

I use: cvMinMaxLoc (image, @minval, @maxval, minloc, maxloc);   to find @maxval coordinates, but I want to count how man

2018-10-27 08:56:59 -0600 asked a question Pixel Counting

Pixel Counting How to count how many pixels are brighter on image, than some value?