Neural Networks in Computer Graphics

Contents Semi-Automated Segmentation NURBS Terrain Modeling Radiosity Semi-Automated Segmentation One of the most tedious jobs in medical image processing is hand-drawing the boundaries around tissue of interest. We explored ways of training neural networks to duplicate the decisions made by a human anatomist while the human is tracing boundaries, then letting the neural network complete … Read more

Our Early Neural Network Code

This posting contains links to and explanations for C code developed for our research in the 1990's. C Code for Error Backpropagation train.c is a C program for training multilayer, feedforward neural networks with error backpropagation using early stopping and cross-validation. The program includes the option of training the networks on a CNAPS Server (see … Read more