sususweet / signal

2020 signal lab project, ZJU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIGNAL

This package provides implementations of the following :

  • mycv

  • mysignal

Requirements

The requirements of this package can be found in requirements.txt file.

Usage

Example run with curriculum:

cd runner
python run_blur.py D:\picture\image1.jpeg \ #choose the image to process
					FastMeanBlur \ #choose the method
					-s 15 \ #the window size

About

2020 signal lab project, ZJU


Languages

Language:Python 100.0%