UNPKG

node-itk

Version:

ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Among them, Node-ITK is a node.js wrapper which built on top of ITK, intended to facilitate its use in rapid prototyping, education, and web servies for Medical Image Processing.Its Origins by My master thesis--jolly, a new Framework for Medical Image Processing

26 lines 816 B
{ "name": "node-itk", "version": "0.1.9", "author": "丘文峰(Summit Chiu) <summit_mail@qq.com>", "description": "ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Among them, Node-ITK is a node.js wrapper which built on top of ITK, intended to facilitate its use in rapid prototyping, education, and web servies for Medical Image Processing.Its Origins by My master thesis--jolly, a new Framework for Medical Image Processing ", "main": "index.js", "engines": { "node": "0.10.x" }, "dependencies": { }, "devDependencies": { }, "scripts": { "test": "node example/size.js" }, "repository": "", "keywords": [ "itk", "jolly", "image", "medical", "processing" ], "license": "MIT" }