Giter VIP home page Giter VIP logo

cvblobslib's Introduction

Linux re-port of a recent version.

I'm not related to the project, i just fixed the case sensetivity typos and unnecessary Windows headers. 
I also added a Cmake build, since there were only VS build files. Enjoy.

Compile:

$ cd cvblobslib
$ cmake .
$ make -jX 				# Where is is the number of cpu cores + 1

Install:

$ sudo make install		# To install into /usr/local/

Run example:

$ cd bin
$ ./blobTest

Include in your stuff:

#include <cvblobs/Blob.h>

Compile and Link in your stuff:

This is a example of a CMakeLists.txt to compile the Test with installed cvblobslib.

cmake_minimum_required(VERSION 2.8)

FIND_PACKAGE( OpenCV REQUIRED )

add_executable(blobTest blobTest.cpp)

target_link_libraries(blobTest cvblobs ${OpenCV_LIBS})

If your cvblobslib is not installed in /usr/, you also can link it locally:
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -L/home/user/foo/cvblobslib/lib")


For more information:

http://sourceforge.net/projects/cvblobslib
http://opencv.willowgarage.com/wiki/cvBlobsLib

Most recent version:
https://cvblobslib.svn.sourceforge.net/svnroot/cvblobslib

cvblobslib's People

Contributors

lubosz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.