KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Typedefs | Functions
liblbp.h File Reference
#include <wrap_flandmark_cpp/msvc-compat.h>

Go to the source code of this file.

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 
 kjb::flandmark
 

Macros

#define LIBLBP_INDEX(ROW, COL, NUM_ROWS)   ((COL)*(NUM_ROWS)+(ROW))
 
#define LIBLBP_MIN(A, B)   ((A) > (B) ? (B) : (A))
 

Typedefs

typedef uint32_t kjb::flandmark::t_index
 

Functions

void kjb::flandmark::liblbp_pyr_features_sparse (t_index *vec, uint32_t vec_nDim, uint32_t *img, uint16_t img_nRows, uint16_t img_nCols)
 
void kjb::flandmark::liblbp_pyr_features (char *vec, uint32_t vec_nDim, uint32_t *img, uint16_t img_nRows, uint16_t img_nCols)
 
double kjb::flandmark::liblbp_pyr_dotprod (double *vec, uint32_t vec_nDim, uint32_t *img, uint16_t img_nRows, uint16_t img_nCols)
 
void kjb::flandmark::liblbp_pyr_addvec (int64_t *vec, uint32_t vec_nDim, uint32_t *img, uint16_t img_nRows, uint16_t img_nCols)
 
void kjb::flandmark::liblbp_pyr_subvec (int64_t *vec, uint32_t vec_nDim, uint32_t *img, uint16_t img_nRows, uint16_t img_nCols)
 
uint32_t kjb::flandmark::liblbp_pyr_get_dim (uint16_t img_nRows, uint16_t img_nCols, uint16_t nPyramids)
 

Macro Definition Documentation

#define LIBLBP_INDEX (   ROW,
  COL,
  NUM_ROWS 
)    ((COL)*(NUM_ROWS)+(ROW))
#define LIBLBP_MIN (   A,
 
)    ((A) > (B) ? (B) : (A))