Skip to content

Commit 498c67b

Browse files
authored
Merge pull request #2047 from shimat/docs/link-blazor-live-demo
docs: link the Blazor WebAssembly live demo in README
2 parents dd25d8c + a21fa4d commit 498c67b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
OpenCvSharp is a cross-platform .NET wrapper for OpenCV, providing a rich set of image processing and computer vision functionality.
66

7+
## 🚀 [Try the Live Demo](https://shimat.github.io/opencvsharp_blazor_sample/)
8+
9+
Run OpenCvSharp image processing right in your browser — Blazor WebAssembly, no install needed.
10+
711
## Which version should I use?
812

913
OpenCvSharp is published in two parallel package families:
@@ -179,6 +183,8 @@ Cv2.Canny(src, canny, 50, 200); // an expression can be passed directly to a C
179183
## Code samples
180184
https://github.com/shimat/opencvsharp_samples/
181185

186+
Interactive browser-based samples (Blazor WebAssembly) are maintained separately at https://github.com/shimat/opencvsharp_blazor_sample/, with a [live demo](https://shimat.github.io/opencvsharp_blazor_sample/).
187+
182188
## API Documents
183189
http://shimat.github.io/opencvsharp/api/OpenCvSharp.html
184190

0 commit comments

Comments
 (0)