[visionegg] Re: gaussian mask on image
- From: Jordanna Sprayberry <jdhenry@xxxxxxxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Tue, 13 Jul 2004 14:58:15 -0700
If you would like, I can send you some code. But, my understanding is
not deep enough to help you with error messages!
On Jul 12, 2004, at 7:39 PM, Kenji Yokoi wrote:
I tried to put a gaussian mask (Mask2D) on a graphic image by
TextureStimulus,
but an error occured, which said
TypeError: draw_masked_quad() takes exactly 10 arguments (9 given)
So, I added a depth arugument ("8" or "32") to draw_masked_quad in
Texture.py.
It seems that the error is avoided, but the image does not appear.
Does anyone know how to put a gaussian mask on an image texture ?
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
- [visionegg] gaussian mask on image
- From: Kenji Yokoi
Other related posts:
- » [visionegg] gaussian mask on image
- » [visionegg] Re: gaussian mask on image
- » [visionegg] Re: gaussian mask on image
- » [visionegg] Re: gaussian mask on image
- » [visionegg] Re: gaussian mask on image
- » [visionegg] Re: gaussian mask on image
but an error occured, which said
TypeError: draw_masked_quad() takes exactly 10 arguments (9 given)
So, I added a depth arugument ("8" or "32") to draw_masked_quad in Texture.py.
It seems that the error is avoided, but the image does not appear.
Does anyone know how to put a gaussian mask on an image texture ?
====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
- [visionegg] gaussian mask on image
- From: Kenji Yokoi