I made a VM that runs OpenCV for Python

Since it is too difficult to build the environment every time, I made it possible to run OpenCV just by starting the VM. fleth/ubuntu-14.04_python2.7.6_opencv3.1

Various versions

Installation

After installation, execute the following command.

mkdir -p ~/vms/opencv
cd ~/vms/opencv
vagrant init fleth/ubuntu-14.04_python2.7.6_opencv3.1; vagrant up --provider virtualbox

Now you can use the Python version of OpenCV by starting and logging in to the VM with the following command.

cd ~/vms/opencv
vagrant up
vagrant ssh

reference

-[Build and install opencv-3-1 on ubuntu-16-04](http://www.hiroom2.com/2016/04/26/ubuntu-16-04%E3%81%ABopencv-3 -1% E3% 82% 92% E3% 83% 93% E3% 83% AB% E3% 83% 89% E3% 81% 97% E3% 81% A6% E3% 82% A4% E3% 83% B3 % E3% 82% B9% E3% 83% 88% E3% 83% BC% E3% 83% AB% E3% 81% 99% E3% 82% 8B /) -How to install OpenCV on Cloud9 and run it in Python

Recommended Posts

I made a VM that runs OpenCV for Python
I made a python dictionary file for Neocomplete
I made a python text
[Python] I made a classifier for irises [Machine learning]
I made a Line-bot using Python!
I made a fortune with Python.
I made a daemon with Python
[VSCode] I made a user snippet for Python print f-string
I made a neural network generator that runs on FPGA
I made a dash docset for Holoviews
[Python3] I made a decorator that declares undefined functions and methods.
I made a payroll program in Python!
Python> I made a test code for my own external file
I made a character counter with Python
I made a lot of files for RDP connection with Python
I made a shuffle that can be reset (reverted) with Python
[Python] Create a LineBot that runs regularly
I made a Hex map with Python
I made a scaffolding tool for the Python web framework Bottle
I made a library that adds docstring to a Python stub file.
After studying Python3, I made a Slackbot
I made a roguelike game with Python
I made a simple blackjack with Python
[python] I made a class that can write a file tree quickly
I made a Python wrapper library for docomo image recognition API.
I made a configuration file with Python
I made a library for actuarial science
A textbook for beginners made by Python beginners
I made a neuron simulator with Python
I made a Docker container to use JUMAN ++, KNP, python (for pyKNP).
I created a template for a Python project that can be used universally
[Python] I made a decorator that doesn't seem to have any use.
I made a web application in Python that converts Markdown to HTML
I made a Discord bot in Python that translates when it reacts
[Python] I made a utility that can access dict type like a path
I made a tool that makes decompression a little easier with CLI (Python3)
[IOS] I made a widget that displays Qiita trends in Pythonista3. [Python]
I made a module PyNanaco that can charge nanaco credit with python
I made a competitive programming glossary with Python
I made a weather forecast bot-like with Python.
I made a spare2 cheaper algorithm for uWSGI
A memo that I wrote a quicksort in Python
I made a useful tool for Digital Ocean
I made a GUI application with Python + PyQt5
I made a Twitter fujoshi blocker with Python ①
Procedure for creating a LineBot made with Python
[Python] I made a Youtube Downloader with Tkinter.
I made a downloader for word distributed expression
I made a peeping prevention product for telework.
I made a Caesar cryptographic program in Python.
I made a bin picking game with Python
I made a Mattermost bot with Python (+ Flask)
I made a Python Qiita API wrapper "qiipy"
OpenCV for Python beginners
I made a Line Bot that uses Python to retrieve unread Gmail emails!
I made a Docker image that can call FBX SDK Python from Node.js
[Beginner] What happens if I write a program that runs in php in Python?
[Python] I made a LINE Bot that detects faces and performs mosaic processing.
I made a familiar function that can be used in statistics with Python
In Python, I made a LINE Bot that sends pollen information from location information.
A story that I was addicted to when I made SFTP communication with python