9 Forks
72 Stars
72 Watchers

Python_OpenCV

基于Python OpenCV的图像算法原理及代码示例|平移变换、尺度变换、旋转变换、仿射变换 求反、动态范围压缩、阶梯量化、阈值分割 加法、平均法消除噪声、减法 直方图均衡化、直方图规定化 线性平滑滤波器、线性锐化滤波器、非线性平滑滤波器、非线性锐化滤波器 傅里叶变换和反变换 理想滤波器、巴特沃斯滤波器,指数滤波器 高频增强滤波器、高频提升滤波器 带通带阻滤波器、同态滤波器 均值滤波器、排序统计滤波器 DPCM编码、余弦变换编码、小波变换编码 Sobel算子、Roberts算子、拉普拉斯算子、Canny算子、Prewitt算子、高斯拉普拉斯算子...

How to download and setup Python_OpenCV

Open terminal and run command
git clone https://github.com/kangvcar/Python_OpenCV.git
git clone is used to create a copy or clone of Python_OpenCV repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Python_OpenCV https://github.com/kangvcar/Python_OpenCV/archive/master.zip

Or simply clone Python_OpenCV with SSH
[email protected]:kangvcar/Python_OpenCV.git

If you have some problems with Python_OpenCV

You may open issue on Python_OpenCV support forum (system) here: https://github.com/kangvcar/Python_OpenCV/issues