Sciweavers


Publication
1462views
15 years 3 months ago
Statistical Models of Appearance for Computer Vision
A great technical report describing the work of T.F. Cootes and C.J.Taylor in the area of Active Shape Models and Active Appearance Models.
T.F. Cootes, C.J.Taylor

Source Code
3955views
15 years 3 months ago
Toolbox Fast Marching - A toolbox for Fast Marching and level sets computations
Very effective Matlab library that implements the fast marching methods for both 2D/3D Cartesian spaces and triangulated surfaces (Meshes). It also implements the Farthest Point Sa...
Gabriel Peyre

Source Code
6317views
15 years 3 months ago
A Matlab Toolbox Implementing Level Set Methods
"This set of Matlab files implements Level Set Methods and follows Osher and Fedkiw's book. A combination of curvature-based forces, vector field-based forces and forces ...
Baris Sumengen

Publication
683views
15 years 3 months ago
A Variational Formulation of the Fast Marching Eikonal Solver
A very nice paper by Prof. Sergey Fomel in which he shows that the eikonal equation can be derived from the Fermat’s principle using variational formulation.
Sergey Fomel1

Source Code
1236views
15 years 4 months ago
Itk - The Insight Toolkit
ITK is an open-source, cross-platform system that provides developers with an rich algorithms for image analysis. ITK employs the state-of-the-art algorithms for registering and s...