Error with anisotropic diffusion script
이전 댓글 표시
I tried to use the attached 'anisotropic diffusion' script but it gives me an error that it does not work on 3d image. I wonder if anyone has an updated script to work on the attached example image.
답변 (1개)
Walter Roberson
2022년 8월 20일
0 개 추천
The great majority of gray-looking jpg images are actually rgb images.
- you could take special steps to convert to a true grayscale jpg image
- you could convert the image to grayscale and write it as png or other format that is more suitable for grayscale
- you could rgb2gray the image after reading it in
- you could go back to the original dicom data and write it as png
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!