Git Product home page Git Product logo

opencv_qr's People

Contributors

bharathp666 avatar costashatz avatar nikoscho avatar xw0 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  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  avatar  avatar  avatar  avatar  avatar  avatar

opencv_qr's Issues

segfault

I get the following runtime:

[1] 8124 segmentation fault ./qr_video

Any idea what might be causing the issue?

ERR: Unable find input Video source.

Hi
Thanks very much for providing this code and I am going to use it for a robotics project , try to run the code on a virtual machine which installed ubuntu 14.04 and the host is windows 8.1 , after finish the readme , it just tell me ERR: Unable find input Video source.

Index out of bound in clr_flg vector

The following line of code:

if ((clr_flg[lx - 1] == blob_count) || (clr_flg[lx + 1] == blob_count)) //Check for the continuity with previous scanned data

is executed with lx=0 and lx= size_of(clr_flg)-1 causing a runtime crash.

save qr image

Hi,
How can I decide when to save a qr image extracted with your tool, to be sure that the qr is ready to be analyzed??

thanks

JavaScript conversion - some help requested

Firstly, thank you for developing this code, it's quite impressive. I'm trying to port this to JavaScript to run in node.js on a little Raspberry Pi project I'm doing. I'm not familiar with C++, so some of the syntax is beyond me at this stage, and I'd appreciate a little help to interpret your code. I'll list the bits I don;t understand, and invite you to comment. I'm looking at your image.cpp code.

Mat gray(image.size(), CV_MAKETYPE(image.depth(), 1)); // To hold Grayscale Image
I'm not sure about this syntax. it looks to my eyes like a variable or function declaration, but seems to be neither. Are you declaring a variable with name "gray", and instantiating somehow? Is "gray" a function?

vector<vector<Point> > contours; vector<Vec4i> hierarchy; vector<Moments> mu(contours.size()); vector<Point2f> mc(contours.size());
This one's got me as well. Can't seem to find "mu" or "mc" as functions. Is "vector" a class in your project, or does it come from OpenCV? The syntax is completely foreign to me, perhaps you could explain what is being done in these lines...

Thanks for any help you can provide.

Paul

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.