add(tlPixelArray *pixelArray) | tlPixelArray | |
add(tlPixelArray *pixelArray, tlRect *rect) | tlPixelArray | |
add(tlPixelArray *pixelArray, tlPixelArray *dest) | tlPixelArray | |
add(tlPixelArray *pixelArray, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
addChannel() | tlPixelArray | |
borderBlack(int b) | tlImage | |
borderBlack(int bx, int by) | tlImage | |
borderBlack(int b, tlImage *dest) | tlImage | |
borderBlack(int bx, int by, tlImage *dest) | tlImage | |
borderMirror(int b) | tlImage | |
borderMirror(int bx, int by) | tlImage | |
borderMirror(int b, tlImage *dest) | tlImage | |
borderMirror(int bx, int by, tlImage *dest) | tlImage | |
buildHist(tlHist *hist, tlMask *mask, tlRect *rect, int channel=0) | tlPixelArray | |
buildHist(tlHist2D *hist, tlMask *mask, tlRect *rect, int xchannel=0, int ychannel=1) | tlPixelArray | |
clear(void) | tlPixelArray | |
clear(tlRect *rect) | tlPixelArray | |
closing(int size, tlRect *rect) | tlPixelArray | |
closing(int size, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
collapse(int dsize) | tlRect | |
convolution(char *kernel, int kernel_size) | tlPixelArray | |
convolution(char *kernel, int kernel_width, int kernel_height) | tlPixelArray | |
convolution(float *kernel, int kernel_size) | tlPixelArray | |
convolution(float *kernel, int kernel_width, int kernel_height) | tlPixelArray | |
convolution(char *kernel, int kernel_size, tlRect *rect) | tlPixelArray | |
convolution(char *kernel, int kernel_width, int kernel_height, tlRect *rect) | tlPixelArray | |
convolution(float *kernel, int kernel_size, tlRect *rect) | tlPixelArray | |
convolution(float *kernel, int kernel_width, int kernel_height, tlRect *rect) | tlPixelArray | |
convolution(char *xkernel, int xksize, char *ykernel, int yksize) | tlPixelArray | |
convolution(char *xkernel, int xksize, char *ykernel, int yksize, tlRect *rect) | tlPixelArray | |
convolution(float *xkernel, int xksize, float *ykernel, int yksize) | tlPixelArray | |
convolution(float *xkernel, int xksize, float *ykernel, int yksize, tlRect *rect) | tlPixelArray | |
convolution(char *kernel, int kernel_size, tlPixelArray *dest) | tlPixelArray | |
convolution(char *kernel, int kernel_width, int kernel_height, tlPixelArray *dest) | tlPixelArray | |
convolution(float *kernel, int kernel_size, tlPixelArray *dest) | tlPixelArray | |
convolution(float *kernel, int kernel_width, int kernel_height, tlPixelArray *dest) | tlPixelArray | |
convolution(char *kernel, int kernel_size, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
convolution(char *kernel, int kernel_width, int kernel_height, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
convolution(float *kernel, int kernel_size, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
convolution(float *kernel, int kernel_width, int kernel_height, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
convolution(char *xkernel, int xksize, char *ykernel, int yksize, tlPixelArray *dest) | tlPixelArray | |
convolution(char *xkernel, int xksize, char *ykernel, int yksize, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
convolution(float *xkernel, int xksize, float *ykernel, int yksize, tlPixelArray *dest) | tlPixelArray | |
convolution(float *xkernel, int xksize, float *ykernel, int yksize, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
convolution(float *xkernel, int xksize, float *ykernel, int yksize, tlRect *rect, tlPixelArray *mask, tlPixelArray *dest) | tlPixelArray | |
copy(tlPixelArray *pixelArray) | tlPixelArray | |
copy(tlPixelArray *pixelArray, tlRect *rect) | tlPixelArray | |
tlRect::copy(tlRect *rect) | tlRect | |
tlRect::copy() | tlRect | |
copyTo(tlPixelArray *pixelArray) | tlPixelArray | |
copyTo(tlPixelArray *pixelArray, tlRect *rect) | tlPixelArray | |
tlRect::copyTo(tlRect *rect) | tlRect | |
create(tl_format format, int width, int height) | tlPixelArray | [protected] |
crop(tlRect *rect) | tlImage | |
crop(int x, int y, int width, int height) | tlImage | |
crop(tlRect *rect, tlImage *dest) | tlImage | |
crop(int x, int y, int width, int height, tlImage *dest) | tlImage | |
deletePixel() | tlPixelArray | [protected] |
depth | tlSize | |
dilate(int size, tlRect *rect) | tlPixelArray | |
dilate(int size, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
disp | tlLocation | |
drawChain(tlChain *chain, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawChain(tlChain *chain, unsigned char v) | tlImage | |
drawCross(int x, int y, int size, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawCross(int x, int y, int size, unsigned char v) | tlImage | |
drawCross(tlPoint *point, int size, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawCross(tlPoint *point, int size, unsigned char v) | tlImage | |
drawCross(tlRect *rect, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawCross(tlRect *rect, unsigned char v) | tlImage | |
drawCross(tlChain *chain, int size, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawCross(tlChain *chain, int size, unsigned char v) | tlImage | |
drawImage(tlImage *image, int x, int y) | tlImage | |
drawLine(int x1, int y1, int x2, int y2, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawLine(int x1, int y1, int x2, int y2, unsigned char v) | tlImage | |
drawLine(tlPoint *p1, tlPoint *p2, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawLine(tlPoint *p1, tlPoint *p2, unsigned char v) | tlImage | |
drawLine(tlLine *line, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawLine(tlLine *line, unsigned char v) | tlImage | |
drawMask(tlMask *mask, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawMask(tlMask *mask, unsigned char v) | tlImage | |
drawMask(tlMask *mask, int x, int y, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawMask(tlMask *mask, int x, int y, unsigned char v) | tlImage | |
drawObject(tlObject *object) | tlImage | |
drawObject(tlObject *object, int x, int y) | tlImage | |
drawPoint(int x, int y, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawPoint(int x, int y, unsigned char v) | tlImage | |
drawPoint(tlPoint *point, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawPoint(tlPoint *point, unsigned char v) | tlImage | |
drawRect(tlRect *rect, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
drawRect(tlRect *rect, unsigned char v) | tlImage | |
drawText(char *text, int x, int y, unsigned char r, unsigned char g, unsigned char b, bool blackbg=false) | tlImage | |
drawText(char *text, int x, int y, unsigned char v, bool blackbg=false) | tlImage | |
drawText(char *text, tlPoint *p, unsigned char r, unsigned char g, unsigned char b, bool blackbg=false) | tlImage | |
drawText(char *text, tlPoint *p, unsigned char v, bool blackbg=false) | tlImage | |
edges(int method=TL_EDGES_SOBEL) | tlImage | |
edges(tlRect *rect, int method=TL_EDGES_SOBEL) | tlImage | |
edges(tlImage *dest, int method=TL_EDGES_MORPH) | tlImage | |
edges(tlRect *rect, tlImage *dest, int method=TL_EDGES_MORPH) | tlImage | |
edgesHor(int method=TL_EDGES_SOBEL) | tlImage | |
edgesHor(tlRect *rect, int method=TL_EDGES_SOBEL) | tlImage | |
edgesHor(tlImage *dest, int method=TL_EDGES_SOBEL) | tlImage | |
edgesHor(tlRect *rect, tlImage *dest, int method=TL_EDGES_SOBEL) | tlImage | |
edgesVert(int method=TL_EDGES_SOBEL) | tlImage | |
edgesVert(tlRect *rect, int method=TL_EDGES_SOBEL) | tlImage | |
edgesVert(tlImage *dest, int method=TL_EDGES_SOBEL) | tlImage | |
edgesVert(tlRect *rect, tlImage *dest, int method=TL_EDGES_SOBEL) | tlImage | |
erode(int size, tlRect *rect) | tlPixelArray | |
erode(int size, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
expand(int dsize) | tlRect | |
fillObject(tlObject *object, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
fillObject(tlObject *object, unsigned char v) | tlImage | |
fillObject(tlObject *object, int x, int y, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
fillObject(tlObject *object, int x, int y, unsigned char v) | tlImage | |
fillRect(tlRect *rect, unsigned char r, unsigned char g, unsigned char b) | tlImage | |
fillRect(tlRect *rect, unsigned char v) | tlImage | |
filter(int minVal, int maxVal) | tlPixelArray | |
filter(int minVal, int maxVal, tlRect *rect) | tlPixelArray | |
filter(int minVal, int maxVal, tlPixelArray *dest) | tlPixelArray | |
filter(int minVal, int maxVal, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
filter(tlColor *minColor, tlColor *maxColor) | tlPixelArray | |
filter(tlColor *minColor, tlColor *maxColor, tlRect *rect) | tlPixelArray | |
filter(tlColor *minColor, tlColor *maxColor, tlPixelArray *dest) | tlPixelArray | |
filter(tlColor *minColor, tlColor *maxColor, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
find(tlObject *object, int confidence, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
find(tlObject *object, int confidence, tlRect *rect, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
find(tlMask *shape, int confidence, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
find(tlMask *shape, int confidence, tlRect *rect, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findBest(tlObject *object, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findBest(tlObject *object, tlRect *rect, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findBest(tlMask *shape, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findBest(tlMask *shape, tlRect *rect, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findBestShape(tlObject *object, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findBestShape(tlObject *object, tlRect *rect, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findShape(tlObject *object, int confidence, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
findShape(tlObject *object, int confidence, tlRect *rect, int increment=TL_DEFAULT_INCREMENT) | tlPixelArray | |
format | tlPixelArray | |
getColor(tlPoint *point, tlColor *color) | tlPixelArray | |
getColor(int x, int y, tlColor *color) | tlPixelArray | |
getColorMax(tlColor *maxColor) | tlPixelArray | |
getColorMax(tlColor *maxColor, tlRect *rect) | tlPixelArray | |
getColorMin(tlColor *minColor) | tlPixelArray | |
getColorMin(tlColor *minColor, tlRect *rect) | tlPixelArray | |
getColors(tlColor *minColor, tlColor *maxColor) | tlPixelArray | |
getColors(tlColor *minColor, tlColor *maxColor, tlRect *rect) | tlPixelArray | |
getMax(tlMask *mask, tlPoint *point, int channel=0) | tlPixelArray | |
getMin(tlMask *mask, tlPoint *point, int channel=0) | tlPixelArray | |
getPixel(int x, int y, int channel=0) | tlPixelArray | |
getPixel(tlPoint *point, int channel=0) | tlPixelArray | |
height | tlSize | |
init(tlPixelArray *pixelArray) | tlPixelArray | |
init(tl_format format, int width, int height) | tlPixelArray | |
init(int width, int height, int pixelWidth) | tlPixelArray | |
intersect(tlRect *rect) | tlRect | |
invert() | tlImage | |
invert(tlImage *dest) | tlImage | |
mask(tlRect *rect) | tlPixelArray | |
mask(tlPixelArray *mask) | tlPixelArray | |
mask(tlPixelArray *mask, tlRect *rect) | tlPixelArray | |
mask(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
mask(tlPixelArray *mask, tlPixelArray *dest) | tlPixelArray | |
mask(tlPixelArray *mask, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
median(int size) | tlPixelArray | |
median(int size, tlRect *rect) | tlPixelArray | |
mirror() | tlImage | |
mirror(tlImage *dest) | tlImage | |
normalize() | tlImage | |
normalize(tlRect *rect) | tlImage | |
normalize(tlMask *mask) | tlImage | |
normalize(tlMask *mask, tlRect *rect) | tlImage | |
normalize(tlImage *dest) | tlImage | |
normalize(tlRect *rect, tlImage *dest) | tlImage | |
normalize(tlMask *mask, tlImage *dest) | tlImage | |
normalize(tlMask *mask, tlRect *rect, tlImage *dest) | tlImage | |
opening(int size, tlRect *rect) | tlPixelArray | |
opening(int size, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
pixel | tlPixelArray | |
pixelWidth | tlPixelArray | |
putChannel(tlPixel *pixelArray, int channel) | tlPixelArray | |
putChannel(tlPixel *pixelArray, tlRect *rect, int channel) | tlPixelArray | |
putChannel(tlPixelArray *pixelArray, int channel) | tlPixelArray | |
putChannel(tlPixelArray *pixelArray, tlRect *rect, int channel) | tlPixelArray | |
putChannel(tlPixel *pixelArray, int channel, tlPixelArray *dest) | tlPixelArray | |
putChannel(tlPixel *pixelArray, tlRect *rect, int channel, tlPixelArray *dest) | tlPixelArray | |
putChannel(tlPixelArray *pixelArray, int channel, tlPixelArray *dest) | tlPixelArray | |
putChannel(tlPixelArray *pixelArray, tlRect *rect, int channel, tlPixelArray *dest) | tlPixelArray | |
readFromBMP(char *filename) | tlImage | |
readFromFile(char *filename) | tlImage | |
readFromJPG(char *filename) | tlImage | |
readFromPPM(char *filename) | tlImage | |
remChannel(int channel) | tlPixelArray | |
remChannel(int channel, tlPixelArray *dest) | tlPixelArray | |
rotateLeft() | tlImage | |
rotateLeft(tlImage *dest) | tlImage | |
rotateRight() | tlImage | |
rotateRight(tlImage *dest) | tlImage | |
scale(float factor, int method=TL_SCALE_DECIMATE) | tlPixelArray | |
scale(int newWidth, int newHeight, int method=TL_SCALE_DECIMATE) | tlPixelArray | |
scale(float factor, tlPixelArray *dest, int method=TL_SCALE_DECIMATE) | tlPixelArray | |
scale(int newWidth, int newHeight, tlPixelArray *dest, int method=TL_SCALE_DECIMATE) | tlPixelArray | |
set(int x, int y, int width, int height) | tlRect | |
setCenter(int x, int y) | tlRect | |
setLocation(int x, int y, int disp=0) | tlLocation | |
setLocation(tlPoint *point) | tlLocation | |
setPixel(int val, int x, int y, int channel=0) | tlPixelArray | |
setPixel(int val, tlPoint *point, int channel=0) | tlPixelArray | |
setSize(int width, int height, int depth=255) | tlSize | |
setWorldLocation(float wx, float wy, float wz) | tlLocation | |
shift(int dx, int dy, int ddisp=0) | tlLocation | |
sub(tlPixelArray *pixelArray) | tlPixelArray | |
sub(tlPixelArray *pixelArray, tlRect *rect) | tlPixelArray | |
sub(tlPixelArray *pixelArray, tlPixelArray *dest) | tlPixelArray | |
sub(tlPixelArray *pixelArray, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
swapChannels(int channel1, int channel2) | tlPixelArray | |
swapChannels(int channel1, int channel2, tlPixelArray *dest) | tlPixelArray | |
thin(tlRect *rect) | tlPixelArray | |
thin(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
timeStamp | tlPixelArray | |
tlImage() | tlImage | |
tlImage(tl_format format, int width, int height) | tlImage | |
tlImage(tlImage *image) | tlImage | |
tlLocation() | tlLocation | |
tlLocation(int x, int y, int disp=0) | tlLocation | |
tlPixelArray() | tlPixelArray | |
tlPixelArray(tl_format format, int width, int height) | tlPixelArray | |
tlPixelArray(tlPixelArray *pixelArray) | tlPixelArray | |
tlRect() | tlRect | |
tlRect(int x, int y, int width, int height) | tlRect | |
tlSize() | tlSize | |
tlSize(int width, int height, int depth=255) | tlSize | |
toBin(int threshold=1) | tlPixelArray | |
toBin(int threshold, tlRect *rect) | tlPixelArray | |
toBin(int min, int max) | tlPixelArray | |
toBin(int min, int max, tlRect *rect) | tlPixelArray | |
toBin(int threshold, tlPixelArray *dest) | tlPixelArray | |
toBin(int threshold, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toBin(int min, int max, tlPixelArray *dest) | tlPixelArray | |
toBin(int min, int max, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toChannel(int channel) | tlPixelArray | |
toChannel(int channel, tlRect *rect) | tlPixelArray | |
toChannel(int channel, tlPixelArray *dest) | tlPixelArray | |
toChannel(int channel, tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toGray() | tlPixelArray | |
toGray(tlRect *rect) | tlPixelArray | |
toGray(tlPixelArray *dest) | tlPixelArray | |
toGray(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toHsi() | tlPixelArray | |
toHsi(tlRect *rect) | tlPixelArray | |
toHsi(tlPixelArray *dest) | tlPixelArray | |
toHsi(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toLocation() | tlLocation | |
toLocation(tlLocation *location) | tlLocation | |
toNrg() | tlPixelArray | |
toNrg(tlRect *rect) | tlPixelArray | |
toNrg(tlPixelArray *dest) | tlPixelArray | |
toNrg(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toRect(tlRect *rect) | tlPixelArray | |
toRect() | tlPixelArray | |
toRgb() | tlPixelArray | |
toRgb(tlRect *rect) | tlPixelArray | |
toRgb(tlPixelArray *dest) | tlPixelArray | |
toRgb(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
toYuv() | tlPixelArray | |
toYuv(tlRect *rect) | tlPixelArray | |
toYuv(tlPixelArray *dest) | tlPixelArray | |
toYuv(tlRect *rect, tlPixelArray *dest) | tlPixelArray | |
width | tlSize | |
writeToBMP(char *filename) | tlImage | |
writeToFile(char *filename) | tlImage | |
writeToJPG(char *filename, int quality=80) | tlImage | |
writeToPPM(char *filename) | tlImage | |
wx | tlLocation | |
wy | tlLocation | |
wz | tlLocation | |
x | tlLocation | |
y | tlLocation | |
~tlImage() | tlImage | [virtual] |
~tlLocation() | tlLocation | [virtual] |
~tlPixelArray() | tlPixelArray | [virtual] |
~tlRect() | tlRect | [virtual] |
~tlSize() | tlSize | [virtual] |