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

Support 3D Images Natively #49

Closed
robtoth opened this issue Jul 1, 2020 · 0 comments
Closed

Support 3D Images Natively #49

robtoth opened this issue Jul 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request internal Tasks meant for internal development by project maintainers.

Comments

@robtoth
Copy link
Contributor

robtoth commented Jul 1, 2020

Instead of looping through the third dimension as slices, create the co-occurence matrix from the surrounding 3D voxels.

This will requires greycomatrix to be configured to process 3D images prior to passing the resulting matrix to the mahotas library for haralick calculations.

If the grey levels are 64, then the co-occurence matrix will still be 64x64, but will have pulled its data from surrounding voxels, not just surrounding pixels from the current slice.

@robtoth robtoth added the enhancement New feature or request label Jul 1, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
…nd initialize the output with NaNs. It also loops through slices in the case of 3D. Issue radxtools#49
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
@robtoth robtoth added the internal Tasks meant for internal development by project maintainers. label Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
robtoth added a commit to Theta-Tech-AI/collageradiomics that referenced this issue Jul 31, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
…nd initialize the output with NaNs. It also loops through slices in the case of 3D. Issue radxtools#49
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
nathanhillyer pushed a commit to Theta-Tech-AI/collageradiomics that referenced this issue Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal Tasks meant for internal development by project maintainers.
Projects
None yet
Development

No branches or pull requests

2 participants