#include <alimage.h>
Public Member Functions | |
ROI (int left, int top, int width, int height) | |
ROI (int left, int top, int width, int height, float leftAngle, float topAngle, float rightAngle, float bottomAngle) | |
Public Attributes | |
int | x |
int | y |
int | w |
int | h |
float | leftAngle |
float | topAngle |
float | rightAngle |
float | bottomAngle |
AL::ALImage::ROI::ROI | ( | int | left, |
int | top, | ||
int | width, | ||
int | height | ||
) |
AL::ALImage::ROI::ROI | ( | int | left, |
int | top, | ||
int | width, | ||
int | height, | ||
float | leftAngle, | ||
float | topAngle, | ||
float | rightAngle, | ||
float | bottomAngle | ||
) |