Code Monkey home page Code Monkey logo

ccv2's People

Contributors

a-lushnikov avatar achurikov avatar alushnikov avatar cindering avatar shalstvedt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccv2's Issues

Put all filters in one module (nuiCPUFilter?)

  • combat the huge number of modules with simple code
  • configurable by properties
  • can stack up multiple instances with different configs, but have only one dll in memory and disk and VS
  • better than inheritance for the above reason?

Reimplement blob/contour visualization

  • reimplement drawing code for contours that currently depends on ofx. either add opengl to the project or reimplement that part of the contour and blob visualization code in another way. perhaps keeping opengl is the most forward-thinking, using highgui functions might not be best? lower priority than getting blobs out.

cannot open shared object file: libgstreamer-0.10.so.0

I'm attempting to launch this software on Ubuntu 16.04 and I'm encountering an error when I run ./clickToLaunchApp.sh

./Community_Core_Vision: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

I have checked and I already have installed libgstreamer0.10-dev and libgstreamer0.10-0-dev. Is there a fix for this?

Required json rpc lib enchancement

Need to implement either support for POST messages with standard HTML headers in json-rpc-cpp or sending plain text with Jayrock. Json-Rpc-Api won't work otherwise.
Personally I would prefer enchancing json-rpc-cpp library, seems that it can be done faster.

What is the state of this repo ?

Hi guys !

I've already work a bit with the 1.5 version of CCV and I'm interessed in upgrading it, specially for multicam support.
I build kind of software with PureData but there are some limitations and performance issues.
What is the state of this repo ?
I tried to build it a while ago under Windows 7 with MSVC but it crashes at startup.
Is there any chance to build it under Linux / Mac OS ?

Or the project have been ditched ?

Thanks

Port blob tracker from CCV1

  • remove functional ofx dependencies for tracking (ofRectangle, ofPoint). easy, use cvRectangle, cvPoint. Blob.h, ContourFinder.cpp
  • reimplement touch messenger to migrate away from ofx. need fifo event queue (endpoint), delegate (boost::function?). perhaps in a different module.

DeepCopy = false option for DataStream causes criticall errors

Setting deepCopy to false causes criticall errors.

As error rises in different places it may be a multithreading issue. Probably related to the fact that datapacket sent from one module is considered unused and deleted OR (more probable) to the fact that it is being overwritten by creator module when being used by other modules.

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.