Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 353

Meanshift is not an option in android native development.

$
0
0
I'm trying to develop an app that uses meanshift to track an object. I got the code working in python and decided to integrate it into the android app instead of sending the data to a server for processing. I set up the ndk and imported opencv into the project. Everything worked fine until I got to the meanshift. Meanshift does not show up as an option in the IDE even though the documentation lists it as present. Camshift also doesn't show up. Strangely, however, pyrMeanShiftFiltering does show up as an option, but that's not what I'm looking for. Also, in the activity Video.MeanShift() works, but I'd prefer to stay in the native library rather than doing any big calculations in java for the sake of speed. Any help would be greatly appreciated. ![image description](/upfiles/14677347468382297.png)

Viewing all articles
Browse latest Browse all 353

Trending Articles