【发布时间】:2011-10-04 21:51:30
【问题描述】:
这部分代码一直出错
&contours = ((contours.h_next) -> h_next);
contours.h_next = ((contours.h_next) -> h_next) -> h_next;
错误状态“需要左值作为赋值的左操作数”
有人知道我做错了什么吗?
PS:抱歉,我现在无法发布完整代码
哦,contours 不是指向序列的指针——它是一个实际的序列
【问题讨论】:
标签: c++ video opencv variable-assignment