Skip to content

Commit fd0cee2

Browse files
authored
Update README.md
1 parent 0b0a6b9 commit fd0cee2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
TODO: Put a short description of the package here that helps potential users
2-
know whether this package might be useful for them.
1+
# OpenCV SDK for Dart
2+
3+
The OpenCV SDK for Dart is a powerful and versatile computer vision library that allows developers to integrate OpenCV functionality into their Dart applications. This SDK provides a bridge between Dart and the OpenCV library, enabling you to leverage advanced computer vision techniques seamlessly.
34

45
## Features
56

7+
- **High-Performance:** Benefit from the high-performance capabilities of the OpenCV library directly from your Dart applications.
8+
9+
- **Wide Range of Algorithms:** Access a comprehensive collection of image processing and computer vision algorithms, including filtering, feature detection, object tracking, and more.
10+
11+
- **Easy Integration:** The SDK provides a user-friendly interface to easily integrate OpenCV functionalities into your Dart projects.
12+
13+
14+
## TODO
15+
616
TODO:
717

818
- [ ] Image Reading and Writing:
@@ -72,13 +82,3 @@ TODO:
7282

7383
TODO: Include short and useful examples for package users. Add longer examples
7484
to `/example` folder.
75-
76-
```dart
77-
const like = 'sample';
78-
```
79-
80-
## Additional information
81-
82-
TODO: Tell users more about the package: where to find more information, how to
83-
contribute to the package, how to file issues, what response they can expect
84-
from the package authors, and more.

0 commit comments

Comments
 (0)