[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new functions
From: |
Etienne Grossmann |
Subject: |
Re: new functions |
Date: |
Fri, 04 Aug 2000 12:26:01 +0100 |
User-agent: |
WEMI/1.13.7 (Shimada) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386-debian-linux-gnu) (with unibyte mode) |
Hi,
I myself have a disordered directory tree of vision functions : no
optical flow, mostly 3D reconstruction stuff. My intention is to tidy
it up and make a toolbox out of it, in the next few months.
Our work seems complementary.
Cheers,
Etienne
ps : How do you represent images? I use structs with fields :
im : The pixmap
rgb : Is the image rgb or graylevel (or mapped)
etc ...
so that I don't have to pass too many parameters.
From: Jose Otero <address@hidden>
# Hi:
# Years ago, in my early Graduate Thesis and Research Report, i wrote some
# functions in Matlab to estimate the optical flow from a sequence of images,
# i have implemented Horn and Schunck method, a Least Squares estimation,
# Poggio et al. correlation methods (2d2d, 1d2d, 1d1d) and my own
# implementation of 1d1d using a LUT to avoid floating point calculations
# [IFAC-ICV98 pg 57-63,Optical Flow Calculations Using Look-Up Tables]. I'm
# now on hollydays, i'll try to read my PhD Thesis in September-October,
# and after that i'm interested in maintain a set of functions to estimate
# motion of a sequence of images...I'll write to you later.
#
# Jose Otero. Computer Science Department. Universidad de Oviedo. Asturias,
# Spain.
#
# Paolo escribi?:
#
# > i'm writing some functions for myself, analisis of motion and so on; is
# > there anybody interested
# > and who could help me to improve them
# >
# > Thanks
# > Paolo
# >
# > --
# > Paolo Ariano
# > DBAU, Department of Animal and Human Biology
# > Turin University, (Italy)
# >
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: new functions,
Etienne Grossmann <=