Skip to content

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

@davidkovaccs

Description

@davidkovaccs

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions