changing the colour gray
显示 更早的评论
I have a binary image with black background and a white object in circle ,now i want to change the colour of white to gray plz help
4 个评论
Alessandro
2013-3-18
use class(image) to determinate what kind of data you have. If it is int8 than you can just image2 = image./2 If it is logical than you can write image2 = int8(image).*127
kash
2013-3-18
Jan
2013-3-18
@kash: Please post the class of the input, because "binary image" is not an exact definition.
kash
2013-3-19
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!