⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readparams.h

📁 sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step
💻 H
字号:
#ifndef _READPARAMS_H_#define _READPARAMS_H_void readInitialSBAEstimate(char *camsfname, char *ptsfname, int cnp, int pnp, int mnp,                             void (*infilter)(double *pin, int nin, double *pout, int nout), int cnfp,                            int *ncams, int *n3Dpts, int *n2Dprojs,                            double **motstruct, double **imgpts, double **covimgpts, char **vmask);extern void readCalibParams(char *fname, double ical[9]);extern void printSBAMotionData(double *motstruct, int ncams, int cnp,                               void (*outfilter)(double *pin, int nin, double *pout, int nout), int cnop);extern void printSBAStructureData(double *motstruct, int ncams, int n3Dpts, int cnp, int pnp);extern void printSBAData(double *motstruct, int cnp, int pnp, int mnp,                          void (*outfilter)(double *pin, int nin, double *pout, int nout), int cnop,                         int ncams, int n3Dpts, double *imgpts, int n2Dprojs, char *vmask);#endif /* _READPARAMS_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -