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

OpenCV算法精解-代码

于 2020-12-04 发布 文件大小:153KB
0 169
下载积分: 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 个回复

  • chapter3
    周志华 机器学习 第三章 python 参考答案(Zhou Zhihua machine learning third chapter Python reference answer)
    2018-06-07 21:59:46下载
    积分:1
  • lab_00
    说明:  Python与开源GIS,数据处理、空间分析与地图制图的基础入门。(General introduce to the application of Python to ArcGIS.)
    2020-04-20 18:46:39下载
    积分:1
  • LSTM
    用于运行LSTM的预测代码,例子是国际航班客流量。使用语言为python.(The forecast code used to run LSTM is an example of international flight traffic. The language used is python.)
    2017-12-05 13:33:18下载
    积分:1
  • Libsvm-2_6
    支持向量机初学者可以看看,用于可以用于C-SVM分类、?-SVM分类、?-SVM回归和?-SVM回归等问题 (Support Vector Machine beginners can see that can be used for C-SVM classification,?-SVM classification,?-SVM regression and?-SVM regression problem)
    2021-03-24 14:59:15下载
    积分:1
  • 深度学习处理图片 deep-learning-for-image-processing-master
    说明:  深度学习处理图片,适合学习仔细研究等等等等(Python Programming introductory books, suitable for beginners to learn, recommended)
    2020-07-08 16:57:51下载
    积分:1
  • basic
    python基本使用方法,以例子形式说明了如何基本掌握python使用(the basic using method for python)
    2020-06-21 22:40:01下载
    积分:1
  • scikit-image-master
    scikit-image: Image processing in Python:Python编写的图像处理程序,可直接调用,是学习python图像处理的很好参考。(scikit-image: Image processing in Python:Image processing program written in Python, can be called directly, is to learn Python a good reference to the image processing.)
    2015-04-18 13:10:51下载
    积分:1
  • WaterProject
    说明:  水体提取功能,里面主要实现了多源遥感卫星水体提取,入库,推送等后续代码功能(Water extraction function, which mainly realizes the multi-source remote sensing satellite water extraction, storage, push and other follow-up code functions)
    2021-03-06 18:30:31下载
    积分:1
  • pca
    主成分分析图像,分析图像像素组成部分,高维提取低维特征(Principal component analysis image, analysis of image pixel components, high dimensional extraction of low dimensional features)
    2020-06-23 17:20:01下载
    积分:1
  • 生成对抗网络在mnist数据集上的源代码
    生成对抗网络,亲测可用,带有说明,有利于初学者学习(Generate confrontation network, pro-test available, with instructions)
    2021-03-24 15:39:14下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载