本项目来源于notepad++源码,由于它不满足我的要求,所以在这个项目的基础之上进行修改。另外这个项目适合学习C++开发人员进行练手的项目。
最近更新: 3年多前MicroPython中文教程
最近更新: 6年前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种的图像程序处理功能和计算机视觉功能,且现在还在增加。