Giter Site home page Giter Site logo

Comments (4)

zeromero-dev avatar zeromero-dev commented on August 15, 2024

Have you installed OpenCV as referred in the readme?

from infinite-storage-glitch.

Kovinda avatar Kovinda commented on August 15, 2024

Check #12
I built from source, for windows.

from infinite-storage-glitch.

AbdelAzizMohamedMousa avatar AbdelAzizMohamedMousa commented on August 15, 2024

The error message suggests that there was a failure during the build process of OpenCV v0.75.0. Here are a few steps you can try to resolve the issue:

Check that all dependencies for OpenCV are properly installed on your system, including any additional packages required by OpenCV.

Check that your build environment is properly configured. Make sure that any environment variables required by OpenCV are set correctly.

If the error persists, try updating the version of OpenCV you are using or checking the OpenCV repository for any known issues.

You may also want to try a clean build by removing any previous build artifacts and starting the build process from scratch.

If none of the above steps work, you may want to consider reaching out to the OpenCV community for further assistance or consulting the documentation for your specific build environment.

from infinite-storage-glitch.

notune avatar notune commented on August 15, 2024

@IbeatKidsAtFornite Just set the following system environment variables after installing opencv via choco install llvm opencv and restart the powershell

OPENCV_LINK_PATHS, C:\tools\opencv\build\x64\vc15\lib
OPENCV_INCLUDE_PATHS, C:\tools\opencv\build\include
OPENCV_LINK_LIBS, opencv_world460 (current num in C:\tools\opencv\build\x64\vc15\bin)

After that copy the opencv_world460.dll into the exe directory.
Also see: twistedfall/opencv-rust#118 (comment)

from infinite-storage-glitch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.