2,新增“Apps”; 3,新增“Common”; 4,新增“FileList”; 5,新增“MediaX”; 6,新增“OpenSource”; 7,新增“Samples”; 8,新增“SoftwareBusinessLines”.
34 lines
529 B
C
34 lines
529 B
C
#ifndef _TEST_H_
|
|
#define _TEST_H_
|
|
|
|
|
|
//图像处理算法入口
|
|
|
|
|
|
struct indexofX
|
|
{
|
|
double stv5;
|
|
double arg5;
|
|
};
|
|
|
|
#ifndef _FILE_DEFINED
|
|
struct _iobuf {
|
|
char *_ptr;
|
|
int _cnt;
|
|
char *_base;
|
|
int _flag;
|
|
int _file;
|
|
int _charbuf;
|
|
int _bufsiz;
|
|
char *_tmpfname;
|
|
};
|
|
typedef struct _iobuf FILE;
|
|
#define _FILE_DEFINED
|
|
#endif
|
|
|
|
|
|
extern "C" __declspec(dllexport) indexofX Test(FILE *fid, int x, int y, int nWidth, int nHeight);
|
|
|
|
//extern "C" _declspec(dllexport) int add(int i,int j);
|
|
#endif
|