ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This problem is caused by opencv2 and openni3. I download opencv3 and the problem occurs. Then I delete opencv3 and recover opencv2 , the problem is solved.
2 | No.2 Revision |
This problem is caused by opencv2 and openni3. I download opencv3 and the problem occurs. Then I delete opencv3 and recover opencv2 , the problem is solved.
Besides, I could also fix the problem by changing the CV_INTER_LINEAR
to INTER_LINEAR
since opencv3
has delete the prefix CV_
.