Skip to content

The repo is modified from the source code of CannyLine. It provides support for pybind to make it available for python.

Notifications You must be signed in to change notification settings

Gofinge/cannyline-pybind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CannyLine Pybind

Usage

requirements

sudo apt install cmake gcc g++ libopencv-dev pybind11-dev

install

# install pybind11
git clone https://github.com/pybind/pybind11.git
mkdir build
cd build
cmake ..
make -j8
make install
# compile cannyline
python3 setup.py build
# Then move the *.so to your project, you can import the module directly.

run

from cannyline import MetaLine

About

The repo is modified from the source code of CannyLine. It provides support for pybind to make it available for python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages