登录
首页 » Python » OpenCV算法精解-代码

OpenCV算法精解-代码

于 2020-12-04 发布 文件大小:153KB
0 142
下载积分: 1 下载次数: 23

代码说明:

  OpenCV算法精讲中算法的代码实现,利用python语言实现了OpenCV库中的基本的图像处理的方法(code of OpenCV by python)

文件列表:

OpenCV算法精解-代码\第10章:傅里叶变换\10.1\fft2.cpp, 1267 , 2017-02-08
OpenCV算法精解-代码\第10章:傅里叶变换\10.1\fft2.py, 1113 , 2017-02-08
OpenCV算法精解-代码\第10章:傅里叶变换\10.2\spectrum.cpp, 2747 , 2017-02-05
OpenCV算法精解-代码\第10章:傅里叶变换\10.2\spectrum.py, 3253 , 2017-02-12
OpenCV算法精解-代码\第10章:傅里叶变换\10.3\saliencyMap.cpp, 3865 , 2017-02-06
OpenCV算法精解-代码\第10章:傅里叶变换\10.3\saliencyMap.py, 3423 , 2017-05-22
OpenCV算法精解-代码\第10章:傅里叶变换\10.4\fft2Conv.py, 2461 , 2017-02-19
OpenCV算法精解-代码\第10章:傅里叶变换\10.5\fft2toConv.cpp, 2121 , 2017-02-09
OpenCV算法精解-代码\第10章:傅里叶变换\10.5\fft2toConv.py, 2478 , 2017-02-09
OpenCV算法精解-代码\第11章:频率域滤波\11.2\LPFilter.cpp, 5874 , 2017-04-02
OpenCV算法精解-代码\第11章:频率域滤波\11.2\LPFilter.py, 5188 , 2017-04-02
OpenCV算法精解-代码\第11章:频率域滤波\11.3\bpFilter.cpp, 6604 , 2017-04-02
OpenCV算法精解-代码\第11章:频率域滤波\11.3\brFilter.cpp, 6629 , 2017-04-02
OpenCV算法精解-代码\第11章:频率域滤波\11.3\ihpFilter.cpp, 4676 , 2017-01-07
OpenCV算法精解-代码\第11章:频率域滤波\11.4\structrueNoise.cpp, 4866 , 2017-04-02
OpenCV算法精解-代码\第11章:频率域滤波\11.5\HomomorphicFilter.py, 2959 , 2017-04-02
OpenCV算法精解-代码\第12章:色彩空间\HLS.cpp, 1936 , 2017-01-15
OpenCV算法精解-代码\第12章:色彩空间\HLS.py, 1720 , 2017-01-27
OpenCV算法精解-代码\第12章:色彩空间\HSV.cpp, 1644 , 2017-09-09
OpenCV算法精解-代码\第12章:色彩空间\RGB.py, 724 , 2017-01-27
OpenCV算法精解-代码\第3章:空间变换\3.1.6-3.1.6-仿射变换\warpAffine.cpp, 681 , 2017-03-08
OpenCV算法精解-代码\第3章:空间变换\3.1.6-3.1.6-仿射变换\warpAffine.py, 1267 , 2017-04-22
OpenCV算法精解-代码\第3章:空间变换\3.1.8-旋转函数rotate\rotate_OpenCV3.cpp, 401 , 2017-04-22
OpenCV算法精解-代码\第3章:空间变换\3.1.8-旋转函数rotate\rotate_OpenCV3.py, 531 , 2017-04-22
OpenCV算法精解-代码\第3章:空间变换\3.2-投影变换\perspective.cpp, 1962 , 2017-02-28
OpenCV算法精解-代码\第3章:空间变换\3.2-投影变换\perspective.py, 889 , 2017-02-26
OpenCV算法精解-代码\第3章:空间变换\3.3-极坐标变换\linearPolar_OpenCV3.cpp, 635 , 2017-04-22
OpenCV算法精解-代码\第3章:空间变换\3.3-极坐标变换\linearPolar_OpenCV3.py, 502 , 2017-04-23
OpenCV算法精解-代码\第3章:空间变换\3.3-极坐标变换\logPolar.py, 587 , 2017-04-23
OpenCV算法精解-代码\第3章:空间变换\3.3-极坐标变换\logPolar_OpenCV3.cpp, 464 , 2017-04-23
OpenCV算法精解-代码\第3章:空间变换\3.3-极坐标变换\Polar.cpp, 1736 , 2017-07-31
OpenCV算法精解-代码\第3章:空间变换\3.3-极坐标变换\Polar.py, 1673 , 2017-03-05
OpenCV算法精解-代码\第4章:对比度增强\4.2\line.cpp, 1334 , 2016-12-26
OpenCV算法精解-代码\第4章:对比度增强\4.2\line.py, 1013 , 2017-05-17
OpenCV算法精解-代码\第4章:对比度增强\4.2\line2.py, 2050 , 2017-05-17
OpenCV算法精解-代码\第4章:对比度增强\4.3\histNormalized.cpp, 1245 , 2016-12-27
OpenCV算法精解-代码\第4章:对比度增强\4.3\histNormalized.py, 2392 , 2016-12-28
OpenCV算法精解-代码\第4章:对比度增强\4.3\normalize.cpp, 485 , 2017-09-09
OpenCV算法精解-代码\第4章:对比度增强\4.3\normalize_opencv.cpp, 629 , 2017-04-28
OpenCV算法精解-代码\第4章:对比度增强\4.4\gamma.cpp, 1632 , 2017-01-18
OpenCV算法精解-代码\第4章:对比度增强\4.4\gamma.py, 1114 , 2016-12-26
OpenCV算法精解-代码\第4章:对比度增强\4.5\equalHist.cpp, 1964 , 2017-01-02
OpenCV算法精解-代码\第4章:对比度增强\4.5\equalHist.py, 2397 , 2017-03-12
OpenCV算法精解-代码\第4章:对比度增强\4.5\histequlization_opencv.cpp, 531 , 2017-01-27
OpenCV算法精解-代码\第4章:对比度增强\4.6\CLAHE.cpp, 517 , 2017-05-02
OpenCV算法精解-代码\第4章:对比度增强\4.6\CLAHE.py, 572 , 2017-05-26
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.1\conv2D.cpp, 981 , 2017-09-08
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.1\copyMakeBorder.cpp, 499 , 2017-09-08
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.1\copyMakeBorder.py, 211 , 2017-03-16
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.1\sameConv2d.py, 594 , 2017-03-14
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.2\sepConv.py, 301 , 2016-11-13
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.3\conv.py, 1463 , 2017-03-21
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.3\conv2.py, 777 , 2017-09-08
OpenCV算法精解-代码\第5章:图像平滑\5.1\5.1.3\sepConv2D_X_Y.cpp, 1603 , 2017-09-08
OpenCV算法精解-代码\第5章:图像平滑\5.2\gaussBlur.cpp, 3174 , 2017-03-19
OpenCV算法精解-代码\第5章:图像平滑\5.2\gaussBlur.py, 1881 , 2017-03-17
OpenCV算法精解-代码\第5章:图像平滑\5.2\gaussKernel.py, 1647 , 2016-12-29
OpenCV算法精解-代码\第5章:图像平滑\5.3\fastMeanBlur.cpp, 1646 , 2017-01-24
OpenCV算法精解-代码\第5章:图像平滑\5.3\fastMeanBlur.py, 2415 , 2016-12-18
OpenCV算法精解-代码\第5章:图像平滑\5.3\meanBlur.py, 2252 , 2017-03-18
OpenCV算法精解-代码\第5章:图像平滑\5.4\medianBlur.py, 1460 , 2017-03-19
OpenCV算法精解-代码\第5章:图像平滑\5.4\medianSmooth.cpp, 1500 , 2017-03-19
OpenCV算法精解-代码\第5章:图像平滑\5.4\salt.py, 932 , 2017-02-10
OpenCV算法精解-代码\第5章:图像平滑\5.5\BFilter.py, 3034 , 2017-03-17
OpenCV算法精解-代码\第5章:图像平滑\5.5\BilateralFiltering.cpp, 3048 , 2017-03-18
OpenCV算法精解-代码\第5章:图像平滑\5.5\BilateralFiltering.py, 2450 , 2017-03-18
OpenCV算法精解-代码\第5章:图像平滑\5.5\BilateralFilteringColor.cpp, 3679 , 2017-01-05
OpenCV算法精解-代码\第5章:图像平滑\5.5\blfFilterColor.py, 3008 , 2017-01-03
OpenCV算法精解-代码\第5章:图像平滑\5.6\JointBilterFilter.cpp, 2562 , 2017-03-18
OpenCV算法精解-代码\第5章:图像平滑\5.6\JointBilterFilter.py, 2558 , 2017-03-18
OpenCV算法精解-代码\第5章:图像平滑\5.7\fastGuidedFilter.py, 3122 , 2017-01-08
OpenCV算法精解-代码\第5章:图像平滑\5.7\fastMeanBlur.py, 2415 , 2016-12-18
OpenCV算法精解-代码\第5章:图像平滑\5.7\guidedFilter.cpp, 1953 , 2017-03-18
OpenCV算法精解-代码\第5章:图像平滑\5.7\guidedFilter.py, 1569 , 2017-01-02
OpenCV算法精解-代码\第5章:图像平滑\5.7\guidedFilter_color.cpp, 2829 , 2017-01-24
OpenCV算法精解-代码\第5章:图像平滑\5.7\guidedFilter_color.py, 1880 , 2017-01-02
OpenCV算法精解-代码\第6章:阈值分割\6.1\thresh.cpp, 831 , 2016-11-27
OpenCV算法精解-代码\第6章:阈值分割\6.1\threshold_OpenCV3.cpp, 800 , 2017-05-25
OpenCV算法精解-代码\第6章:阈值分割\6.1\threshold_OpenCV3.py, 617 , 2017-04-25
OpenCV算法精解-代码\第6章:阈值分割\6.2\threshTwoPeaks.cpp, 2100 , 2016-11-26
OpenCV算法精解-代码\第6章:阈值分割\6.2\threshTwoPeaks.py, 2165 , 2017-02-18
OpenCV算法精解-代码\第6章:阈值分割\6.3\threshEntroy.py, 3023 , 2017-02-18
OpenCV算法精解-代码\第6章:阈值分割\6.3\threshPun.cpp, 3416 , 2016-11-23
OpenCV算法精解-代码\第6章:阈值分割\6.4\otsu.cpp, 2637 , 2016-11-23
OpenCV算法精解-代码\第6章:阈值分割\6.4\otsu.py, 2147 , 2016-11-11
OpenCV算法精解-代码\第6章:阈值分割\6.5\adaptive.py, 2176 , 2016-11-22
OpenCV算法精解-代码\第6章:阈值分割\6.5\adaptiveThresh.cpp, 2678 , 2017-09-12
OpenCV算法精解-代码\第6章:阈值分割\6.5\adaptiveThresh.py, 913 , 2017-06-06
OpenCV算法精解-代码\第6章:阈值分割\6.6\bitwise_and.cpp, 734 , 2017-06-09
OpenCV算法精解-代码\第6章:阈值分割\6.6\bitwise_and.py, 306 , 2017-06-09
OpenCV算法精解-代码\第7章:形态学处理\7.1\erode.cpp, 485 , 2017-03-11
OpenCV算法精解-代码\第7章:形态学处理\7.1\erode.py, 554 , 2017-04-24
OpenCV算法精解-代码\第7章:形态学处理\7.2\dilate.cpp, 804 , 2017-03-11
OpenCV算法精解-代码\第7章:形态学处理\7.2\dilate.py, 1217 , 2017-02-22
OpenCV算法精解-代码\第7章:形态学处理\7.3\open.py, 615 , 2017-04-24
OpenCV算法精解-代码\第7章:形态学处理\7.4\mor.py, 1280 , 2017-02-22
OpenCV算法精解-代码\第7章:形态学处理\7.4\morphologyEx.cpp, 989 , 2017-02-22
OpenCV算法精解-代码\第8章:边缘检测\8.1\roberts.cpp, 3102 , 2016-12-31
OpenCV算法精解-代码\第8章:边缘检测\8.1\roberts.py, 1996 , 2017-03-19
OpenCV算法精解-代码\第8章:边缘检测\8.10\Marr_Hildreth.cpp, 5304 , 2016-12-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • binocular
    说明:  实现双目测距功能,需要python环境,安装OpenCV,自行标定(To achieve binocular ranging function, you need Python environment, install OpenCV, self-calibration)
    2021-04-12 13:28:57下载
    积分:1
  • tensorflow mnist
    用tensor flow框架 在mnist数据集上训练一个神经网络模型,调试通过,上传给大家学习使用。 1.解压后为共有三个.py文件、一个文件为前向传播过程、另两个文件为训练和测试用 2.mnist数据集在mnist文件夹内,另一个文件夹保存训练好的模型,方便以后直接使用
    2022-03-15 19:18:55下载
    积分:1
  • 案例-泰坦尼克号
    说明:  使用机器学习算法建立泰坦尼克号幸存者模型(Establishment of Titanic Survivor Model Using Machine Learning Algorithms)
    2020-06-18 05:20:02下载
    积分:1
  • Image-Processing-Algorithm-master
    说明:  图像处理经典常用算法及论文复现,实现了一些常用插值算法。(Image processing classical commonly used algorithm and paper reproduction)
    2021-04-14 23:58:55下载
    积分:1
  • 递归算法画五角星
    了解基本编程知识,熟悉编程算法,递归算法画五角星。(Understand basic programming knowledge, familiar with programming algorithm, recursive algorithm drawing pentagon.)
    2020-06-23 20:20:01下载
    积分:1
  • python组合优化工具包
    python组合优化工具包                                                                                                                                                                
    2022-03-12 10:46:09下载
    积分:1
  • C++ 编写的摄像头越界检测与遗留物检测
    c++调用opencv编写的实现遗留物检测和区域检测、越界检测的代码
    2022-05-20 16:50:48下载
    积分:1
  • 人脸识别python代码
    人脸识别python代码 先配好了 OpenCV 的 Python 环境,然后体验一下 opencv 的人脸识别
    2022-10-26 23:40:04下载
    积分:1
  • Python string
    说明:  对python中数据类型字符串进行详细介绍,以及对正则表达式的申明(data type alphabetic string be in progress detailed introduce declare)
    2019-05-30 10:35:37下载
    积分:1
  • Python内置函数及类型大全.pdf(共25页)
    Python内置函数及类型大全
    2020-02-19下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载