SRaent / FiNTA

GNU General Public License v3.0
4 stars 1 forks source link

Issue compiling on a MAC OSX 13.3.1 #2

Open athale opened 1 year ago

athale commented 1 year ago

Hi, I was interested in testing your code and tried compiling it after installing OpenCV using PIP. I suspect it has something to do with the OPENCV path and this is the error I get when I run

./compile.sh

main.cpp:2:10: fatal error: 'opencv2/core.hpp' file not found

include "opencv2/core.hpp"

^~~~~~ 1 error generated.

Any help is appreciated.

SRaent commented 1 year ago

Hi, Sorry that i left you waiting so long. I am not familiar with MAC OSX, but i can tell you, that FiNTA is basically just another OpenCV project. If you can compile the example projects of OpenCV, then finta should also work. Also maby try installing OpenCV by another method than PIP, since i have had problems with such installations in the past. Maby try this one: , which reccomends building OpenCV from source: https://thecodinginterface.com/blog/opencv-cpp-vscode/ If you have some Images you want to try FiNTA on, feel free to send them to me, and i will send back the results so you can evaluate if you want to use finta, before you put a bunch of effort into installing it.