-
### Expected behaviour
I tried to build the tag 80 in python 3.12, but build fails
Write here how did you expect the library to function.
correct build from source
### Actual behaviour
Wr…
-
Hey, I was trying to do a tutorial and noticed that cv.cornerEigenValsAndVecs is not present in EMGU. Are there any alternatives to this function available?
Also, is there somewhere I can track wh…
-
Based on the tutorial, it is unclear exactly how OpenCV is imported for iOS, On the podspec file
` s.static_framework = true
s.dependency 'OpenCV', '~> 4.5'`
It complains that OpenCV is not fo…
-
Implement some quick build options to facilitate kernel building like structuring elements MORPH_RECT, MORPH_ELLIPSE, MORPH_CROSS, or Mat.ones, Mat.zeros, Mat.diagonal, etc.
Relevant doc:
https…
-
https://github.com/opencv/opencv_contrib/pull/2757
https://github.com/opencv/opencv_contrib/tree/4.x/modules/barcode
https://docs.opencv.org/4.x/dc/df7/classcv_1_1barcode_1_1BarcodeDetector.html
ht…
n0099 updated
11 months ago
-
## 🚀 Feature
Add `kornia.contrib.LicencePlateDetection` API based on Yunet variant.
https://github.com/opencv/opencv_zoo/tree/master/models/license_plate_detection_yunet
## Motivation
Expa…
-
Camera calibration is probably the most common topic taught and needed in computer vision.
Yet I don't think most of the people know how to properly calibrate a camera:
- blurry images
- same viewp…
-
The current installation process of OpenCV (based on [this tutorial](https://docs.opencv.org/4.1.0/d7/d9f/tutorial_linux_install.html)) seems unnecessarily cumbersome and old-fashioned.
Is there a …
-
Hi, all
I am using OpenCV 4.5.4 version on Ubuntu 22.04.
This is my first time, so I am trying to practice the opencv by following this website:
https://docs.opencv.org/4.5.0/d4/d94/tutorial_came…
-
Hi @huningxin hu
I am trying to do some experiments with Opencv.js and web worker. What I did clone OpenCV to my machine, run docker to build opencv.js as official docs tutorials (https://docs.open…