Skip to the content.

GPU Based Image Processing Tools

A tool for viewing image filters online.

This project has implemented some NPR algorithms you can use it directly and don’t need additional packages.

Getting Started

Prerequisites

This project is developed by Typescript, so you should construct the Node.js environment.

And then install the Typescript by using this command

npm install -g typescript

Compile

After editing the source code,you should compile this project through

.\tools_webgl\FilterViewer\ts_scripts\build\build-tools.bat (For Windows)

.\tools_webgl\FilterViewer\ts_scripts\build\readme-mac.md (For Mac)

Usage

Enter the path “.\tools_webgl\FilterViewer"

I’d like to use “http-server” to view this project.

You also can use anyway you like to run this project in the local environment.

Online Demo

You also can view this project’s online demo in URL.

Preview

Input Image

LIC

FXDoG

AKF

FXDoG&AKF

Papers implemented

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments