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
A multithreaded port of the python code found [here: github.com/maitek/image_stacking](https://github.com/maitek/image_stacking)
@@ -20,7 +21,7 @@ Read more about image alignment with OpenCV [here](https://learnopencv.com/image
20
21
Opencv-rust can be little tricky to install. Follow the instructions from [rust opencv](https://crates.io/crates/opencv)
21
22
22
23
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
-
Disclaimer: the library is only built and tested against opencv 4.11.0.
24
+
Disclaimer: the library is only built and tested against opencv 4.12.0.
24
25
25
26
```bash
26
27
cargo build --release
@@ -91,3 +92,9 @@ Licensed under either of
91
92
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT)>
92
93
93
94
at your option.
95
+
96
+
## Contribution
97
+
98
+
Unless explicitly stated otherwise, any contribution intentionally submitted
99
+
for inclusion in the project by you, as defined in the Apache-2.0 license,
100
+
shall be dual-licensed as above, without any additional terms or conditions.
0 commit comments