Skip to content

mienkofax/FIT_MIT_BIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIO

Authors

Libraries

wsq

This implementation is taken from https://github.com/pawelmoll/wsq

Build library

cd lib/wsq
mkdir build
cd build
cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.5 -DPYTHON_VERSION_SUFFIX=-py35 ..
make

Usage

Copy python file into build folder.

Simple example

  • build library
cd lib/wsq/build
python3
>>> import wsq
>>> wsq.wsq_to_png('01.wsq', 'out.png')
0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages