Does FIAT requires OpenCV 2, 3 -- or both? It isn't clear from documentation, configuration, or installation errors when attempting to install FIAT.
Documentation says "OPENCV"
Errors when attempting to make on a machine without OpenCV installed seem to reference OpenCV2:
In file included from src/WorkImage.cpp:1:
src/WorkImage.h:9:10: error: 'opencv2/core/core.hpp' file not found with
<angled> include; use "quotes" instead
#include <opencv2/core/core.hpp>
Does FIAT requires OpenCV 2, 3 -- or both? It isn't clear from documentation, configuration, or installation errors when attempting to install FIAT.
Errors when attempting to
make
on a machine without OpenCV installed seem to reference OpenCV2:Makefile indicates OpenCV3:
Installing first OpenCV3 (e.g. with homebrew on OS X 10.10) then attempting to make FIAT, make gives an error in not finding opencv_contrib:
...I thought (?) opencv_contrib was included in opencv2 but moved out of opencv3), so this seems to indicate expecting OpenCV2...?