Jacob Dallas

Results 16 issues of Jacob Dallas

So I'm following the Windows install instructions for OpenCV 3 and Visual Studio 2015 and everything goes fine until I get to the cmake command at which point I get...

to investigate

It'd be cool if there was a redo function! Instead of popping the last item off the list like undo function does, keeping a copy of the master list and...

enhancement

### Description In segementation.py when filtering for squares/swatches contours the original code reads: ``` # Filtering squares/swatches contours. swatches = [] for contour in contours: curve = cv2.approxPolyDP( contour, 0.01...

Feature

**Is your feature request related to a problem? Please describe.** I have a single camera that I move around a central subject in order to capture all sides of the...

**Describe the bug** Not a bug, just a question. On my Nikon D7200, I have the ability to tap the touch screen on the back or move a cursor to...

**Describe the bug** Django errors out with ```django.core.exceptions.ImproperlyConfigured: Requested setting DATABASES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before access ing...

As of 2.12 Pygments requires different arguments to be passed in. To avoid refactoring a bunch of code, just set the latest version of Pygments that still supports your method.

Added a flag to set the name of the output file. If nothing is provided, defaults to index.html

Relies on [gexiv2-sys pull request](https://github.com/felixc/gexiv2-sys/pull/27) being merged. Until that is merged, the tests will not pass. Allows for retrieving metadata as a bytes without having to save and read from...

I was wondering if there was a method to access the adjusted metadata as a byte array? For example, I understand the workflow to be: - load file either from...