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

C++ implementation of your code #17

Open
nishantkapur opened this issue Apr 1, 2015 · 1 comment
Open

C++ implementation of your code #17

nishantkapur opened this issue Apr 1, 2015 · 1 comment

Comments

@nishantkapur
Copy link

Greetings
I have implemented code for testing in C++ opencv. Results are as good as your matlab implementation. My concern is that it consumes around 0.5sec per image in C++. I have used parallel programming at any step possible(for me). Can you please suggest some optimizations to make it fast?

PS :- I have also removed concatination of feats, cnodes from real time. I have concatinated then before i load the image. This resulted in decrease in computation time in real time but not as much i was expecting.

Thank You.

@jwyang
Copy link
Owner

jwyang commented Apr 1, 2015

@nishantkapur ,

it should not be that slow. I do not think the c++ implementation need to be similar to the matlab codes. Especially for feature extraction, much faster implementation can be achieved actually.

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