Re: [PD] How to set up OpenCv in pd (Windows)

2013-06-03 Thread skafrenz
I'm sorry, my mistake. I did not want to send you a private e mail.

F.


2013/6/3 IOhannes m zmoelnig 

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2013-06-02 23:40, skafrenz wrote:
> > Hi, thank you..
>
> i hope that you will understand that i don't answer pd-list emails in
> private unless they have some privacy issues.
>
> fgamsdr
> IOhannes
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.12 (GNU/Linux)
> Comment: Using GnuPG with Icedove - http://www.enigmail.net/
>
> iEYEARECAAYFAlGsQMcACgkQkX2Xpv6ydvQEkACbBSDDkll/572o/7MtTLTfb0XG
> nLQAoO+gj7fhpTE2i95BQugbyBkr5PGs
> =9c1t
> -END PGP SIGNATURE-
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-31 Thread IOhannes zmölnig

On 05/31/2013 08:15 PM, Hans-Christoph Steiner wrote:

On 05/17/2013 06:23 PM, skafrenz wrote:

Well ok I think I'm not good enough to program it. I found openCv. But
maybe I did not understand exactly how it works. I downloaded openCv for
windows from -> http://opencv.org/ and I installed it. I was wondering if
there's an easy way to use it with pd (I thought it was something like
externals). Am I totally wrong?


openCV is a *huge* framework, that has nothing TODO with Pd.
it allows to develop applications that do all kind of weird 
computer-vision stuff.


luckily for us, some people created a number of Pd-externals on top of 
openCV, so we (you!) can now use openCV from within Pd.
those externals are called pix_opencv_... (if you are using Gem, which 
is likely as you seem to be on w32) and pdp_opencv_... (in case you are 
using pdp)


famdr
IOhannes


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-31 Thread Hans-Christoph Steiner

Its good to keep the list CC'ed since I often have a big email backlog.

Check out pix_opencv and pdp_opencv for ways to use it in Pd.

.hc

On 05/17/2013 06:23 PM, skafrenz wrote:
> Well ok I think I'm not good enough to program it. I found openCv. But
> maybe I did not understand exactly how it works. I downloaded openCv for
> windows from -> http://opencv.org/ and I installed it. I was wondering if
> there's an easy way to use it with pd (I thought it was something like
> externals). Am I totally wrong?
> 
> thank you
> 
> Francesco
> 
> 
> 2013/5/7 Hans-Christoph Steiner 
> 
>>
>> My guess is that it would't be too hard to do for someone who has compiled
>> software before.  The place to start would be setting up the MinGW
>> toolchain used by Pd-extended:
>>
>> http://puredata.info/docs/developer/WindowsMinGW
>>
>> For building OpenCV, you can probably skip the "Building library
>> dependencies for Windows from SVN '/sources'" section.
>>
>> .hc
>>
>> On May 5, 2013, at 5:43 PM, Antoine Villeret wrote:
>>
>>> hello,
>>>
>>> unfortunately I never built pix_opencv on Windows (but I do on Mac OS X
>> and Linux)
>>> and I've no plan do to that because 1) I know anything about Windows
>> platform and 2) I don't have such a computer
>>> I hope this is ready to build on Windows but I'm not sure...
>>> but you are welcome to share your experience if you want to try :-)
>>>
>>> best
>>>
>>> a
>>>
>>> --
>>> do it yourself
>>> http://antoine.villeret.free.fr
>>>
>>>
>>> 2013/4/25 skafrenz 
>>> Hello everyone, I could not find instructions about how to set up OpenCv
>> for Pure Data (Windows). Can anyone help or tell me where to find
>> instructions?
>>> Thank you guys :)
>>>
>>> Francesco
>>>
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
> 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-07 Thread Hans-Christoph Steiner

My guess is that it would't be too hard to do for someone who has compiled 
software before.  The place to start would be setting up the MinGW toolchain 
used by Pd-extended:

http://puredata.info/docs/developer/WindowsMinGW

For building OpenCV, you can probably skip the "Building library dependencies 
for Windows from SVN '/sources'" section.

.hc

On May 5, 2013, at 5:43 PM, Antoine Villeret wrote:

> hello, 
> 
> unfortunately I never built pix_opencv on Windows (but I do on Mac OS X and 
> Linux)
> and I've no plan do to that because 1) I know anything about Windows platform 
> and 2) I don't have such a computer
> I hope this is ready to build on Windows but I'm not sure...
> but you are welcome to share your experience if you want to try :-)
> 
> best
> 
> a
> 
> --
> do it yourself   
> http://antoine.villeret.free.fr
> 
> 
> 2013/4/25 skafrenz 
> Hello everyone, I could not find instructions about how to set up OpenCv for 
> Pure Data (Windows). Can anyone help or tell me where to find instructions?
> Thank you guys :)
> 
> Francesco
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-05 Thread Antoine Villeret
hello,

unfortunately I never built pix_opencv on Windows (but I do on Mac OS X and
Linux)
and I've no plan do to that because 1) I know anything about Windows
platform and 2) I don't have such a computer
I hope this is ready to build on Windows but I'm not sure...
but you are welcome to share your experience if you want to try :-)

best

a

--
do it yourself
http://antoine.villeret.free.fr


2013/4/25 skafrenz 

> Hello everyone, I could not find instructions about how to set up OpenCv
> for Pure Data (Windows). Can anyone help or tell me where to find
> instructions?
> Thank you guys :)
>
> Francesco
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] How to set up OpenCv in pd (Windows)

2013-04-25 Thread skafrenz
Hello everyone, I could not find instructions about how to set up OpenCv
for Pure Data (Windows). Can anyone help or tell me where to find
instructions?
Thank you guys :)

Francesco
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list