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
I'm trying to compile the wrapper as is, but without success. I'm unable to get the required dependencies from the forked vcpkg because many packages has been removed from the servers.
Environment
Windows 11 Pro, VS 17.5.1, MSVC v143
What did you do when you faced the problem?
Tried to use the downloadable Tesseract, but compilation failed due to inability to install its required dependencies.
I decided to build this myself because I want GPU support and an updated full featured version of OpenCv. Therefore I initially tried to link through the vcpkg CMAKE_TOOLCHAIN_FILE a very basic (no CUDA) version of OpenCv compiled through the official vcpkg repo and the latest tesseract. At the time of compilation I got plenty of errors even after having fixed the linked libraries version in OpenCvSharpExtern. There are dependencies (for example webp.lib, webpdecoder.lib, protobuf etc) that does not exists anymore from very long time in packages.
I would like to ask if it is possible to make OpenCvSharp compatible with the packages provided from the officially vcpkg repo rather than relying in a forked repo with more than 2000 commits behind.
As is I'm not sure if would be possible to link even a minimal recent version of OpenVc. Although downgrading working packages is something that I always try to avoid, I'm afraid that it will not work anyway without breaking the compilation.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm trying to compile the wrapper as is, but without success. I'm unable to get the required dependencies from the forked vcpkg because many packages has been removed from the servers.
Environment
Windows 11 Pro, VS 17.5.1, MSVC v143
What did you do when you faced the problem?
Tried to use the downloadable Tesseract, but compilation failed due to inability to install its required dependencies.
I decided to build this myself because I want GPU support and an updated full featured version of OpenCv. Therefore I initially tried to link through the vcpkg CMAKE_TOOLCHAIN_FILE a very basic (no CUDA) version of OpenCv compiled through the official vcpkg repo and the latest tesseract. At the time of compilation I got plenty of errors even after having fixed the linked libraries version in OpenCvSharpExtern. There are dependencies (for example webp.lib, webpdecoder.lib, protobuf etc) that does not exists anymore from very long time in packages.
I would like to ask if it is possible to make OpenCvSharp compatible with the packages provided from the officially vcpkg repo rather than relying in a forked repo with more than 2000 commits behind.
As is I'm not sure if would be possible to link even a minimal recent version of OpenVc. Although downgrading working packages is something that I always try to avoid, I'm afraid that it will not work anyway without breaking the compilation.
Example code:
Output:
The text was updated successfully, but these errors were encountered: