All Projects → fendouai → Opencvtutorials

fendouai / Opencvtutorials

Licence: apache-2.0
OpenCV-Python4.1 中文文档

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Opencvtutorials

Imageprocessingprojects
Image processing using python and opencv
Stars: ✭ 205 (-71.53%)
Mutual labels:  object-detection, opencv
Realtime object detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. No Bugs No Worries. Enjoy!
Stars: ✭ 260 (-63.89%)
Mutual labels:  object-detection, opencv
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-69.31%)
Mutual labels:  object-detection, opencv
Person Detection And Tracking
A tensorflow implementation with SSD model for person detection and Kalman Filtering combined for tracking
Stars: ✭ 193 (-73.19%)
Mutual labels:  object-detection, opencv
Multi Object Tracker
Multi-object trackers in Python
Stars: ✭ 451 (-37.36%)
Mutual labels:  object-detection, opencv
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-72.36%)
Mutual labels:  object-detection, opencv
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (-66.11%)
Mutual labels:  object-detection, opencv
Color Tracker
Color tracking with OpenCV
Stars: ✭ 128 (-82.22%)
Mutual labels:  object-detection, opencv
Multi Camera Live Object Tracking
Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
Stars: ✭ 375 (-47.92%)
Mutual labels:  object-detection, opencv
Finger Detection And Tracking
Finger Detection and Tracking using OpenCV and Python
Stars: ✭ 317 (-55.97%)
Mutual labels:  object-detection, opencv
Bmw Yolov4 Inference Api Cpu
This is a repository for an nocode object detection inference API using the Yolov4 and Yolov3 Opencv.
Stars: ✭ 180 (-75%)
Mutual labels:  object-detection, opencv
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (-19.17%)
Mutual labels:  object-detection, opencv
Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-76.67%)
Mutual labels:  object-detection, opencv
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-71.94%)
Mutual labels:  object-detection, opencv
Leagueai
LeagueAI software framework for League of Legends that provides information about the state of the game based on Image Recognition using OpenCV and Pytorch.
Stars: ✭ 128 (-82.22%)
Mutual labels:  object-detection, opencv
Real time object detection and tracking
YOLOv2 and MobileNet_SSD detection algorithms used along with KCF object tracker
Stars: ✭ 241 (-66.53%)
Mutual labels:  object-detection, opencv
Opencv Android Object Detection
This is sample code for object detection using OpenCV on android
Stars: ✭ 70 (-90.28%)
Mutual labels:  object-detection, opencv
Opencv Detection Models
OpenCV trained detection models: Haar, HOG and other
Stars: ✭ 116 (-83.89%)
Mutual labels:  object-detection, opencv
Object Detection Opencv
YOLO Object detection with OpenCV and Python.
Stars: ✭ 267 (-62.92%)
Mutual labels:  object-detection, opencv
Openvino Yolov3
YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
Stars: ✭ 500 (-30.56%)
Mutual labels:  object-detection, opencv

写在前面的话

OpenCV是计算机视觉中经典的专用库,其支持多语言、跨平台,功能强大。OpenCV-Python为OpenCV提供了Python接口,使得使用者在Python中能够调用C/C++,在保证易读性和运行效率的前提下,实现所需的功能。

OpenCV-Python Tutorials是官方提供的文档,其内容全面、简单易懂,使得初学者能够快速上手使用。2014年段力辉在当时已翻译过OpenCV3.0,但时隔五年,如今的OpenCV4.1中许多函数和内容已经有所更新,因此有必要对该官方文档再进行一次翻译。

翻译过程中难免有所疏漏,如发现错误,希望大家指出,谢谢支持。

OpenCV-Python Tutorials官方文档:https://docs.opencv.org/4.1.2/d6/d00/tutorial_py_root.html

目录

OpenCV中文官方文档

关于

OpenCV 中文官方文档

http://woshicver.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].