How to concatenate the R,G,B channels histograms to single image histogram?
1 次查看(过去 30 天)
显示 更早的评论
I have generated superpixels and need to calculate the histogram for the color image.Computed three color channels G=R=B=48*256(48 superpixels and 1-255 range(Uint8 image)). Now I want to concatenate the three channels into one.
For example, pdist(SP1,Sp2,'emd'); How to calculate the distance between two superpixels?
回答(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!