radiomics
radiomics copied to clipboard
radiomics features (+ wavelet ?)
Hi. first of all, thank you so much .
i tried to test the code with samples. I got 44 features.
I'd like to add wavelet based features : e.g. multi-scale textures of variance - five features: LHL, HHL, LLH, LHH, and HHH), entropy (i.e., five features: HLL, LHL, HHL, LLH and HHH), and energy (i.e., two features: HLL and LLH). ...
What i want is all features : 44 * (5+5+2) features.
How can I get all features ?
thank you.