File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22name = " ndarray-vision"
33version = " 0.1.0"
44authors = [" xd009642 <danielmckenna93@gmail.com>" ]
5- description = " A computer vision library built ontop of ndarray"
5+ description = " A computer vision library built on top of ndarray"
66repository = " https://github.com/xd009642/ndarray-vision"
77readme = " README.md"
88license = " MIT/Apache-2.0"
99keywords = [" image" , " vision" , " image-processing" ]
10- categories = [" Science" , " Multimedia" , " Image " ]
10+ categories = [" Science" , " Multimedia" ]
1111edition = " 2018"
1212
1313[dependencies ]
Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ This project is a computer vision library built on top of ndarray. This project
88is a work in progress. Basic image encoding/decoding and processing are
99currently implemented.
1010
11- See the examples or a modules test for basic usage.
11+ See the examples and tests for basic usage.
1212
1313# Features
1414
1515* Conversions between Grayscale, RGB, HSV and CIEXYZ
1616* Image convolutions and common kernels (box linear, gaussian, laplace)
1717* Median filtering
1818* Sobel operator
19+ * Canny Edge Detection
20+ * Histogram Equalisation
1921* Encoding and decoding PPM (binary or plaintext)
You can’t perform that action at this time.
0 commit comments