Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what's the mean of '>' with Mat

{//code=c++ Mat m = imread("flow.jpg"); m = m > 50; }

what's the mean of '>'?

what's the mean of '>' with Mat

{//code=c++ {//code=c++

Mat m = imread("flow.jpg"); m = m > 50; }

what's the mean of '>'?

click to hide/show revision 3
No.3 Revision

updated 2013-12-06 03:42:00 -0600

berak gravatar image

what's the mean of '>' with Mat

{//code=c++

{//code=c++
  

Mat m = imread("flow.jpg"); m = m > 50; }

}

what's the mean of '>'?

what's the mean of '>' with Mat

{//code=c++

    Mat m = imread("flow.jpg");
    m = m > 50;
}

what's the mean of '>'?

what's the mean of '>' with Mat

{//code=c++

    Mat m = imread("flow.jpg");
    m = m > 50;
}

what's the mean of '>'?