Registry / other / opencv3

opencv3

JSON →
library3.4.20vcpkgunverified

Open Source Computer Vision Library

vcpkg install opencv3
INSTALL
IMPORT
SIG · OPENCV3
O
opencv3
othercppv3.4.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

opencv2/core.hpp
#include <opencv2/core.hpp>

Create a simple OpenCV matrix

#include <opencv2/core.hpp> #include <iostream> int main() { cv::Mat image(100, 100, CV_8UC3, cv::Scalar(0, 255, 0)); std::cout << "Image created: " << image.size() << std::endl; return 0; }
Debug
Known issues
breakingOpenCV 3 is outdated; consider using OpenCV 4 for latest features and security fixes
fix
Upgrade to OpenCV 4 via vcpkg port 'opencv'
affects: 3.x
Upgrade
Version history
3.4.20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

opencv3 — pip install opencv3 · libregistry