[Insight-users] surface textures?
Rasmus Reinhold Paulsen
rrp@imm.dtu.dk
Thu, 13 Mar 2003 20:14:05 +0100 (MET)
Hi Markus,
Check out the work on dense surface models of the human face by Tim
Hutton:
http://www.eastman.ucl.ac.uk/~dmi/MINORI/index.html
Especially:
Hutton T.J., Buxton B.F., and Hammond P. (2001) Dense Surface Point
Distribution Models of the Human Face. In: Proc. IEEE Workshop on
Mathematical Methods in Biomedical Image Analysis, Kauai,
Hawaii. pp. 153-160.
Tim has done everything in VTK, where he is also a developer. I do not
know if ITK would be a better API than VTK to solve the problem.
Regards,
Rasmus
---------------------------------------------------
Rasmus Paulsen
INRIA, Project Epidaure
2004 Route des Lucioles
BP 93, 06902 Sophia-Antipolis
France
Tel: +33 (0) 4 92 38 71 82
Fax: +33 (0) 4 92 38 76 69
http://www.imm.dtu.dk/~rrp
---------------------------------------------------
> > The problem is to generate a facial database for generating facial
> > hypotheses. To create a database of landmark correspondences, we need to
> > identify point matches across training sets. The problem is therefor a 2D
> > parameterizable surface of 3D points, with a JPEG image which contains
> > intensity colour information...
> >
> > Right now the alternative seems to be VTK, do you know anything about that?