{//code=c++ Mat m = imread("flow.jpg"); m = m > 50; }
what's the mean of '>'?
1 | initial version |
{//code=c++ Mat m = imread("flow.jpg"); m = m > 50; }
what's the mean of '>'?
2 | No.2 Revision |
{//code=c++
{//code=c++
Mat m = imread("flow.jpg"); m = m > 50; }
what's the mean of '>'?
3 | No.3 Revision |
{//code=c++
{//code=c++
what's the mean of '>'?
4 | retagged |
{//code=c++
Mat m = imread("flow.jpg");
m = m > 50;
}
what's the mean of '>'?
{//code=c++
Mat m = imread("flow.jpg");
m = m > 50;
}
what's the mean of '>'?