How can I use cvBlob?
Briefly, two ways: • Compiling cvBlob as a library and linking with it. For compiling cvBlob: • Use CMAKE (read HowToCompile) or • set up yourself a project that build a library and add the cvBlob files (*.h and *.cpp in cvBlob directory) that is exactly what CMAKE does automatically. • Adding cvBlob files (*.h and *.cpp in cvBlob directory) to your project. For more information read HowToUse.