-
Notifications
You must be signed in to change notification settings - Fork 499
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
Add a simple C++ wrapper for ACF Detector #5
base: master
Are you sure you want to change the base?
Conversation
Hi Edison -- Thanks, this sounds great! I won't have time in the immediate future to go -Piotr On Fri, May 22, 2015 at 2:17 AM, Edison [email protected] wrote:
|
@zeyuanxy Hello .. sorry I have a question .. the compilation of code is in Matlab runtime?? We want to run out code with gcc compiler in DSP board . is there any way for doing that?? |
@mohammadjv6 Good luck. |
Hello! |
Hi Piotr, ACF is really fantastic! I have read your paper about that and I am impressed by its great performance and speed, thus I add some other code and one READMEs for a simple C++ wrapper for the function
acfDetect
. Thus it will be easy to deploy as the heavy-weighted MATLAB is not required to be installed. It is really a honor for me to help with this, Thanks!