SBU-BMI / SlicerPathology

3D Slicer extension for Pathology segmentation tools
http://bmi.stonybrookmedicine.edu
Other
5 stars 8 forks source link

incorporate pathomics mods #91

Closed tdiprima closed 7 years ago

tdiprima commented 7 years ago

Todo:

  1. Incorporate Tahsin's changes to pathomics (see files changed, below)
  2. Remove utilityTileAnalysis.cxx (here), and keep only utilityTileAnalysis.h. – Scratch this; see #92
  3. Add Logger.*
  4. Handle the pixel transform another way other than removing it from the codebase.

Files: utilityTileAnalysis.h utilityScalarImage.h TypeUtils.h PixelOperations.h PixelOperations.cpp Normalization.h

tdiprima commented 7 years ago

Because the code I was merging, is using gettimeofday (whereas originally I commented this part out) I needed to add the header file time_win.h. Fixed.