fast.h File Reference


Classes

struct  xy

Typedefs

typedef unsigned char byte

Functions

int fast10_corner_score (const byte *p, const int pixel[], int bstart)
xyfast10_detect (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
xyfast10_detect_nonmax (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
int * fast10_score (const byte *i, int stride, xy *corners, int num_corners, int b)
int fast11_corner_score (const byte *p, const int pixel[], int bstart)
xyfast11_detect (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
xyfast11_detect_nonmax (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
int * fast11_score (const byte *i, int stride, xy *corners, int num_corners, int b)
int fast12_corner_score (const byte *p, const int pixel[], int bstart)
xyfast12_detect (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
xyfast12_detect_nonmax (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
int * fast12_score (const byte *i, int stride, xy *corners, int num_corners, int b)
int fast9_corner_score (const byte *p, const int pixel[], int bstart)
xyfast9_detect (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
xyfast9_detect_nonmax (const byte *im, int xsize, int ysize, int stride, int b, int *ret_num_corners)
int * fast9_score (const byte *i, int stride, xy *corners, int num_corners, int b)
xynonmax_suppression (const xy *corners, const int *scores, int num_corners, int *ret_num_nonmax)

Typedef Documentation

typedef unsigned char byte


Function Documentation

int fast10_corner_score ( const byte p,
const int  pixel[],
int  bstart 
)

xy* fast10_detect ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

xy* fast10_detect_nonmax ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

int* fast10_score ( const byte i,
int  stride,
xy corners,
int  num_corners,
int  b 
)

int fast11_corner_score ( const byte p,
const int  pixel[],
int  bstart 
)

xy* fast11_detect ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

xy* fast11_detect_nonmax ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

int* fast11_score ( const byte i,
int  stride,
xy corners,
int  num_corners,
int  b 
)

int fast12_corner_score ( const byte p,
const int  pixel[],
int  bstart 
)

xy* fast12_detect ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

xy* fast12_detect_nonmax ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

int* fast12_score ( const byte i,
int  stride,
xy corners,
int  num_corners,
int  b 
)

int fast9_corner_score ( const byte p,
const int  pixel[],
int  bstart 
)

xy* fast9_detect ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

xy* fast9_detect_nonmax ( const byte im,
int  xsize,
int  ysize,
int  stride,
int  b,
int *  ret_num_corners 
)

int* fast9_score ( const byte i,
int  stride,
xy corners,
int  num_corners,
int  b 
)

xy* nonmax_suppression ( const xy corners,
const int *  scores,
int  num_corners,
int *  ret_num_nonmax 
)


Generated on Thu Jun 10 21:08:08 2010 for OpenTL by  doxygen 1.5.8