DEMO / v0.1 PIPELINE Elastix · B-spline · transformix RUNTIME WebAssembly · Web Worker

Non-rigid
medical-image registration
in your browser.

Two images go in. A dense, smooth deformation field comes out — the kind a clinic uses to align "before" and "after" exams pixel-by-pixel.

Everything runs client-side. No upload. No backend. No analytics. After the WebAssembly finishes downloading, the network tab stays empty.

Open the playground → What is this?

FIDUCIAL · 00 FIDUCIAL · 01 FIDUCIAL · 02 FIDUCIAL · 03
i.

Real algorithm, real source

The registration is performed by Elastix — the same Insight Toolkit component used in production medical imaging — compiled to WebAssembly via the ITK-Wasm project. No re-implementation, no toy.

ii.

Nothing leaves the device

Photos and DICOMs are loaded with the browser's own decoder, processed in a Web Worker, and rendered back to a canvas. There is no upload endpoint to leak to. GDPR-compatible by construction.

iii.

The deformation is the demo

A registered image alone is uninteresting — it just looks like the target. We render the underlying displacement field as arrows on a sparse grid plus a magnitude colormap, so you can see what the algorithm did.