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

OpenCV算法精解-代码

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

  • mony
    一个有基本功能和Json生成解析功能的Web Service,用于个人理财系统服务器端软件(A personal finace Web Service, provide basic crud functions and json translate)
    2011-05-06 00:53:25下载
    积分:1
  • 心脏病诊断
    说明:  对给定病人数据做心脏病诊断。数据集来自克利夫兰临床基金会,是美国最大的心脏外科中心。(Heart disease diagnosis was made for given patient data. The data set comes from the Cleveland Clinic Foundation, which is the largest heart surgery center in the United States.)
    2020-06-17 11:00:01下载
    积分:1
  • test2
    计算机视觉处理高级程序包,实现了摄像机标定、立体匹配视差图、基于SSD算法的立体匹配、人脸模式识别、Snake算法轮廓查找功能。(High-level visual processing computer package, to achieve a camera calibration, stereo matching disparity map, SSD-based stereo matching algorithm, face pattern recognition, Snake algorithm profile search function.)
    2011-12-08 23:18:20下载
    积分:1
  • 知乎爬虫
    说明:  简单的知乎爬虫,输入关键词,爬取该关键词下的提问,回答,点赞数等,以csv格式存储(Simple Zhihu crawler, input key words, crawl the questions, answers and likes under the key words, and store them in CSV format)
    2020-04-13 12:01:26下载
    积分:1
  • 图片分类,图像识别,目标检测
    图片分类,图像识别,目标检测的resnet50,python实现。
    2021-05-06下载
    积分:1
  • 12306抢票代码(基于python2)
    12306春运抢票
    2021-05-06下载
    积分:1
  • panorama
    说明:  图片拼接 实现了多个图片的无缝拼接技术,完美无瑕(Picture stitching achieves seamless stitching technology of multiple pictures, perfect and flawless)
    2019-05-27 14:30:45下载
    积分:1
  • 调用OpenCV库计算图像灰度矩阵复杂度
    调用OpenCV 库,对jpeg、png等格式图片进行灰度矩阵复杂度计算。
    2023-06-05 07:30:21下载
    积分:1
  • Music-Genre-Classification-master
    说明:  语音识别,实现音乐语音的特征提取和识别处理(Speech recognition for feature extraction and recognition processing of music speech)
    2020-03-15 10:54:11下载
    积分:1
  • Python-and-Matlab
    详细说明了python及matlab的特点,及其各自特点,并将其联合,进行编程。(A detailed description of the characteristics of python and matlab, and their respective characteristics, and their joint, for programming.)
    2014-11-10 13:14:20下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载