-
Notifications
You must be signed in to change notification settings - Fork 204
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
Comments
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. |
@wanglimin |
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
@wanglimin
这个工具必须要有GPU才能运行吗?只有CPU怎么用呢?
The text was updated successfully, but these errors were encountered: