Skip to content

A small multi-threaded python library written in c++. The project was intended for Operating Systems course.

Notifications You must be signed in to change notification settings

parsa-mre/mini-image-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-image-library

A small multi-threaded python library written in c++. The project was intended for Operating Systems course.

Functionalities

Origial Image

credit: Dylan Lu bridge-b

Grayscale

gray_img

Edge Detection

edge_img

Blur

blur_img

K-mean clustering

kmean_img

How to run

After installing boost-python run python setup.py build_ext --inplace. To use mini_img_lib_wrapper, rename the .so file to mini_image_lib.so.

About

A small multi-threaded python library written in c++. The project was intended for Operating Systems course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published