Home
last modified time | relevance | path

Searched refs:DB_API (Results 1 – 10 of 10) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.h33 #define DB_API __declspec(dllexport) macro
36 #define DB_API __declspec(dllimport) macro
38 #define DB_API macro
42 #define DB_API macro
409 DB_API float** db_SetupImageReferences_f(float *im,int w,int h);
418 DB_API float** db_AllocImage_f(int w,int h,int over_allocation=256);
424 DB_API void db_FreeImage_f(float **img,int h);
431 DB_API unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h);
440 DB_API unsigned char** db_AllocImage_u(int w,int h,int over_allocation=256);
446 DB_API void db_FreeImage_u(unsigned char **img,int h);
[all …]
Ddb_rob_image_homography.h87 DB_API void db_RobImageHomography(
132 DB_API double db_RobImageHomography_Cost(double H[9],int point_count,double *x_i,
136 DB_API void db_RobCamRotation_Polish(double H[9],int point_count,double *x_i,
142 DB_API void db_RobCamRotation_Polish_Generic(double H[9],int point_count,int homography_type,
Ddb_image_homography.h46 DB_API void db_StitchProjective2D_4Points(double H[9],
61 DB_API void db_StitchAffine2D_3Points(double H[9],
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double …
155 DB_API void db_StitchSimilarity2DRaw(double *scale,double R[4],double t[2],
Ddb_feature_matching.h31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img…
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img…
99 class DB_API db_Matcher_f
167 class DB_API db_Matcher_u
Ddb_utilities_indexing.h86 DB_API void db_Zero(double *d,long nr);
239 DB_API double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp);
263 DB_API float* db_AlignPointer_f(float *p,unsigned long nr_bytes);
268 DB_API short* db_AlignPointer_s(short *p,unsigned long nr_bytes);
Ddb_utilities_linalg.h83 DB_API void db_CholeskyDecomp6x6(double A[36],double d[6]);
90 DB_API void db_CholeskyBacksub6x6(double x[6],const double A[36],const double d[6],const double b[6…
98 DB_API void db_CholeskyDecompSeparateDiagonal(double **A,double *d,int n);
104 DB_API void db_CholeskyBacksub(double *x,const double * const *A,const double *d,int n,const double…
112 DB_API void db_CholeskyDecomp3x3SeparateDiagonal(double A[9],double d[3]);
118 DB_API void db_CholeskyBacksub3x3(double x[3],const double A[9],const double d[3],const double b[3]…
174 DB_API void db_Orthogonalize6x7(double A[42],int orthonormalize=0);
179 DB_API void db_Orthogonalize8x9(double A[72],int orthonormalize=0);
233 DB_API void db_NullVectorOrthonormal6x7(double x[7],const double A[42]);
237 DB_API void db_NullVectorOrthonormal8x9(double x[9],const double A[72]);
Ddb_feature_detection.h40 class DB_API db_CornerDetector_f
98 class DB_API db_CornerDetector_u
Ddb_utilities_poly.h79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double …
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,d…
Ddb_framestitching.h87 DB_API void db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3],
Ddb_utilities_camera.h52 DB_API void db_Approx3DCalMat(double K[9],double Kinv[9],int im_width,int im_height,double f_correc…