learn opencv 开源项目列表

本文精选了多个OpenCV在图像处理、计算机视觉领域的应用案例与教程,涵盖从基础安装到高级技术如深度学习、对象检测、实例分割等。通过实际代码示例,帮助读者深入理解并掌握OpenCV的使用技巧。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

learnopencv

Learn OpenCV : C++ and Python Examples. You can find the details at LearnOpenCV.com

List of Blog Posts

Blog Post
Invisibility Cloak using Color Detection and Segmentation with OpenCVCode
Fast Image Downloader for Open Images V4 (Python)Code
Deep Learning based Text Detection Using OpenCV (C++/Python)Code
Video Stabilization Using Point Feature Matching in OpenCVCode
Training YOLOv3 : Deep Learning based Custom Object DetectorCode
Using OpenVINO with OpenCVCode
Duplicate Search on Quora DatasetCode
Shape Matching using Hu Moments (C++/Python)Code
Install OpenCV 4 on CentOS (C++ and Python)Code
Install OpenCV 3.4.4 on CentOS (C++ and Python)Code
Install OpenCV 3.4.4 on Red Hat (C++ and Python)Code
Install OpenCV 4 on Red Hat (C++ and Python)Code
Install OpenCV 4 on macOS (C++ and Python)Code
Install OpenCV 3.4.4 on Raspberry PiCode
Install OpenCV 3.4.4 on macOS (C++ and Python)Code
OpenCV QR Code Scanner (C++ and Python)Code
Install OpenCV 3.4.4 on Windows (C++ and Python)Code
Install OpenCV 3.4.4 on Ubuntu 16.04 (C++ and Python)Code
Install OpenCV 3.4.4 on Ubuntu 18.04 (C++ and Python)Code
Universal Sentence EncoderCode
Install OpenCV 4 on Raspberry PiCode
Install OpenCV 4 on Windows (C++ and Python)Code
Hand Keypoint Detection using Deep Learning and OpenCVCode
Deep learning based Object Detection and Instance Segmentation using Mask R-CNN in OpenCV (Python / C++)Code
Install OpenCV 4 on Ubuntu 18.04 (C++ and Python)Code
Install OpenCV 4 on Ubuntu 16.04 (C++ and Python)Code
Multi-Person Pose Estimation in OpenCV using OpenPoseCode
Heatmap for Logo Detection using OpenCV (Python)Code
Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++ )Code
Convex Hull using OpenCV in Python and C++Code
MultiTracker : Multiple Object Tracking using OpenCV (C++/Python)Code
Convolutional Neural Network based Image Colorization using OpenCVCode
SVM using scikit-learnCode
GOTURN: Deep Learning based Object TrackingCode
Find the Center of a Blob (Centroid) using OpenCV (C++/Python)Code
Support Vector Machines (SVM)Code
Batch Normalization in Deep NetworksCode
Deep Learning based Character Classification using Synthetic DatasetCode
Image Quality Assessment : BRISQUECode
Understanding AlexNet
Deep Learning based Text Recognition (OCR) using Tesseract and OpenCVCode
Deep Learning based Human Pose Estimation using OpenCV ( C++ / Python ) Code
Number of Parameters and Tensor Sizes in a Convolutional Neural Network (CNN)
How to convert your OpenCV C++ code into a Python module Code
CV4Faces : Best Project Award 2018
Facemark : Facial Landmark Detection using OpenCV Code
Image Alignment (Feature Based) using OpenCV (C++/Python)Code
Barcode and QR code Scanner using ZBar and OpenCVCode
Keras Tutorial : Fine-tuning using pre-trained modelsCode
OpenCV Transparent API
Face Reconstruction using EigenFaces (C++/Python)Code
Eigenface using OpenCV (C++/Python)Code
Principal Component Analysis
Keras Tutorial : Transfer Learning using pre-trained modelsCode
Keras Tutorial : Using pre-trained Imagenet modelsCode
Technical Aspects of a Digital SLR
Using Harry Potter interactive wand with OpenCV to create magic
Install OpenCV 3 and Dlib on Windows ( Python only )
Image Classification using Convolutional Neural Networks in KerasCode
Understanding Autoencoders using Tensorflow (Python)Code
Best Project Award : Computer Vision for Faces
Understanding Activation Functions in Deep Learning
Image Classification using Feedforward Neural Network in KerasCode
Exposure Fusion using OpenCV (C++/Python)Code
Understanding Feedforward Neural Networks
High Dynamic Range (HDR) Imaging using OpenCV (C++/Python)Code
Deep learning using Keras – The BasicsCode
Selective Search for Object Detection (C++ / Python)Code
Installing Deep Learning Frameworks on Ubuntu with CUDA support
Parallel Pixel Access in OpenCV using forEachCode
cvui: A GUI lib built on top of OpenCV drawing primitivesCode
Install Dlib on Windows
Install Dlib on Ubuntu
Install OpenCV3 on Ubuntu
Read, Write and Display a video using OpenCV ( C++/ Python )Code
Install Dlib on MacOS
Install OpenCV 3 on MacOS
Install OpenCV 3 on Windows
Get OpenCV Build Information ( getBuildInformation )
Color spaces in OpenCV (C++ / Python)Code
Neural Networks : A 30,000 Feet View for Beginners
Alpha Blending using OpenCV (C++ / Python)Code
User stories : How readers of this blog are applying their knowledge to build applications
How to select a bounding box ( ROI ) in OpenCV (C++/Python) ?
Automatic Red Eye Remover using OpenCV (C++ / Python)Code
Bias-Variance Tradeoff in Machine Learning
Embedded Computer Vision: Which device should you choose?
Object Tracking using OpenCV (C++/Python)Code
Handwritten Digits Classification : An OpenCV ( C++ / Python ) TutorialCode
Training a better Haar and LBP cascade based Eye Detector using OpenCV
Deep Learning Book Gift Recipients
Minified OpenCV Haar and LBP CascadesCode
Deep Learning Book Gift
Histogram of Oriented Gradients
Image Recognition and Object Detection : Part 1
Head Pose Estimation using OpenCV and DlibCode
Live CV : A Computer Vision Coding Application
Approximate Focal Length for Webcams and Cell Phone Cameras
Configuring Qt for OpenCV on OSXCode
Rotation Matrix To Euler AnglesCode
Speeding up Dlib’s Facial Landmark Detector
Warp one triangle to another using OpenCV ( C++ / Python )Code
Average Face : OpenCV ( C++ / Python ) TutorialCode
Face Swap using OpenCV ( C++ / Python )Code
Face Morph Using OpenCV — C++ / PythonCode
Deep Learning Example using NVIDIA DIGITS 3 on EC2
NVIDIA DIGITS 3 on EC2
Homography Examples using OpenCV ( Python / C ++ )Code
Filling holes in an image using OpenCV ( Python / C++ )Code
How to find frame rate or frames per second (fps) in OpenCV ( Python / C++ ) ?Code
Delaunay Triangulation and Voronoi Diagram using OpenCV ( C++ / Python) Code
OpenCV (C++ vs Python) vs MATLAB for Computer Vision
Facial Landmark Detection
Why does OpenCV use BGR color format ?
Computer Vision for Predicting Facial AttractivenessCode
applyColorMap for pseudocoloring in OpenCV ( C++ / Python )Code
Image Alignment (ECC) in OpenCV ( C++ / Python )Code
How to find OpenCV version in Python and C++ ?
Baidu banned from ILSVRC 2015
OpenCV Transparent API
How Computer Vision Solved the Greatest Soccer Mystery of All Time
Embedded Vision Summit 2015
Read an Image in OpenCV ( Python, C++ )Code
Non-Photorealistic Rendering using OpenCV ( Python, C++ )Code
Seamless Cloning using OpenCV ( Python , C++ )Code
OpenCV Threshold ( Python , C++ )Code
Blob Detection Using OpenCV ( Python, C++ )Code
Turn your OpenCV Code into a Web API in under 10 minutes — Part 1
How to compile OpenCV sample Code ?
Install OpenCV 3 on Yosemite ( OSX 10.10.x )
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值