Can anyone help me converting rgb to 8-bit gray scale or indexed color image to open in NeuronJ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I used: rgb2gray(im), rgb2ind(im,3) it converts but when I open this image in NeuronJ software it says Only 8-bit images can be opened.
댓글 수: 0
채택된 답변
Image Analyst
2015년 6월 13일
Those both will create 8 bit images. How did you use imwrite()? Can you open them in any other software, like Photoshop? If so, you'll have to contact NeuronJ tech support. I've never heard of it before and I don't think it's part of MATLAB.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Modify Image Colors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!