C++ 的颜色图库将给定值转换为红色、绿色和蓝色值
我正在寻找一个颜色图库,它将给定值转换为红色、绿色和蓝色值。类似于matlab的colormap功能[1]。最好是 C++ 语言。
I'm looking for a colormap library which converts a given value into red, green and blue values. Similar to the colormap feature of matlab [1]. Preferrably in C++.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我个人认为这对于一个库来说太简单了,我自己实现了它,他们是 C++ 中的示例(您可以查找维基百科以获取数学解释):
In think this is way too simple for a library personally i've implemented it my self their is the example in C++ (you can look up wikipedia for the math explanation):