1 | initial version |
// blur like hell !
int B=8;
blur(ocv,ocv,Size(B,B));
//then threshold again:!
ocv = (ocv > 30);
2 | No.2 Revision |
// blur like hell !
int B=8;
blur(ocv,ocv,Size(B,B));
//then threshold again:!
again:
ocv = (ocv > 30);