How can I convert a single R component into single H component or single G component into single S component etc?? Is it a possible conversion?
1 次查看(过去 30 天)
显示 更早的评论
Firstly I convert my rgb image into single r, g, b components separately.Now i want to convert these separated single r, g, b components into single h, s, v components
0 个评论
回答(1 个)
John D'Errico
2015-10-9
编辑:John D'Errico
2015-10-9
No. Simply not possible, assuming that you are asking, if you know ONLY the red component, can you compute what a specific component would be in some other scheme (such as H from HSV).
When you look at how one might do the actual conversion, there are clear interactions. So if you know only R, without knowledge of those other components (here G and B) you cannot do the transformation.
If your question is that you have extracted each of R, G, and B, and now have them all known and held separately, can you compute any of H S, or V? That question gets a yes answer, since you then need only follow the equations for the conversion to some other color space.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!