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++.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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):