# go_vision **Repository Path**: gober/go_vision ## Basic Information - **Project Name**: go_vision - **Description**: 一个开源的golang图像处理算法。 源地址:https://github.com/genericalexacc/go_vision.git - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Filter, Vision, canny-edge-detection, comp, mean-shift ## README # Go Vision Some image processing algorithms that I implemented in golang from scratch. It includes: * Canny edge detection * 1D and 2D Convolution * Sobel filter * Mean Shift Clustering * Gaussian Blur Input | Output :-------------------------:|:-------------------------: Input image | Output image