Is there a way to boost the performance of opencv based facial trackers using the unity engine? I can run existing c++ native code through an unity plugin, but the performance is still poor on mobile devices since the opencv part of the code runs on CPU.
Is there a way to speed up the process? I’m looking to implement something like this : Visage Technologies - Face tracking, analysis and recognition technology which runs at a great framerate on iOS
Thanks,