muschellij2 / lungct

Segmentation and Analysis of Lung CT scans
15 stars 8 forks source link

Added function to calculate GLCM and GLRLM on lungs #4

Closed ryansar closed 5 years ago

ryansar commented 5 years ago

Using RIA R package

muschellij2 commented 5 years ago

I'm not thrilled about data.table as a dependency just for rbindlist. I would suggest using do.call("rbind", ...).