node-dip
Version:
Node Digital Image Processing
37 lines (36 loc) • 781 B
JSON
{
"name" : "node-dip",
"description" : "Node Digital Image Processing",
"version" : "0.0.0",
"main" : "src/index.js",
"repository" : {
"type" : "git",
"url" : "git@github.com:sdklite/node-dip.git"
},
"keywords" : [
"digital",
"image",
"imaging",
"processing",
"dip",
"gray",
"grayscale",
"binarization",
"histogram",
"equalization",
"denoising",
"edge",
"detection",
"segmentation"
],
"bugs" : {
"url" : "https://github.com/sdklite/node-dip/issues"
},
"author" : {
"name" : "Johnson Lee",
"email" : "g.johnsonlee@gmail.com"
},
"dependencies" : {
},
"license" : "MIT"
}