Here are
119 public repositories
matching this topic...
Learn OpenCV : C++ and Python Examples
Updated
Jul 8, 2022
Jupyter Notebook
opencv学习教程 1、人机互动 2、物体识别 3、图像分割 4、人脸识别 5、动作识别 6、运动跟踪 7、机器人 8、运动分析 9、机器视觉 10、结构分析 11、汽车安全驾驶
Updated
Jan 25, 2021
Jupyter Notebook
This repository include implementation of calibrating intrinsic and extrinsic camera parameter for distance calculation
Easy way to communicate with the camera using this OpenCV patch in c++
How to measure distance with a webcam, a laser pointer and OpenCV.
Sending Opencv Images(Mat format) or videos to Qml(Qt Quick side) continuously.
GTC2021: [S31701] Getting Started with CUDA Accelerated OpenCV
Dive to Deep Learning with Pytorch C++ API
OpenCV & Spout C++ library. Shared GPU memory and processing at reach.
Super fast color transfer between images
Basic Image Processing exercises. (Trying to not use openCV implementation)
Motion Detection Security Camera
Updated
Dec 12, 2020
Mathematica
Template for improving OpenCV video speed using multithreading
This project has face detection and real time recording native library loaded for use not need install openCv manager
Updated
Jan 25, 2021
Java
Archives for undergraduate minor
A simple Python Face Detection app.
Updated
Feb 4, 2021
Python
In this project, I am sending video to Qml side by decoding in another thread(QThread) not in the main thread like the previous project. Streaming and doing all opencv stuff in main(gui) thread is not safe.
An OpenCV and C++ based Mini-game
C++ implementation of TLD (Tracking, Learning, Detection) algorithm.
Computed Focus metrics by implementing brenner's algorithm in C++ using OpenCV.
This project contains the implementation of synesthesia, cross-platform work with audio, and some useful API functions.
Filter for real time video capturing
Background subtraction morphologically without using Artificial Intelligence (AI)
Updated
Jan 9, 2022
Python
Logiciel de traitement d'images avec OpenCV et Qt en C++
Implementation of K-Means algorithm from scratch in C++ for image compression/color quantization
A Desktop Application to showcase primary OpenCV functions. With OpenCV Catalogue one create a chain of various available OpenCV functions.
Updated
Jun 2, 2018
Makefile
Improve this page
Add a description, image, and links to the
opencv-cpp
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
opencv-cpp
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi from Brasil,
thanks for the source. these work perfectly in Android, but in IOS an error ocorrer in this line:
p.asTypedList(s[0]).setRange(0, s[0], availableImage.planes[0].bytes);error:
_* thread #9, name = 'io.flutter.1.ui', stop reason = EXC_BAD_ACCESS (code=1, address=0x111e70000)
frame #0: 0x000000018034e958 libsystem_platform.dylib`_platform_memmove + 88
libsystem_plat