/mini-image-library

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

Primary LanguageC++

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.