I'm not sure this is the right place to report a build problem, so please tell me.
I have a build error with Opencv 2.4.4 (occured also with 2.4.2) with something related to Eigen (?). Cmake
(2.8.7) runs fine, but make
throws an error:
[..]/modules/contrib/src/rgbdodometry.cpp:65:47: fatal error: unsupported/Eigen/MatrixFunctions: No such file or directory
Is this file related to Eigen in any way ? Or is it supposed to be part of Opencv release ? How can I solve this problem ? Can I build Opencv without the 'contrib' part ?