Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
// blur like hell !
int B=8;
blur(ocv,ocv,Size(B,B));

//then threshold again:!
ocv = (ocv > 30);

image description

// blur like hell !
int B=8;
blur(ocv,ocv,Size(B,B));

//then threshold again:!
again:
ocv = (ocv > 30);

image descriptionblur and threshold