Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

using SIFT/SURF for feature extraction using opencv on android using Android App?

$
0
0
I'm working on a feature extraction/matching app using opencv on android . I'm trying to use those lines in my android app but the app crash even if the variables featureDetector & descriptorExtractor are not NULL. FeatureDetector featureDetector = FeatureDetector.create(FeatureDetector.SIFT); DescriptorExtractor descriptorExtractor = DescriptorExtractor.create(DescriptorExtractor.SIFT); it crashes exactly when I call this line featureDetector.detect(image,matOfKeyPoint);

Viewing all articles
Browse latest Browse all 41027

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>