GithubHelp home page GithubHelp logo

image-matcher's Introduction

image-matcher

Image recognition implementation in Android, using OpenCV

image-matcher's People

Contributors

mustafaakin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

image-matcher's Issues

crash,filterMatchesByHomography

i call the function filterMatchesByDistance get filtered matches
and the call the function filterMatchesByHomography,
in function filterMatchesByHomography()
this line
Point kk1 = k1[match.queryIdx].pt;
crash
java.lang.ArrayIndexOutOfBoundsException: length=68; index=126

because the old version .it can not work well on the new version

Caused by: CvException [org.opencv.core.CvException: cv::Exception: /Volumes/Linux/builds/master_pack-android/opencv/modules/features2d/misc/java/src/cpp/features2d_manual.hpp:374: error: (-5) Specified descriptor extractor type is not supported. in function static cv::javaDescriptorExtractor* cv::javaDescriptorExtractor::create(int)

at org.opencv.features2d.DescriptorExtractor.create_0(Native Method)
at org.opencv.features2d.DescriptorExtractor.create(DescriptorExtractor.java:93)
at com.example.wang.opencvdemo1.DetectUtility.(DetectUtility.java:26)

Issues with compilation

I am trying to compile this code and getting the following error:

C:\Users\filepath\image-matcher-master\res\layout\main_layout.xml
Error:(62, -1) android-apt-compiler: [image-matcher-master] C:\Users\filepath\image-matcher-master\res\layout\main_layout.xml:62: error: No resource identifier found for attribute 'camera_id' in package 'in.mustafaak.imagematcher'
Error:(62, -1) android-apt-compiler: [image-matcher-master] C:\Users\filepath\image-matcher-master\res\layout\main_layout.xml:62: error: No resource identifier found for attribute 'show_fps' in package 'in.mustafaak.imagematcher'

Please, how do i go around this?

it works

i change below
// final static DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.BRIEF);
final static DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.BRISK);

hahahahaha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.