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

tld->processimage(cv::Mat) is really slow at the first frame #28

Open
davidkovaccs opened this issue Oct 20, 2012 · 0 comments
Open

tld->processimage(cv::Mat) is really slow at the first frame #28

davidkovaccs opened this issue Oct 20, 2012 · 0 comments

Comments

@davidkovaccs
Copy link

Hi!

I'm trying to use the openTLD lib in an iOS apllication. First I detect a face with a Face detector and want to track it. After I detected a face call SelectObject on tld with a grayscaled image.
From the next Frame I'm calling tld->imagePrcess(rgbImage) to process the image/track the face. The first call of the imageProcess tooks 5 minutes and I can't figure out what am I doing wrong. After that every frame is computed in 100ms. What can be the problem?

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

1 participant