MicroPython中文教程
Computer Vision in Python Mahotas 是一个快速的视觉算法的Python包,其主要是用C++写成,速度甚至超过了numpy数组计算操作。现在有如下算法: watershed convex points calculation hit & miss, thinning Zernike & Haralick, LBP, and TAS features Speeded-Up Robust Features(SURF), a form of local features. thresholding convolution Sobel edge detection spline interpolation SLIC super pixes 现在Mahotas有超过100种的图像程序处理功能和计算机视觉功能,且现在还在增加。