1

After install blobs package on Debian. am getting the error like

libdc1394 error: Failed to initialize libdc1394
Traceback (most recent call last):
  File "1.py", line 8, in <module>
    from blobs.BlobResult import CBlobResult
ImportError: No module named blobs.BlobResult

I trying to run that code. OpenCv and cvBlob already installed. Can anyone help me to run that code?

Dmitrij Holkin
  • 1,995
  • 3
  • 39
  • 86
  • unfortunately horribly outdated. opencv3 won't support anything like cv anymore, only cv2 – berak Feb 22 '15 at 20:01

1 Answers1

2

Maybe you forget to install the python wrapper for cvBlob:

https://github.com/oostendo/cvblob-python

Ha Dang
  • 1,218
  • 1
  • 10
  • 12