Will Stevens

Results 19 comments of Will Stevens

@RichardBronosky these are basically the next set of features I want to work on, but I have not had time recently. The day job has kept me very busy. The...

I am unable to load the image specified with the `Outline` link. It only loads the top 1/3rd for me. I am not sure what the specs are for this...

This does not solve the problem, but here is a potential workaround for this issue that may help some people. Instead of trying to do a union of many contours...

I am using this lib in production and I am getting WAY too many errors because of this. About 25% of my unions fail (which sucks). Here is an example...

Ya no worries. This is what I was expecting. I was reading some other stuff on this algorithm (sorry I can't find the link now), but it seemed to imply...

My first round of testing seems to be showing that my workaround is working. Here is the problem that I think exists and how I am currently handling it. I...

I have quite a bit of experience with this problem and I just have not gotten around to implementing a better solution or changing algorithms. If you want a small...

I was able to get this working with the following. I figured I would post back with the solution I found for everyone's benefit... ``` import os import sys sys.path.append(os.path.dirname(os.path.abspath(__file__))+'/lib')...

Ideally, the end users who wants to use an open source tool would be able to link the source repo they want to use (github). This tool would scan the...