plz explain the code
显示 更早的评论
img_clahe = zeros(size(img));
for color_idx = 1:3
img_clahe(:,:,color_idx) = adapthisteq(img(:,:,color_idx));
end
2 个评论
Guillaume
2018-9-28
You already asked then deleted this question.
I will ask the same question back: which part of the code can you not understand by looking it up in the documentation.
zakir khan
2018-9-28
采纳的回答
更多回答(1 个)
Steven Lord
2018-9-28
0 个投票
Based on the questions you've been asking it seems like you're new to MATLAB or it's been some time since you last used it. In either of those cases I recommend going through some of the tutorials that will teach you the basic functionality of MATLAB and/or Simulink (depending which tutorials you take.) There are interactive courses to take, documentation pages to read, and videos to watch all on that page.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!