在linux下使用opencv实现了边缘检测算法 Those programmers are designed for following things: 1 test wether openvc is successed being installed(hello.cpp) 2 do edge detection exploiting Canny Prewitt or Sobel(edge.cpp) Request: OS: linux g++ openvc Steps: make ./hello [filename] ./edge [filename] For