こんにちは、画像の処理にopencV androidを使用したいと思います。sift を使用する必要があるため、次のコードを記述します。
FeatureDetector featureDetector = FeatureDetector.create(FeatureDetector.FAST);
しかし、私はこのエラーを持っています:
java.lang.UnsatisfiedLinkError: Native method not found: org.opencv.features2d.FeatureDetector.create_0:(I)J
どうすれば修正できますか?