-
The compilation process needs to download to two separated files: opencv and opencv-contrib and after unzipping,
we need to refer the location of opencv-contrib/module to opencv as following.
cma…
3togo updated
2 years ago
-
I tried building an image with ROS2 Jazzy and Jax and it seems that OpenCV failed to install which stops me from creating the image.
I have also tried Humble, and it also fails on the same step if t…
-
![Snipaste_2024-10-04_21-44-56](https://github.com/user-attachments/assets/f6048e0b-2bc3-424a-adb8-eaef080dd012)
-
I used the "pip install opencv-contrib-python" method and if I run the following:
```
import cv2
print(cv2.getBuildInformation())
```
I can plainly see that GStreamer isn't enabled. I'm not…
-
### Describe the feature and motivation
Image processing (imgproc) is one of OpenCV flagship modules, actively used by many people, even in deep-learning era. Most of the stuff it contains is quite…
-
-
Hi there,
I'm writing a program for the Roborio and for vision, I'm thinking about using ArucoTag from opencv-contrib package (which is not contained in regular opencv package). Since Roborio doesn…
-
### Expected behaviour
Depending on opencv-python has always been an issue, depending on whether libraries used `opencv-python`, `opencv-python-headless`, `opencv-contrib-python` or `opencv-contrib…
-
Error using mex
Creating library C:\opencv3.1\mexopencv-3.1.0.1\opencv_contrib\+cv\private\BriefDescriptorExtractor_.lib and object
C:\opencv3.1\mexopencv-3.1.0.1\opencv_contrib\+cv\private\Br…
-
For my Mechatronics course, I wanted to add the opencv_contrib modules because we use the opencv_contrib aruco module for tracking robots for a midterm project. This script is awesome and saved me loa…