Adam Hughes
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()
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...
no logging is used. For example, if pass rgb to grayhist.
Right now it's using generic polygon and that results in black particles.
Keep background. Just do something like if bg in kwargs, cool... (unlesss background is passed too)
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...
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 (...
Notebooks should have TOC just like recent excel writer examples in pandas
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...