vision defines More...
Go to the source code of this file.
Namespaces | |
AL | |
Macros | |
#define | _LIBALVISION_ALVISION_ALVISIONDEFINITIONS_H_ |
#define | TORAD 3.14f/180.0f |
Functions | |
bool | AL::isResolutionValid (const int resIndex) |
Utility function that checks that a resolution index is valid. (ie, present in the definitions just above) More... | |
void | AL::setSizeFromResolution (const int resIndex, int &outWidth, int &outHeight) |
Utility function that takes a resolution index as an input and returns the corresponding width and height values. If resolution index is unknown, width and height are set to -1. More... | |
int | AL::getResolutionFromSize (const int width, const int height) |
Utility function that takes width and height as inputs and returns the corresponding resolution index. More... | |
bool | AL::isColorSpaceValid (const int colorspace) |
Utility function that checks that a color space index is valid. (ie, present in the definitions just above) More... | |
int | AL::getNumLayersInColorSpace (const int colorSpace) |
Utility function that returns the number of layers for a given color space. More... | |
int | AL::getNumChannelsInColorSpace (const int colorSpace) |
Utility function that returns the number of channels for a given color space. More... | |
float | AL::convertAngleValToNormalizedImgVal (const float &radValue, const float &imageRadMin, const float &imageRadMax) |
float | AL::convertAnglePosToNormalizedImgPos (const float &radPosition, const float &imageRadMin, const float &imageRadMax) |
vision defines
Definition in file alvisiondefinitions.h.
#define _LIBALVISION_ALVISION_ALVISIONDEFINITIONS_H_ |
Definition at line 8 of file alvisiondefinitions.h.
#define TORAD 3.14f/180.0f |
Definition at line 16 of file alvisiondefinitions.h.