$search
#include "image_segmentation_demo/utils.h"
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | image_segmentation_demo |
Functions | |
template int | image_segmentation_demo::dist (int x_c, int y_c, int x, int y) |
template float | image_segmentation_demo::dist (float x_c, float y_c, float x, float y) |
template<class T > | |
T | image_segmentation_demo::dist (T x_c, T y_c, T x, T y) |
float | image_segmentation_demo::getRGB (float r, float g, float b) |
void | image_segmentation_demo::HSVToRGB (float h, float s, float v, float &r, float &g, float &b) |
void | image_segmentation_demo::RGBToHSV (float r, float g, float b, float &h, float &s, float &v) |
template int | image_segmentation_demo::square (int x_c) |
template float | image_segmentation_demo::square (float x_c) |
template<class T > | |
T | image_segmentation_demo::square (T x_c) |
template void | image_segmentation_demo::swap (int &x, int &y) |
template void | image_segmentation_demo::swap (float &x, float &y) |
template<class T > | |
void | image_segmentation_demo::swap (T &x, T &y) |
void | image_segmentation_demo::transformRgb (float val, float &r, float &g, float &b) |