hughesadam87 / pyparty

Drawing and analyzing particles on images
Other
35 stars 17 forks source link

Utils refactor #36

Open hughesadam87 opened 10 years ago

hughesadam87 commented 10 years ago

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 ( rgb-gray converions and dtype xmin/xmax stuff) utils.color (to norm rgb and all that) utils.plot (hist, imshow)