8000 GitHub - akaszynski/manylinux2014-centos7-opencv
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akaszynski/manylinux2014-centos7-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manylinux Wheels for Graph-Cut-RANSAC with OpenCV and Eigen

This repository was created for the purpose of building manylinux wheels for the project Graph-Cut-RANSAC, requiring OpenCV 3.4.5 and Eigen. The build is optimized for OpenCV with the absolute minimum number of modules. This optimization is important because auditwheel will attempt to include all modules when they're all built, which could significantly increase the build time and result in an unnecessarily large wheel file.

By minimizing the number of modules in OpenCV, we're able to reduce the build time and create a more efficient wheel file.

Getting Started

To build this image, navigate to the docker directory and use the following command:

cd docker
docker build -t manylinux2014_x86_64_opencv3:latest .

Details

This repository provides the Dockerfile needed to create a manylinux2014 docker image that includes the following:

  • OpenCV v3.4.5
  • Eigen

This image is tagged as manylinux2014_x86_64_opencv3:latest.

Contributions

Contributions, bug reports, and enhancements are always welcome. Feel free to open a pull request or an issue.

License

This repository uses the MIT license. Please refer to the original projects for licensing information:

Authors

This repository is maintained by the contributors listed in the CONTRIBUTORS file.

If you have any queries, feel free to open an issue. Happy Building!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 
0