ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.

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_ .