tlalarus / opencv-cpp-for-xeus-cling

make OpenCV C++ for Xeus-Cling Jupyter more easy use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is create for Jupyter Xeus-Cling use.
and install in docker buikd :
https://github.com/Seachaos/docker-python-xeus-cling

This repository just simple handle opencv++ include and imshow for xeus-cling jupyter.

Installation

assume all script is running by root because this project is made for Docker build.

After you install OpenCV C++, can run

python3 ./install.py

It will scan opencv libs from /usr/local/lib and create include file for jupyter.

Usage

In your jupyter notebook should can be use like this :

#include <jupyter/opencv>
using namespace cv;
Mat img = imread("./test.jpg");
imshow("cool", img);

example : demo image

About

make OpenCV C++ for Xeus-Cling Jupyter more easy use

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 97.7%Language:C++ 1.4%Language:Python 0.7%Language:C 0.2%