Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » OpenCV
Re: OpenCV [message #32646 is a reply to message #32614] |
Tue, 31 May 2011 08:10   |
|
Well, as far as I can see in given example only opencv v1 was used. I use 2.2 (opencv2 API).
No fuctional yet, just exploring:
#include <opencv2/opencv.hpp>
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
void proto1::FileOpenClick()
{
selectDlg.ExecuteOpen();
IplImage* img = cvLoadImage(~selectDlg);
}
Gives erros:
Quote: | c:\upp\uppsrc\core\config.h(97) : warning C4005: '_CRT_SECURE_NO_DEPRECATE' : macro redefinition
C:\OpenCV2.2\include\opencv2/core/types_c.h(47) : see previous definition of '_CRT_SECURE_NO_DEPRECATE'
C:\MyApps\proto1\main.cpp(20) : error C2040: 'img' : 'IplImage *' differs in levels of indirection from 'Upp::Image'
|
|
|
|
 |
|
OpenCV
|
 |
|
Re: OpenCV
By: koldo on Mon, 30 May 2011 08:31
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
By: koldo on Tue, 31 May 2011 08:37
|
 |
|
Re: OpenCV
By: koldo on Thu, 02 June 2011 08:45
|
 |
|
Re: OpenCV
By: tojocky on Thu, 02 June 2011 10:17
|
 |
|
Re: OpenCV
By: koldo on Thu, 02 June 2011 11:29
|
 |
|
Re: OpenCV
By: tojocky on Thu, 02 June 2011 11:57
|
 |
|
Re: OpenCV
By: koldo on Thu, 02 June 2011 13:06
|
 |
 |
Re: OpenCV
|
 |
|
Re: OpenCV
By: koldo on Fri, 03 June 2011 07:18
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
By: koldo on Sun, 05 June 2011 07:02
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
|
 |
|
Re: OpenCV
By: tojocky on Fri, 03 June 2011 09:06
|
 |
|
Re: OpenCV
|
Goto Forum:
Current Time: Thu Apr 24 18:41:03 CEST 2025
Total time taken to generate the page: 0.02525 seconds
|