i am facing problem in blbo detection in new open cv.. there always break at this line blobs = CBlobResult( originalThr, NULL, 255 );
please suggest some solutions...
1 | initial version |
i am facing problem in blbo detection in new open cv.. there always break at this line blobs = CBlobResult( originalThr, NULL, 255 );
please suggest some solutions...
2 | No.2 Revision |
i am facing problem in blbo blob detection in new open cv..
there always break the code breaks at this line
line
blobs = CBlobResult( originalThr, NULL, 255 );
and displays..."""Unhandled exception at 0x76ae4b32 in blob_detection.exe: Microsoft C++ exception: int at memory location 0x0111fc38..""
please suggest some solutions...