Jeff VanOss

Results 5 issues of Jeff VanOss

I added a support for setting the initial seedtime limit based on tracker or label. The user can set up a table of regex filters in the gtkui. ![preferencesscreen](https://cloud.githubusercontent.com/assets/8310169/6694328/f789d5e6-ccaf-11e4-9bf8-a8e759554453.PNG) I...

Seems like the way to change precision is: ```c++ auto x = fixed_point{1.374}; auto y = fixed_point{x}; ``` But I came across this case ```c++ auto x = from_rep(-4899488); auto...

request

https://github.com/dcmjs-org/dcmjs/blob/7f16bc52a2a8af8fde9a67510774f5d539ebe747/src/adapters/Cornerstone/Segmentation_4X.js#L659 Several times in this file `inPlane` is set to false without first being defined. But this variable also don't seem to be used.

scoping `isnan` to use the stdlib version fixes #23 Is there a better `isnan` to use :shrug:

I've been trying to get greedy to build in a docker container but I'm running into errors with `isnan` ITK: 4.12.2 greedy: a9fcaac Dockerfile ```dockerfile FROM ubuntu:18.04 RUN apt-get update...