Hi everybody,
Just want to share my little project named mcdcm which is a pure Javascript/HTML5 DICOM viewer in which I've included support for Leap Motion.
(A disclaimer before we continue, though: Dammit, I'm a doctor, not a programmer!)
I've been using apps to control other medical image viewers, such as Osirix and Siemens Syngo.Via, but I thought a DICOM viewer with dedicated Leap Motion control would be interesting.
At the moment, the DICOM viewer itself is incomplete, although it can support some of the major types. I have a few sample files available to try out. You'll have to drag-and-drop the individual DICOM files (not the ZIP files or from ZIP files - the files needs to be extracted first) into Chrome (yes, only Chrome support at the moment).
Leap controls are:
1-finger circle: Scroll the stack (clockwise: next, anti-clockwise: previous)
Open palm, face right/left: Window width
Open palm, face up/down: Window center
1-finger tap: Next window preset
Mouse controls are:
Left: panning
Middle: zoom
Right: change window
Mousewheel: scroll the stack
Having used Leap Motion on the other medical image viewers, I'm not sure how helpful panning and zooming are, but I may try it out in the future...