help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

updated graphics/imgio/vrml toolboxes


From: Etienne Grossmann
Subject: updated graphics/imgio/vrml toolboxes
Date: Sun, 03 Sep 2000 16:08:40 +0100
User-agent: SEMI/1.12.1 ([JR] Nonoichi) FLIM/1.12.7 (Yþzaki) Emacs/20.7 (i386-debian-linux-gnu) (with unibyte mode)



  Hello,

  just to say that I added a few functions to the above toolboxes :

graphics:
smooth3              im = smooth3 (im)            - 3-mask smoothing
sobel                [gg,ix,iy] = sobel (im)      - 3-by-3 Sobel filtering
set_gray_range       im = set_gray_range (im, r1, r2) - Set the range of 
graylevels
subwindows           sw = subwindows (im, coord, diam) - Extract subwindows of 
equal size
localmax             [i,v] = localmax (im, ...)  - local maximum of image

imgio:
mat2ims        ims = mat2ims (im, rgb=0, maxval)
ims_set_rgb    im = ims_set_rgb (im, rgb)    - Set im.rgb and modify im.im 
accordingly
ims_pad        ims_pad ( im, border, col=0 ) - Pad an image with a given 
graylevel/color


vrml:
select_3D_points    sel2 = select_3D_points (x, sel1, deco) - select 3D points
vrml_browse         p = vrml_browse ([s])       - View vrml code s with FreeWRL
vrml_arrow          v = vrml_arrow (sz, col) - Arrow pointing in "y" direction
vrml_frame          v = vrml_frame (t, r, ... )
vrml_ellipsoid      v = vrml_ellipsoid (moment, col) - Ellipsoid 
vrml_select_points  s = vrml_select_points (x, state) - vrml code for selecting 
3D points

  The select_3D_points() and vrml_browse() functions require the vrml
browser freewrl (http://www.crc.ca/FreeWRL/) 0.26 or CVS.

  Also, I will be away this week.

  Etienne



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]