2个版本
0.1.1 | 2019年3月12日 |
---|---|
0.1.0 | 2019年3月11日 |
#97 in #detection
800KB
85 代码行
edgy
一个简单的程序,可以将Sobel边缘检测算子应用于任何给定的图像或图像目录。
安装
安装过程相当标准
$ cargo install edgy
用法
edgy 1.0
Daniel G. <dan.greco@live.com>
Applys Sobel edge detection to given image.
USAGE:
edgy [FLAGS] [OPTIONS] --input <FILE> --output <FILE>
FLAGS:
-m, --multiple Uses input/output as directories; applies sobel operator to every image in that directory.
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-b, --blur <FACTOR> Increases blur factor by <FACTOR>
-i, --input <FILE> Sets the input image file to use
-o, --output <FILE> Sets the output image file to use
示例
性能
在相同图像上运行此实现,但将其缩小到各种大小,我记录了生成最终图像所需的时间(以毫秒为单位)。
贡献
如果您想改进任何东西,请继续提交拉取请求。
依赖项
~14MB
~98K SLoC