Prima Homepage
ImaLab
User Manual
The Command Shell
Running Imalab
Plugin Process
Pixels and Images
Interactive selection
Graphics: plots, profiles
Image file I/O
Image display
Connectivity Analysis
Image Processing(1)
Gaussian operators
Technical Documentation
Creating a Ravi Module
Tutorial
Imalab Tutorial

Plugin scripts

More about writing scripts in Scheme

Typical layout

;; global variables

(define (name-fp) ; process function )

(define (name-fd) ; display-function ) (define (name-init) ; initialization )

(name-init)

(declare-process name name-fp name-fd)

Example-file: diff-process.scm