Ask Your Question

gmparker's profile - activity

2018-08-16 07:23:21 -0600 marked best answer Android Object tracking

I'm building an Android based OpenCV application that needs to track objects. I was reading an article on pyimagesearch that uses various object tracking implementations (KCF, CSRT, MOSSE, etc) that are available in OpenCV 3+. I would love to try these in my android application but I don't see them exposed in the Android SDK. Are these implementations available in the SDK?

2018-08-16 07:23:21 -0600 received badge  Scholar (source)
2018-08-16 07:23:13 -0600 received badge  Supporter (source)
2018-08-15 17:16:12 -0600 received badge  Student (source)
2018-08-12 21:18:32 -0600 asked a question Android Object tracking

Android Object tracking I'm building an Android based OpenCV application that needs to track objects. I was reading an