Giter Club home page Giter Club logo

struck's People

Contributors

samhare 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

struck's Issues

Using a Webcam

Hi,

I have been able to run the code using the sequences available at this link. How do I track someone using the webcam on my pc?

OS X make failed.

zp@ZPdeMacBook-Pro  ~/Desktop/opencv worksapce/struck-1-master/build   master  make
[ 7%] Building CXX object CMakeFiles/struck.dir/src/ImageRep.cpp.o
/Users/zp/Desktop/opencv worksapce/struck-1-master/src/ImageRep.cpp:66:4: error:
use of undeclared identifier 'cvtColor'; did you mean 'cvCvtColor'?
cvtColor(image, m_images[0], CV_RGB2GRAY);
^~~~~~~~
cvCvtColor
/usr/local/include/opencv2/imgproc/imgproc_c.h:203:14: note: 'cvCvtColor'
declared here
CVAPI(void) cvCvtColor( const CvArr* src, CvArr* dst, int code );
^
/Users/zp/Desktop/opencv worksapce/struck-1-master/src/ImageRep.cpp:66:13: error:
no viable conversion from 'const cv::Mat' to 'const CvArr _'
(aka 'const void *')
cvtColor(image, m_images[0], CV_RGB2GRAY);
^~~~~
/usr/local/include/opencv2/core/mat.hpp:1489:28: note: candidate template
ignored: could not match 'vector<type-parameter-0-0,
allocator >' against 'const void *'
template operator std::vector<_Tp>() const;
^
/usr/local/include/opencv2/core/mat.hpp:1490:35: note: candidate template
ignored: could not match 'Vec<type-parameter-0-0, cn>' against
'const void *'
template<typename _Tp, int n> operator Vec<_Tp, n>() const;
^
/usr/local/include/opencv2/core/mat.hpp:1491:42: note: candidate template
ignored: could not match 'Matx<type-parameter-0-0, m, n>' against
'const void *'
template<typename _Tp, int m, int n> operator Matx<Tp, m, n>() const;
^
/usr/local/include/opencv2/imgproc/imgproc_c.h:203:39: note: passing argument to
parameter 'src' here
CVAPI(void) cvCvtColor( const CvArr
src, CvArr* dst, int code );
^
/Users/zp/Desktop/opencv worksapce/struck-1-master/src/ImageRep.cpp:79:4: error:
use of undeclared identifier 'integral'
integral(m_images[i], m_integralImages[i]);
^
/Users/zp/Desktop/opencv worksapce/struck-1-master/src/ImageRep.cpp:102:4: error:
use of undeclared identifier 'integral'
integral(tmp, m_integralHistImages[j]);
^
4 errors generated.
make[2]: *** [CMakeFiles/struck.dir/src/ImageRep.cpp.o] Error 1
make[1]: *** [CMakeFiles/struck.dir/all] Error 2
make: *** [all] Error 2

The speed is very low!

I have tested this project, why the fps is so low?
It is about 1.3 fps in the test sequences, do you guys get the same result??

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.