constructor
Metin bulmak için şöyle yaparız.
Şöyle yaparız. MatOfKeyPoint nesnesini doldurur.
Metin bulmak için şöyle yaparız.
FeatureDetector detector = FeatureDetector.create(FeatureDetector.MSER);
detect metoduŞöyle yaparız. MatOfKeyPoint nesnesini doldurur.
MatOfKeyPoint keypoint = new MatOfKeyPoint();
detector.detect(img, keypoint);
Hiç yorum yok:
Yorum Gönder