Files | |
file | colormap.cpp |
Provides matlab colormap like functionalities. | |
Functions | |
class_colormap::class_colormap (std::string name, int total, float alfa, bool reverse=false) | |
std_msgs::ColorRGBA | class_colormap::color (int i) |
cv::Scalar | class_colormap::cv_color (int i) |
int | class_colormap::init_colormap_autumn (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_bone (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_cool (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_copper (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_gray (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_hot (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_hsv (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_jet (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_lines (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_pink (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_spring (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_summer (int total, float alfa, bool reverse) |
int | class_colormap::init_colormap_winter (int total, float alfa, bool reverse) |
int | class_colormap::setup_colormap (int total, float alfa, bool reverse, float *r, float *g, float *b) |
class_colormap::~class_colormap (void) |
class_colormap::class_colormap | ( | std::string | name, | |
int | total, | |||
float | alfa, | |||
bool | reverse = false | |||
) | [inherited] |
Definition at line 87 of file colormap.cpp.
std_msgs::ColorRGBA class_colormap::color | ( | int | i | ) | [inherited] |
Definition at line 47 of file colormap.cpp.
cv::Scalar class_colormap::cv_color | ( | int | i | ) | [inherited] |
Definition at line 63 of file colormap.cpp.
int class_colormap::init_colormap_autumn | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 203 of file colormap.cpp.
int class_colormap::init_colormap_bone | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 230 of file colormap.cpp.
int class_colormap::init_colormap_cool | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 177 of file colormap.cpp.
int class_colormap::init_colormap_copper | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 239 of file colormap.cpp.
int class_colormap::init_colormap_gray | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 221 of file colormap.cpp.
int class_colormap::init_colormap_hot | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 166 of file colormap.cpp.
int class_colormap::init_colormap_hsv | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 158 of file colormap.cpp.
int class_colormap::init_colormap_jet | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 150 of file colormap.cpp.
int class_colormap::init_colormap_lines | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 257 of file colormap.cpp.
int class_colormap::init_colormap_pink | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 248 of file colormap.cpp.
int class_colormap::init_colormap_spring | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 185 of file colormap.cpp.
int class_colormap::init_colormap_summer | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 194 of file colormap.cpp.
int class_colormap::init_colormap_winter | ( | int | total, | |
float | alfa, | |||
bool | reverse | |||
) | [private, inherited] |
Definition at line 212 of file colormap.cpp.
int class_colormap::setup_colormap | ( | int | total, | |
float | alfa, | |||
bool | reverse, | |||
float * | r, | |||
float * | g, | |||
float * | b | |||
) | [private, inherited] |
Definition at line 122 of file colormap.cpp.
class_colormap::~class_colormap | ( | void | ) | [inherited] |
Definition at line 45 of file colormap.cpp.