Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT EXTRACTION] Imaging Filter #848

Open
arpitadu opened this issue Nov 7, 2023 · 0 comments
Open

[FEAT EXTRACTION] Imaging Filter #848

arpitadu opened this issue Nov 7, 2023 · 0 comments
Labels

Comments

@arpitadu
Copy link

arpitadu commented Nov 7, 2023

I'm currently extracting radiomic features from MRI and PET images after applying Laplacian-of-Gaussian (LoG) and Wavelet filters.

Are these filters applied on each image slice (2D ) or across the entire 3D volume?

Are there any guidelines for determining the appropriate bin width for different image types (including filters) and different imaging modalities?

This is the parameter setting that I'm using

** Settings**

imageType:
Original: {}
LoG: {'sigma' : [1.0, 3.0, 5.0]} # This is a non active comment on a line with active code preceding it.
Wavelet:

featureClass:
glcm:
glrlm:
glszm:
gldm:
ngtdm:

setting:
binWidth: 10
padDistance: 4
preCrop: true
label: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant