Sciweavers


Tutorial
5465views
17 years 2 months ago
A Gentle Introduction to the EM Algorithm
A very detailed and easy to follow tutorial on the EM algorithm.
HEMANT D. TAGARE

Source Code
4838views
17 years 2 months ago
Chan-Vese Image Segmentation
A C++ implementation of Chan-Vese paper "Active Contours Without Edges" image segmentation. The program has command line interface.
Pascal Getreuer

Tutorial
4675views
17 years 2 months ago
Writing Fast Matlab Code
This article discusses strategies for improving the speed of Matlab code. Keep in mind that speed depends heavily on the computation platform and that the fastest method on one sys...
Pascal Getreuer,

Publication
7756views
17 years 2 months ago
A New Grey-Scale Template Image Matching Algorithm Using the Cross-Sectional Histogram Correlation Method
A new correlation technique for Grey-Scale Template Image Matching, the Cross-Sectional Histogram Correlation (CHC) Method, is proposed. In comparison to the traditional, widely-us...
Ryo Takei

Publication
3320views
17 years 2 months ago
Image Inpainting with the Navier-Stokes Equations
Image inpaining "involves filling in part of an image (or video) using information for the surrounding area" [1]. This report summarizes an application of numerical sol...
Wilson Au, Ryo Takei