Lee Newberg

Results 17 issues of Lee Newberg

### Description `GetImageFromArray` works from an ordinary numpy array that has 3 colors as its last dimension to produce an ITK image of type `itkImageRGBUC2`. However, if a slice of...

type:Bug

### Description As discussed in #3389, there are virtual methods (in this case, all destructors) that are marked as `= delete`, and there are compilers that should be given a...

type:Coverage

(This text has been edited) Only in the constructors and destructors for the `SmartPointer` should we invoke the underlying object's `Register()` or `UnRegister()` methods to handle the smart pointer reference...

type:Enhancement
status:Backlog
area:Core
area:Filtering
area:IO
area:Numerics

A number of methods accept `scale=dict(magnification=my_magnification)` as a parameter. This issue requests that those methods also accept `scale=dict(level=my_level)`. Here `level` is as in: `my_level = ts.getLevelForMagnification(my_magnification, rounding=False)`. This functionality is...

By default cmake's `ExternalProject_Add` command assumes that a dependency like ospray will _install_ with a `cmake --build . --target install` command. This command doesn't work with ospray (at least when...

Enforce that there be (at least) one space after `BUG:`, `COMP:`, `DOC:`, `ENH:`, `PERF:`, or `STYLE:` at the start of the first line of a commit message. Current usage shows...

### Description If ```c++ template struct Dispatch : public DispatchBase {}; ``` is replaced with ```c++ template struct Dispatch : public DispatchBase {}; ``` then KWStyle gives the error: ```text...

In particular, are we leveraging the graph execution optimizations (e.g., parallelization, memory management, GPU usage) of tensorflow and torch or do we need to do more to get that?

The current model may not be so appropriate and it is not trained. Something similar to the model used in `tensorflow_stream.ipynb` would be good but, more importantly, the model should...