You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Read more about image alignment with OpenCV [here](https://learnopencv.com/image
20
20
Opencv-rust can be little tricky to install. Follow the instructions from [rust opencv](https://crates.io/crates/opencv)
21
21
22
22
You will need the "clang-runtime" feature if you <ahref="https://github.com/twistedfall/opencv-rust#Troubleshooting">experience problems with your clang environment</a>
23
-
.
23
+
Disclaimer: the library is only built and tested against opencv 4.11.0.
24
24
25
25
```bash
26
26
cargo build --release
@@ -50,8 +50,8 @@ The result should be two windows showing the stacked images using two different
0 commit comments