2,新增“Apps”; 3,新增“Common”; 4,新增“FileList”; 5,新增“MediaX”; 6,新增“OpenSource”; 7,新增“Samples”; 8,新增“SoftwareBusinessLines”.
9 lines
219 B
C
9 lines
219 B
C
#ifndef _GETAVG_H_
|
|
#define _GETAVG_H_
|
|
|
|
//图像处理算法入口
|
|
|
|
extern "C" __declspec(dllexport) double GetAvg(unsigned char *pSrcImg,int nWidth,int nHeight);
|
|
|
|
//extern "C" _declspec(dllexport) int add(int i,int j);
|
|
#endif |