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

OpenCV算法精解-代码

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

  • opencv_hog_test
    本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5.   实验功能:   单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。   单击People Detect按钮,则程序会自动对该图片进行行人检测,且将检测到的效果显示出来,即用1个矩形框将行人框出来。   单击Close按钮,退出程序。(This article describes how to use the next opencv the hog algorithm has been integrated in the opencv hog this. In fact, it is easy to use, can be seen from the code behind. Reference information in this article comes with sample for opencv. Development environment: opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 experimental feature: Click the Open Image button to select a picture of the need for people detection, to determine automatically displayed. No limit on the size of the picture. Click the People Detect button, the program automatically the picture of pedestrian detection, and the detected results show a rectangular box, pedestrian box out. Click the Close button to exit the program.)
    2021-04-14 20:58:55下载
    积分:1
  • 完整的神经网络程序,tensorflow程序,深度学习框架
    完整的神经网络程序,完整的神经网络程序,tensorflow程序,深度学习框架
    2022-01-22 04:56:23下载
    积分:1
  • Python核心编程(第3版)PDF高清晰完整中文版
    python核心编程3,适合有一定python基础的朋友,这本书讲了gui编程,网络编程,多线程,正则以及Django框架等各方面知识,比较全面。(core python programming(3rd))
    2018-08-11 13:52:10下载
    积分:1
  • light-weight-refinenet-master
    说明:  这是对refinenet的轻量级实现,可以进行实时语义分割(Light-Weight RefineNet for Real-Time Semantic Segmentation)
    2019-04-04 19:52:53下载
    积分:1
  • Interval_Tree.py
    interval tree python初级实现(Primary implementation of interval tree python)
    2020-06-23 19:20:01下载
    积分:1
  • Python-100-Days-master
    说明:  Phython学习课程《Python-100-Days-master》,100天成为Phython大师。(Python study course python-100-days-master, and become a master of phyton in 100 days.)
    2020-11-20 09:41:00下载
    积分:1
  • 随机森林r语言程序包
    在机器学习中,随机森林是一个包含多个决策树的分类器, 并且其输出的类别是由个别树输出的类别的众数而定。r语言代码程序包如下
    2022-07-03 07:55:40下载
    积分:1
  • FaceSDK-master
    C# SDK for Face++ 人脸检测与分析 检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性 检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。 可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询 检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis Detecting the location and corresponding facial attributes of all faces in a given image The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture. It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face. The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
    2020-06-22 20:40:01下载
    积分:1
  • VideoView-
    使用opencv来进行视频的播放,可以播放绝大部分格式的视频(Use opencv for video playback, you can play most of the video formats)
    2015-06-29 13:47:45下载
    积分:1
  • 政府工作报告等文件用python转换成词云
    需求:对于政府工作报告等策文件,如何直观理解? 体会直观的 价值 :生成 词云 & 优化词云 将 政府工作报告等文件 有效的转换成词云
    2022-02-15 23:06:18下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载