Prev: wxWidget
Next: wxWidgets 2.6.3
From: "Franco Amato" on 26 Apr 2006 11:35 Hi people. Does someone have experience programming with OpenCV library and wxWidgets together? If yes can I have an example to integrate OpenCV in a wxWidgets frame? Best Regards Frank
From: Larry on 1 May 2006 03:06 Hi Frank, Yes, I did integration opencv/wxwidgets in a fairly complex project. What exactly are u interested in ? GUI integration ? image conversion ? camera view integration? Let me know and i will show u what I did. Larry give u some samples. "Franco Amato" wrote: > Hi people. > Does someone have experience programming with OpenCV library and wxWidgets > together? > If yes can I have an example to integrate OpenCV in a wxWidgets frame? > Best Regards > Frank > > ------=_Part_15773_1120962.1146065715751 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > X-Google-AttachSize: 211 > > Hi people.<br>Does someone have experience programming with OpenCV library and wxWidgets together?<br>If yes can I have an example to integrate OpenCV in a wxWidgets frame?<br>Best Regards<br>Frank<br><br> > > ------=_Part_15773_1120962.1146065715751--
From: =?ISO-8859-1?Q?Kristian_N=F8rgaard?= on 1 May 2006 04:15 Hi Larry >Yes, I did integration opencv/wxwidgets in a fairly complex project. >What exactly are u interested in ? GUI integration ? image conversion ? >camera view integration? Let me know and i will show u what I did. > > Oh, I am very interested too! Was your project tested on both windows and linux? I would very much like some sample that shows how you integrated the output from a videocam into a wx frame. Were you able to show both the pure camera output stream and some manipulated videostream? When was this done, what version of openCV? I have looked a bit on OpenCV, but I was a bit worried about their Linux support, it seemed like the development had focused mostly on windows. Also I got the impression that the development in general was very slow, and I was afraid of digging in to a dying a project... What was/is your opinion on openCV? Did you try alternatives? regards, Kristian ( debian user ) --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: "Franco Amato" on 1 May 2006 10:53 Thank you very much for your reply. So I have to make a program that read from a camera (or file), perform operation over every frame and display image in a wxwidgets control, but I'm not able to create that control and display in the image. Thank in advance. Frank. p.s. sorry for my bad english 1 May 2006 00:06:27 -0700, Larry <i(a)larryo.org>: > > > Hi Frank, > > Yes, I did integration opencv/wxwidgets in a fairly complex project. > What exactly are u interested in ? GUI integration ? image conversion ? > camera view integration? Let me know and i will show u what I did. > > Larry > > give u some samples. > > "Franco Amato" wrote: > > Hi people. > > Does someone have experience programming with OpenCV library and > wxWidgets > > together? > > If yes can I have an example to integrate OpenCV in a wxWidgets frame? > > Best Regards > > Frank > > > > ------=_Part_15773_1120962.1146065715751 > > Content-Type: text/html; charset=ISO-8859-1 > > Content-Transfer-Encoding: quoted-printable > > X-Google-AttachSize: 211 > > > > Hi people.<br>Does someone have experience programming with OpenCV > library and wxWidgets together?<br>If yes can I have an example to integrate > OpenCV in a wxWidgets frame?<br>Best Regards<br>Frank<br><br> > > > > ------=_Part_15773_1120962.1146065715751-- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org > For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org > >
From: "Franco Amato" on 1 May 2006 10:55
I'm intersted in GUI integration, image conversion and camera view integration. Is too much? Thanx Frank 1 May 2006 00:06:27 -0700, Larry <i(a)larryo.org>: > > > Hi Frank, > > Yes, I did integration opencv/wxwidgets in a fairly complex project. > What exactly are u interested in ? GUI integration ? image conversion ? > camera view integration? Let me know and i will show u what I did. > > Larry > > give u some samples. > > "Franco Amato" wrote: > > Hi people. > > Does someone have experience programming with OpenCV library and > wxWidgets > > together? > > If yes can I have an example to integrate OpenCV in a wxWidgets frame? > > Best Regards > > Frank > > > > ------=_Part_15773_1120962.1146065715751 > > Content-Type: text/html; charset=ISO-8859-1 > > Content-Transfer-Encoding: quoted-printable > > X-Google-AttachSize: 211 > > > > Hi people.<br>Does someone have experience programming with OpenCV > library and wxWidgets together?<br>If yes can I have an example to integrate > OpenCV in a wxWidgets frame?<br>Best Regards<br>Frank<br><br> > > > > ------=_Part_15773_1120962.1146065715751-- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org > For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org > > |