0

I cannot compile Cvblob for OSX Yosemite with Opencv 3.0 and I have read the following posts but still unable: cvBlob: OSX installation

I get this error:

cvblob.cpp:25:10: fatal error: 'cv.h' file
      not found
#include <cv.h>
         ^

How can I compile Cvblob for OSX Yosemite with Opencv 3.0?

Community
  • 1
  • 1

1 Answers1

0

cvBlob is a deprecated c-api. Instead, please look into SimpleBlobDetector and Contours.

Scott
  • 56
  • 1
  • 4