Re: [PD] Face tracking

2014-01-29 Thread Antoine Villeret
>
> Is [pix_opencv_facetracker] threaded?
>

no it's not

If not, I'd suggest using FaceOSC to avoid the 30fps it's locked too when
> tracking and lower framerate when searching.
>


> On Jan 29, 2014, at 6:00 AM, pd-list-requ...@iem.at wrote:
>
> *From: *Antoine Villeret 
>  *Subject: **Re: [PD] Face tracking*
> *Date: *January 29, 2014 at 5:17:20 AM EST
> *To: *Jean-Marie Adrien 
>  *Cc: *"pd-list@iem.at List" 
>
>
>  Hello,
>
> there is [pix_opencv] around there :
> https://github.com/avilleret/pix_opencv
> This is a fork ("a modified copy") of the main sourceforge external
> repository.
> This is not included in pd-extended but I've planned to release binaries
> for MacOSX, Windows and Linux in a not too far future...
>
> Concerning FaceOSC, it wroks great and it's now included in
> [pix_opencv_facetracker], it's pretty experimental since it has not been
> tested widely.
> Depending on what you need exactly, you can also use the
> [pix_opencv_haarcascade] external with some free data set or with your own
> trained model.
>
> Hope this helps.
>
> Antoine
>
>
>  
> Dan Wilcox
> @danomatika
> danomatika.com
> robotcowboy.com
>
>
>
>
>
>
> ___
> 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] Face tracking

2014-01-29 Thread Dan Wilcox
Is [pix_opencv_facetracker] threaded? If not, I'd suggest using FaceOSC to 
avoid the 30fps it's locked too when tracking and lower framerate when 
searching.

On Jan 29, 2014, at 6:00 AM, pd-list-requ...@iem.at wrote:

> From: Antoine Villeret 
> Subject: Re: [PD] Face tracking
> Date: January 29, 2014 at 5:17:20 AM EST
> To: Jean-Marie Adrien 
> Cc: "pd-list@iem.at List" 
> 
> 
> Hello, 
> 
> there is [pix_opencv] around there : https://github.com/avilleret/pix_opencv
> This is a fork ("a modified copy") of the main sourceforge external 
> repository.
> This is not included in pd-extended but I've planned to release binaries for 
> MacOSX, Windows and Linux in a not too far future...
> 
> Concerning FaceOSC, it wroks great and it's now included in 
> [pix_opencv_facetracker], it's pretty experimental since it has not been 
> tested widely.
> Depending on what you need exactly, you can also use the 
> [pix_opencv_haarcascade] external with some free data set or with your own 
> trained model.
> 
> Hope this helps.
> 
> Antoine


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





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


Re: [PD] Face tracking

2014-01-29 Thread Antoine Villeret
Hello,

there is [pix_opencv] around there : https://github.com/avilleret/pix_opencv
This is a fork ("a modified copy") of the main sourceforge external
repository.
This is not included in pd-extended but I've planned to release binaries
for MacOSX, Windows and Linux in a not too far future...

Concerning FaceOSC, it wroks great and it's now included in
[pix_opencv_facetracker], it's pretty experimental since it has not been
tested widely.
Depending on what you need exactly, you can also use the
[pix_opencv_haarcascade] external with some free data set or with your own
trained model.

Hope this helps.

Antoine


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


2014-01-29 Jean-Marie Adrien 

> Great ! i love the video, and the patch seems to be kind of what I need,
> from within PD.
> Will try to get it work on my mac
> Thanks !
> JM
>
>
> Le 28 janv. 2014 à 23:48, pured...@11h11.com a écrit :
>
> > i don't know if it's exactly what you need:
> >
> > Make me (opencv / gem):
> > http://puredata.info/Members/patrick
> >
> >
> > ___
> > 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] Face tracking

2014-01-29 Thread Jean-Marie Adrien
Great ! i love the video, and the patch seems to be kind of what I need, from 
within PD.
Will try to get it work on my mac
Thanks !
JM


Le 28 janv. 2014 à 23:48, pured...@11h11.com a écrit :

> i don't know if it's exactly what you need:
> 
> Make me (opencv / gem):
> http://puredata.info/Members/patrick
> 
> 
> ___
> 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] Face tracking

2014-01-28 Thread puredata

i don't know if it's exactly what you need:

Make me (opencv / gem):
http://puredata.info/Members/patrick


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


Re: [PD] Face tracking

2014-01-28 Thread Òscar Martínez Carmona
It is not an object for pd but you can easily connect it throught OSC:
https://github.com/kylemcdonald/ofxFaceTracker/downloads
It's called FaceOSC btw..

El dia dimarts, 28 gener de 2014, Jean-Marie Adrien <
j...@jeanmarie-adrien.net> va escriure:

> Hello list
> for a specific application I would need an object that detects a human
> face facing the camera,
> not very close but not far either : 2 meters away from an ordinary webcam
> lens).
>
> I do not know exactly where the face will be in the frame, and I would
> need its "center" and "size" or so in real time.
> Anything in GEM opencv ? Any tutorial/example patch around ?
> Thanks a lot !
> Jm
>
>
>
> ___
> Pd-list@iem.at  mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>


-- 
Òscar Martínez Carmona
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Face tracking

2014-01-28 Thread Jean-Marie Adrien
Hello list
for a specific application I would need an object that detects a human face 
facing the camera, 
not very close but not far either : 2 meters away from an ordinary webcam 
lens). 

I do not know exactly where the face will be in the frame, and I would need its 
"center" and "size" or so in real time.
Anything in GEM opencv ? Any tutorial/example patch around ?
Thanks a lot !
Jm



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