Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dense_flow #2

Closed
Jangol opened this issue Jan 15, 2016 · 2 comments
Closed

dense_flow #2

Jangol opened this issue Jan 15, 2016 · 2 comments

Comments

@Jangol
Copy link

Jangol commented Jan 15, 2016

@wanglimin

这个工具必须要有GPU才能运行吗?只有CPU怎么用呢?

@wanglimin
Copy link
Owner

The following code is based on CPU:

https://github.com/wanglimin/dense_flow/blob/master/denseFlow.cpp

You should try to compile it by yourself.

@Jangol
Copy link
Author

Jangol commented Jan 15, 2016

@wanglimin
Thank you very much, I solved this problem.

@Jangol Jangol closed this as completed Jan 15, 2016
wanglimin pushed a commit that referenced this issue Jul 12, 2018
* Add std::vector

* Add std::string

* Add std:: and easylogging include

* Update headers and add windowedMatchingMask func

* Add cv:: namespace to countNonZero

The compiler was reporting it to be ambiguous due to existing
in both `cv::` and `cv::cuda::`.

* Update call to SURF detector and extractor

* Update calls to GPU dense flow functions

* Fix namespace issues in extract warp flow

* Replicate changes to Python interface

* Clean code and add TODO

* Fix command-line arguments to CV 3.1

* Change copyTo to download

* Instantiate py_denseflow alg_tvl1

* Add @yjxiong usage example for libpydenseflow

Use as
$ python tools/action_flow.py

* Extract from a video using pyflow

* Rename action_flow.py to extract_flow.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants