|
From: Lucas M. De M. <luc...@gm...> - 2006-05-09 01:23:16
|
CMVision
2006/5/5, Toby Collett <tco...@pl...>:
>
> Which blobfinder driver are you using?
>
> Toby
>
> Lucas Martins De Marchi wrote:
> > I was having a gtk error in playercam (player 2.0.1)
> > So i modified it to this:
> > render_camera(gpointer data){
> > .
> > .
> > .
> > gdk_pixbuf_composite(blobbuf,
> > g_pixbuf,
> > g_blobs[i].left,
> > g_blobs[i].top,
> > abs(g_blobs[i].right - g_blobs[i].left),
> > abs(g_blobs[i].top - g_blobs[i].bottom),
> > 0, 0, 1, 1, GDK_INTERP_NEAREST, 128);
> > printf ("Blob found:\n\t(%d, %d),
> >
> (%d,%d)\n",g_blobs[i].left,g_blobs[i].top,g_blobs[i].right,g_blobs[i].bot=
tom);
> > .
> > .
> > .
> > }
> >
> > which gives me in output, g_blobs[i].bottom =3D=3D 1560
> > well... my image is only 320x200, how can it returns 1560 ?!!?!?
> >
> >
> > yet, i think blob.x and blob.y (centroids) are not correct...
> >
> >
> > thnx
> > Lucas Martins De Marchi
> >
> >
> >
> >
> >
> > ------------------------------
> > Lucas Martins De Marchi
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim=
o
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Playerstage-users mailing list
> Pla...@li...
> https://lists.sourceforge.net/lists/listinfo/playerstage-users
>
--
------------------------------
Lucas Martins De Marchi
|