Maintaining a OpenCv build repository for supporting robotgo's functionality. #468
SakthiMahendran
started this conversation in
General
Replies: 1 comment
-
I will think about it, maybe build like bitmap, but the time is limit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We know that robotgo supports OpenCv's functionality through gocv.
The problem is that it is too difficult to build OpenCv for different platforms.
if we want to deploy our app on different os since golang supports cross compilation I can write my code in windows and compile to linux and try to distribute it.
But if I am using opencv in my app
I need a Linux build for OpenCv.
Where do I get it?
It is huge pain right.
So i would like to suggest to maintain a OpenCv build repository for different os.
Note: We can't use OpenCv's official build with gocv. So we need a seperate build repo.
Beta Was this translation helpful? Give feedback.
All reactions