문제

I am trying to use canny edge detector from openCV library in another project. How can I resolve the issue "The import org.opencv cannot be resolved"?. I have already imported the openCV library into the workspace.

올바른 솔루션이 없습니다

다른 팁

You need to add the jar you imported to the build path.

Right click on the jar file in your workspace to find the menu entry to do so.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top