Ask Your Question

darioali's profile - activity

2017-02-08 12:54:03 -0600 received badge  Student (source)
2017-02-07 18:59:09 -0600 asked a question Just a curiosity

In some code i see something like that:

Mat bw; source_image.copyTo(bw); bw = bw < 60;

But i don't understand what is the meaning of the operator '<'. I try to find in the doc but i don't find anything (maybe i don't know what i need to search). Someone can explain me? Thanks