Перейти к содержимому
Compvision.ru

g.bartosz

Пользователи
  • Количество публикаций

    2
  • Зарегистрирован

  • Посещение

Репутация

0 Новичек

О g.bartosz

  • Звание
    Новичок
  1. Opencv 2.3.2 + C++Builder XE2

    I meant 2.3.2 - my mistake. Thank you for your help. I'll get back to you as soon as I resolve the problem.
  2. Opencv 2.3.2 + C++Builder XE2

    Thank you very much for dlls, libs and example project. I now can finally run OpenCV2.3.1 in XE2! Could you please help me resolve one more problem? When I create a simple Project, do all the includes, set the path etc. and try to do the following: cv::Mat m(10,10,CV_8UC1); I get the following errors: [iLINK32 Error] Error: Unresolved external 'cv::Mat::deallocate()' referenced from ... [iLINK32 Error] Error: Unresolved external 'cv::fastFree(void *)' referenced from ... [iLINK32 Error] Error: Unresolved external 'cv::Mat::create(int, const int *, int)' ... I included all the .lib files you provided. Are there any other libs I need to have to use cv::Mat class?
×