Skip to content

Commit d11ae0f

Browse files
committed
Update readme and cargo.toml for first release
1 parent 63794ea commit d11ae0f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = "ndarray-vision"
33
version = "0.1.0"
44
authors = ["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"
66
repository = "https://github.com/xd009642/ndarray-vision"
77
readme = "README.md"
88
license = "MIT/Apache-2.0"
99
keywords = ["image", "vision", "image-processing"]
10-
categories = ["Science", "Multimedia", "Image"]
10+
categories = ["Science", "Multimedia"]
1111
edition = "2018"
1212

1313
[dependencies]

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ This project is a computer vision library built on top of ndarray. This project
88
is a work in progress. Basic image encoding/decoding and processing are
99
currently 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)

0 commit comments

Comments
 (0)