定义了一个vc的结构体,总是报错
intcvIntegralImage_C1R(intsize_height,//=160intsize_width,//=120constarrtype*restrict...
int cvIntegralImage_C1R(
int size_height, //=160
int size_width, //=120
const arrtype* restrict src, //const unsigned char src
int srcstep, //160
sumtype* restrict sum, // int inter
int sumstep, //161
sqsumtype* restrict sqsum, //int inter1
int sqsumstep, //161
sumtype* tilted, // no used
int tiltedstep //no used
)
报错内容
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2146: syntax error : missing ')' before identifier 'src'
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2061: syntax error : identifier 'src'
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2059: syntax error : ';'
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2059: syntax error : ','
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(25) : error C2059: syntax error : ')'
Error executing cl.exe. 展开
int size_height, //=160
int size_width, //=120
const arrtype* restrict src, //const unsigned char src
int srcstep, //160
sumtype* restrict sum, // int inter
int sumstep, //161
sqsumtype* restrict sqsum, //int inter1
int sqsumstep, //161
sumtype* tilted, // no used
int tiltedstep //no used
)
报错内容
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2146: syntax error : missing ')' before identifier 'src'
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2061: syntax error : identifier 'src'
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2059: syntax error : ';'
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(17) : error C2059: syntax error : ','
G:\research\SIFT\chengxu\求积分图的原代码\Integral.c(25) : error C2059: syntax error : ')'
Error executing cl.exe. 展开
3个回答
展开全部
定义结构体要struct吧,你这个int是定义什么?看起来象定义一个函数原型返回int值,里面很多参数。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在return 0;前加上一句cin.get(); 因为cmd窗口会1闪而过,机器越快,程序执行时间越短,越看不到 变量前面还要再加个struct~~因为你不是用
追问
在哪个变量前面加struct
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |