COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220102134022/https://github.com/topics/opencv-cpp
Here are
103 public repositories
matching this topic...
Learn OpenCV : C++ and Python Examples
Updated
Dec 22, 2021
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.
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.
Motion Detection Security Camera
Updated
Dec 12, 2020
Mathematica
Super fast color transfer between images
Basic Image Processing exercises. (Trying to not use openCV implementation)
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
An OpenCV and C++ based Mini-game
Filter for real time video capturing
Template for improving OpenCV video speed using multithreading
Computed Focus metrics by implementing brenner's algorithm in C++ using OpenCV.
C++ implementation of TLD (Tracking, Learning, Detection) algorithm.
This project contains the implementation of synesthesia, cross-platform work with audio, and some useful API functions.
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
Updated
Jun 2, 2018
Makefile
Little bot's software able to detect bypassing humans and create database from their face credentials
A concent Banking application
A Facial Recognition project created by Jason YU using OpenCV integrated on Codeblocks. CopyRight @ Jason YU.
Projeto final das disciplinas de Linguagem e Laboratório de Programação I
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