Can anyone help me converting rgb to 8-bit gray scale or indexed color image to open in NeuronJ?
1 view (last 30 days)
Show older comments
Surya Gnyawali
on 13 Jun 2015
Commented: Surya Gnyawali
on 13 Jun 2015
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 Comments
Accepted Answer
Image Analyst
on 13 Jun 2015
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.
More Answers (0)
See Also
Categories
Find more on Modify Image Colors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!