hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
https://gocv.io
Other
6.74k stars 868 forks source link

Fix mingw link typo in README.md #1240

Closed Wuvist closed 1 month ago

Wuvist commented 1 month ago

The existing mingw link is pointing to Toolchains targetting Win32, I suppose it should be Toolchains targetting Win64. Otherwise, there is no "seh" exceptions handling as mentioned.

deadprogram commented 1 month ago

Thanks for the correction @Wuvist

I just changed the branch for this PR to `dev`` as discussed here: https://github.com/hybridgroup/gocv/blob/release/CONTRIBUTING.md#how-to-use-our-github-repository

deadprogram commented 1 month ago

Now merging, thanks again!