Fast-Digital-Image-Inpainting icon indicating copy to clipboard operation
Fast-Digital-Image-Inpainting copied to clipboard

list dependencies; say how to make

Open camilleg opened this issue 1 year ago • 0 comments

On Ubuntu 22.04.3, by trial and error, to make it compile and link I had to apt install libopencv-core-dev libopencv-calib3d-dev libopencv-dnn-dev libopencv-objdetect-dev libopencv-photo-dev libopencv-stitching-dev libopencv-video-dev libopencv-dev. After fixing a few syntax errors, it built with g++ -I/usr/include/opencv4/ Main.cpp -o Main $(pkg-config --libs opencv4). There may be a cleaner way, though.

camilleg avatar Feb 18 '24 22:02 camilleg