/signal

2020 signal lab project, ZJU

Primary LanguagePython

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