diff options
| author | Eduardo Bart <edub4rt@gmail.com> | 2017-09-21 14:32:30 -0300 |
|---|---|---|
| committer | Eduardo Bart <edub4rt@gmail.com> | 2017-09-21 14:32:30 -0300 |
| commit | b5e14fdf70df9c16ef42b0e451ba703b96cc6cdb (patch) | |
| tree | b467775014d2b0bb6dd79856ea9e5c353a8cfd64 | |
| parent | 47c3718a0a33dde1a20d47e0716e9900ef44729a (diff) | |
| download | packages-b5e14fdf70df9c16ef42b0e451ba703b96cc6cdb.tar.gz packages-b5e14fdf70df9c16ef42b0e451ba703b96cc6cdb.zip | |
Added package arraymancer_vision
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f1b3e82..39ad5d3 100644 --- a/packages.json +++ b/packages.json @@ -7247,5 +7247,18 @@ "description": "Allows statistics to be sent to and recorded in Google Analytics.", "license": "MIT", "web": "https://github.com/dom96/analytics" + }, + { + "name": "arraymancer_vision", + "url": "https://github.com/edubart/arraymancer-vision", + "method": "git", + "tags": [ + "arraymancer", + "image", + "vision" + ], + "description": "Image transformation and visualization utilities for arraymancer", + "license": "Apache License 2.0", + "web": "https://github.com/edubart/arraymancer-vision" } ] |
