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

about the pixelW and slicsS #3

Open
ai1361720220000 opened this issue Oct 21, 2018 · 2 comments
Open

about the pixelW and slicsS #3

ai1361720220000 opened this issue Oct 21, 2018 · 2 comments

Comments

@ai1361720220000
Copy link

Hi mvallieres!
I have to process some fundus images and i don't know the number of pixelW and sliceS..... So how to solve this problem?? Thanks!

@mvallieres
Copy link
Owner

Thanks for your interest in my code.

Given the level of details you are providing here in your question, my response can only be: please provide to the code pixelW and sliceS values that makes sense with the images that you have.

@RJain12
Copy link

RJain12 commented Jan 27, 2019

Hi, and thank you so much for your toolbox. I have been able to extract features from 3D DICOM images but now I want to try running this on .SVS (APERIO tissue slide scan) data. All the parameters and inputs are clear except for the sliceS and pixelW inputs. For non-DICOM files where we cannot run your readDICOM functions, do you have any suggestions? Thanks!

For reference, I see that you have this code:
try sData{2}.scan.pixelW = dicomHeaders(1).PixelSpacing(1); catch, sData{2}.scan.pixelW = []; end % Pixel Width try sData{2}.scan.sliceT = dicomHeaders(1).SliceThickness; catch, sData{2}.scan.sliceT = []; end % Slice Thickness
for calculating these two values from DICOM scans, is there any known way to perform this on .jpg/.svs/or other 2D images?

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

No branches or pull requests

3 participants