Ask Your Question
0

Blob detection in Opencv 2.0

asked Jun 20 '13

rahul.nitrkl gravatar image

updated Jun 20 '13

i am facing problem in blob detection in new open cv.. the code breaks at this 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...

Preview: (hide)

2 answers

Sort by » oldest newest most voted
0

answered Jun 20 '13

engine gravatar image

try to use the linux version of the sample program on window it works

Preview: (hide)

Comments

thanks for reply..can u explain a bit more

rahul.nitrkl gravatar imagerahul.nitrkl (Jun 20 '13)edit

îf you are using the windows sample project of blobs try to use the one for linux

engine gravatar imageengine (Jun 20 '13)edit
0

answered Jun 20 '13

unxnut gravatar image

You may have to recompile the cvBlobsLib library. I am assuming that your code worked prior to updating to the new version of OpenCV.

Preview: (hide)

Comments

Thanks for reply...but still its not working...canu suggest some other library for this function..CBlobResult.

rahul.nitrkl gravatar imagerahul.nitrkl (Jun 21 '13)edit

Thanks for help.. My previous code worked . I had some problem with Library and it is sorted out.

rahul.nitrkl gravatar imagerahul.nitrkl (Jun 25 '13)edit

Question Tools

Stats

Asked: Jun 20 '13

Seen: 1,449 times

Last updated: Jun 20 '13