Adam Hughes

Results 119 issues of Adam Hughes

Needs column formatting since it's listing names that are varying in length, but doesn't have to be as involved as ParticleManager formatparticles()

enhancement

There are several generalizations to improve noise. First, the "multicolor" and the "color" are just numpy.random distributions applied to gray and rgb images. They could be consolidated into a single...

enhancement
refactor

no logging is used. For example, if pass rgb to grayhist.

minor bug

Right now it's using generic polygon and that results in black particles.

enhancement

Keep background. Just do something like if bg in kwargs, cool... (unlesss background is passed too)

refactor

While a permanent config state changer may require some work, probably a hidden file with defaults and a state file that is set by user, it would be nice to...

enhancement
Private (ignore plz)

Utils is getting too big. I'm thinking that the refactor would mimic scikit image api in that utils would be a folder and perhaps break it down to: utils.dtype (...

enhancement
refactor

Then add new functionality like noise and histogram tools

refactor

Notebooks should have TOC just like recent excel writer examples in pandas

Private (ignore plz)
notebook-related

Maybe it's too much work, but it's confusing to have pbinary keyword, since we are talking about two distinct tasks in labeling from a background. I still think this should...

refactor
Private (ignore plz)