colorfulness
Version:
Colorfulness algorithm inspired from Datta R., Joshi D., Li J., Wang J.Z.: Studying aesthetics in photographic images using a computational approach. ECCV (2006)
31 lines (30 loc) • 803 B
JSON
{
"name": "colorfulness",
"version": "0.0.2",
"description": "Colorfulness algorithm inspired from Datta R., Joshi D., Li J., Wang J.Z.: Studying aesthetics in photographic images using a computational approach. ECCV (2006)",
"main": "index.js",
"scripts": {
"test": "xo && node test/basic.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piercus/colorfulness.git"
},
"keywords": [
"colorfulness",
"color",
"emd",
"image",
"processing",
"opencv"
],
"author": "Pierre Colle",
"license": "MIT",
"bugs": {
"url": "https://github.com/piercus/colorfulness/issues"
},
"homepage": "https://github.com/piercus/colorfulness#readme",
"dependencies": {
"opencv": "git+https://github.com/piercus/node-opencv.git"
}
}