diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-21 19:02:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-21 19:02:51 +0100 |
| commit | 41e44825130ee035d25b37639fddde61a959223a (patch) | |
| tree | b467775014d2b0bb6dd79856ea9e5c353a8cfd64 | |
| parent | 47c3718a0a33dde1a20d47e0716e9900ef44729a (diff) | |
| parent | b5e14fdf70df9c16ef42b0e451ba703b96cc6cdb (diff) | |
| download | packages-41e44825130ee035d25b37639fddde61a959223a.tar.gz packages-41e44825130ee035d25b37639fddde61a959223a.zip | |
Merge pull request #586 from edubart/add-arraymancer_vision1732
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" } ] |
