Daniel Beer
Daniel Beer
On Tue, Nov 06, 2018 at 02:34:47PM +0000, Jean-Luc Béchennec wrote: > Hello, > > mspdebug 0.24 > msp430-gdb 7.2 > Mac OS X 10.11.6 > > I am trying...
On Wed, Nov 07, 2018 at 07:22:50AM -0800, Jean-Luc Béchennec wrote: > Hello > > Thanks to take time > > Here is the output: Thanks for that. I'll build...
This seems to work with the latest gdb (8.2) compiled for target msp430-elf, so I'm guessing Energia bundles an old gdb which we're not detecting correctly. If you find and...
Quirc's detection algorithm is fairly simple. It will handle odd angles and perspective transforms better than most other libraries, but it's less good at dealing with poor image quality and...
On Mon, Dec 10, 2018 at 04:51:38AM -0800, Henrik Nyman wrote: > I am utilizing libquirc for decoding QR codes from a smartphone's screen with a camera. The library has...
My guess is that the thin horizontal white stripe pattern on the image is what's causing a problem. Have you tried applying a filter to remove that? A column-oriented hysteresis...
stuta writes: > Like I said it works great with rotated image. I guess that rotating image is much faster than applying filters. But memory allocation is very slow in...
stuta writes: > I did not find a code to rotate image in-place without memory > allocations (and I think it is impossible). This was simplest I found: > https://codereview.stackexchange.com/questions/29618/image-flip-algorithm-in-c....
stuta writes: > I would need another library for reading images, removing the > artifacts and convert images to format that qirc uses. Also in that > case the memory...
> Hello,When I tested the library, capstones could detect the rotation, but num_ Grid=0, what's the problem?Thanks very much There are a lot of things that might prevent a code...