实现各种各样图像滤镜(图像处理)效果,多达50多种效果,基本囊括了最常见的图像处理效果。包括:contrast,hue,gamma,brightness,sharpness,emboss,saturation,exposure,shadow,blend等等。 由于需要用到OpenGL ES 2.0,所以,仅能在真机中测试。可以载入本地相册的照片或者直接拍照后进行照片处理。
This tutorial reviews image alignment and image stitching algorithms. Image alignment algorithms can discover the correspondence relationships among images with varying degrees of overlap. They are ideally suited for applications such as video stabi
比尔
纯Go中的并行图像处理算法的集合。
该项目的目的是在绝对高性能的基础上简化使用和开发,但是大多数算法被设计为高效并在可用时利用并行性。
它尽可能使用标准库中的包,以减少依赖关系使用和开发抽象。
所有操作都从标准库返回图像类型。
文献资料
提供了各种软件包的文档。
CLI用法
从源下载并编译:
go get github.com/anthonynsimon/bild
或在上获取针对您的平台的预编译二进制文件
bild
A collection of parallel image p