You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, cool project. I was looking for an object tracking solution and I found some blog posts on using opencv for this. https://learnopencv.com/object-tracking-using-opencv-cpp-python/#highlighter_597113. I didn't see any of the algorithms mentioned in the blog in the list of supported algorithms. Are these just not currently supported? Or can they be easily reconstructed with some combination of other supported functions? Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hi @fantapop, This port does not support trackers. Unfortunately, to improve performance on mobile devices, all non-essential modules were removed from the OpenCV build. It is generally possible to replace OpenCV with a custom compilation that includes such a module, but I have no plans to do so at the moment.
Hey there, cool project. I was looking for an object tracking solution and I found some blog posts on using opencv for this. https://learnopencv.com/object-tracking-using-opencv-cpp-python/#highlighter_597113. I didn't see any of the algorithms mentioned in the blog in the list of supported algorithms. Are these just not currently supported? Or can they be easily reconstructed with some combination of other supported functions? Thanks for your time.
The text was updated successfully, but these errors were encountered: