Ask Your Question

max_urals's profile - activity

2013-01-07 07:43:02 -0600 asked a question error while compiling FREAK demo

Hi! I wanted to play around with the FREAK algorithm to see if I could use it for my app. When I tried to compile the demo example (the original freak_demo.cpp) I got error message:

[C++ Fatal Error] core.hpp(527): F1004 Internal compiler error at 0xc82191 with base 0xc10000

in string:

template <int l> Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp)

I used: OpenCV version:2.4.3 C++ Builder 6 All necessary libraries were included.

Did anybody faced with the same problem? How to solve it..? The error occured when core.hpp was used so it may be the problem which is not directly connected to freak realisation... Thanks.