Eric Kim

Results 9 issues of Eric Kim

Currently, when the code performs the perspective rectification/correction, the code maps the original image to an [800 x 800] image (800 is hardcoded). As a result, the resulting image looks...

In your blog post: http://vipulsharma20.blogspot.in/2016/01/document-scanner-using-python-opencv.html You write that: "The original image is resized and scaled down as OpenCV's methods may not perform accurately for very large dimensions. (Above image is...

Sometimes, quitting the UI won't terminate the program. I suspect a solver thread is mistakenly kept running, which prevents the program from shutting down.

bug

The MIDI playback is extremely quiet. Is there a way to increase the volume?

enhancement

Right now, the software has no instruction manual. It'd be great to describe how to use FourVoices, eg with a YouTube video.

enhancement

To replicate: Add the following chords: C, C, C (all tonic). The solver will take way too long to generate the solutions, even though the input is very small.

enhancement

Currently, the GUI uses different code to solve the harmony problem than the CLI: GUI: src.core.solver.HarmonySolver CLI: src.core.solver.solve I'd like the GUI to use the same code that the CLI...

enhancement

To optimize for initial large bulk loads, this Rocksdb blog post recommends creating the SST files externally (eg from a big-data pipeline like Spark/MapReduce), and importing them into your DB:...

Currently, dglpart.c assumes the following about the inputs: 1. The nodes, edges, stats files are named "{STEM}_nodes.txt", "{STEM}_edges.txt", "{STEM}_stats.txt", where {STEM} is a common prefix 2. These nodes/edges/stats files all...