Giter Club home page Giter Club logo

fastmcd's People

Contributors

alehdaghi avatar kmyi avatar ycfelix 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  avatar  avatar  avatar

Watchers

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

fastmcd's Issues

Saving result video

Can any one help in giving pointers on how the result video can be saved?
Much thanks in advance

Error during compiling

Hi
I tried the code and came across two errors. Its clear that the issue has something to do with opencv.
Either the opencv version or the compiler.
Any idea on how to go about this would be highly appreciated.

Below is the error I got:

/home/vip/Documents/Motion Detection Codes/fastMCD-master/src/KLTWrapper.cpp: In member function ‘void KLTWrapper::SwapData(IplImage*)’:
/home/vip/Documents/Motion Detection Codes/fastMCD-master/src/KLTWrapper.cpp:152:34: error: ‘cvCopyImage’ was not declared in this scope
cvCopyImage(imgGray, imgPrevGray);
^
/home/vip/Documents/Motion Detection Codes/fastMCD-master/src/KLTWrapper.cpp: In member function ‘void KLTWrapper::MakeHomoGraphy(int*, int)’:
/home/vip/Documents/Motion Detection Codes/fastMCD-master/src/KLTWrapper.cpp:180:43: error: ‘CV_RANSAC’ was not declared in this scope
if (!cvFindHomography(&_pt1, &_pt2, &_h, CV_RANSAC, 1))
^
/home/vip/Documents/Motion Detection Codes/fastMCD-master/src/KLTWrapper.cpp:180:55: error: ‘cvFindHomography’ was not declared in this scope
if (!cvFindHomography(&_pt1, &_pt2, &_h, CV_RANSAC, 1))
^
CMakeFiles/fastMCD.dir/build.make:110: recipe for target 'CMakeFiles/fastMCD.dir/src/KLTWrapper.cpp.o' failed
make[2]: *** [CMakeFiles/fastMCD.dir/src/KLTWrapper.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/fastMCD.dir/all' failed
make[1]: *** [CMakeFiles/fastMCD.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Can't get the woman detected

Hi, sorry to disturb you! But my result cannot get the woman detected with NVCC compliers and nsight eclipse!
qq 20170220093220
This is the result!
Thank you very much!

About the speed

Great job! But when I test this project, it takes almost 22ms per frame, which is slower than that in paper.

Where do I get the motionCompensate(double h[9]) values

If I only need prob_model.hpp to embed the motion detector in my test application, where can I can get the values for the double h[9] array parameter needed for motionCompensate

Thanks

Edit: I'm not using OpenCV at all

when i build your project i am getting some errors

i have used vs 2012 and vs 2015, opencv 3.2, cmake 3.8 in win 10 operation system. But i am getting some error.

when i click configure button via CMAKE i am getting the message below :
<<
CMake Warning at C:/opencv/build/OpenCVConfig.cmake:138 (message):
Found OpenCV Windows Pack but it has no binaries compatible with your
configuration.

You should manually point CMake variable OpenCV_DIR to your build of OpenCV
library.
Call Stack (most recent call first):
CMakeLists.txt:11 (find_package)

when building project on Visual Studio, i am getting many errors.

i wonder which version of vs ,opencv, and cmake should i use?
Thanks

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.