Skip to content

Seachaos/opencv-cpp-for-xeus-cling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published