#470 · Primary category: Computer Vision
ofxCv
Alternative approach to interfacing with OpenCv from openFrameworks.
Project last updated:05/24/22
GitHub Stars
667
Forks
272
Contributors
33
License
Other
Why we included this project
ofxCv is the addon to reach for when you are building openFrameworks apps and want OpenCV's vision tools without fighting the type system. It wraps OpenCV so OF images and native OpenCV data can sit side by side, with toCv() and toOf() helpers that pass image data around by reference instead of copying it, which keeps the pipeline fast. You get familiar functions like Canny() or threshold() with shorter argument lists and cleaner names, plus a set of examples that double as working demos of common techniques. It is not a standalone tool; it assumes you are already living in the OF ecosystem, and it is a more ergonomic layer over OpenCV than the older ofxOpenCv addon.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)