Coder Social home page Coder Social logo

Comments (4)

skvark avatar skvark commented on July 19, 2024 1

Currently you can build custom versions only by forking the project and changing builds flags. On Appveyor the build artifacts can be downloaded after the build from the Appveyor service.

At some point it will also possible to build the package locally, see this issue: #43

from opencv-python.

techdragon avatar techdragon commented on July 19, 2024

@espdev unfortunately the pre-built wheel can't include this.

This is similar to why work on #49 and #50 has to build LGPL versions of FFmpeg. Some things are just not safe for developers like us to distribute without the risks of legal repercussions. Pre-built Wheels will not be able to include these components.

Future work on an sdist might be able to mitigate this by performing the compilation on end users machine and thus not distributing potentially infringing software. But the focus of work here has been on building Wheels that enable users to install OpenCV without the need to spend the time compiling OpenCV.

@skvark Might have more to say. But I feel like I had a good answer for you since I'm digging around on the FFmpeg issues which have similar legal related constraints. My apologies if I've overstepped here in what is effectively answering for you ( @skvark ) as the project owner.

from opencv-python.

skvark avatar skvark commented on July 19, 2024

OpenCV cmake recipe has enable-nonfree flag but it's currently off. As @techdragon explained above, I'm not sure if we can distribute the modules protected by that flag. This would require lawyer advice.

Note: despite the flag being off there might be some other modules included in opencv-contrib-python which belong to the same "non-free" category. If that's the case it's because OpenCV developers haven't protected them with that macro.

from opencv-python.

espdev avatar espdev commented on July 19, 2024

@techdragon @skvark Thank you for your replies! You are right.

I think I could build the wheel package for myself with needed opencv cmake-flag but I do not know how to build this project (opencv-python) correctly.

from opencv-python.

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.