-
ROS is supported only on some quite old Ubuntu versions. This makes it difficult to build lsd_slam on newer versions. The lsd_slam homepage says:
"However, ROS is only used for input (video), output …
-
I have a strange issue, when I add ffmpeg-next to Cargo.toml then I can't compile my project. I want to add the ffmpeg feature to a project that uses OpenCV features. Not only that, but I tested all v…
-
I have followed this site:
[https://velog.io/@minukiki/Ubuntu-20.04%EC%97%90-OpenCV-4.4.0-%EC%84%A4%EC%B9%98](url)
However, I am stuck at 96%. I could not understand the issue.
` time make -j…
-
It is already great most of the actions are running under 10 minutes
but some minor changes can shave off some seconds or minutes
- [ ] Using always make -j2 on github actions
- [x] install and c…
-
Hi - I get as far as:
cd source/illuminants/build
make
[ 2%] Linking CXX executable vole
Undefined symbols for architecture x86_64:
"cv::imwrite(cv::String const&, cv::_InputArray const&, st…
jtlz2 updated
5 years ago
-
Our fluxes computation requires a lot of parameter space and fails on older GPUs when using a tripolar grid.
MWE: using both `Oceananigans#main` and `OrthogonalSphericalShellGrids#main`
```julia…
-
##### System information (version)
- OpenCV => 4.0.1
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2017
##### Detailed description
I am trying to build OpenCV mast…
-
-- xfeatures2d/vgg: Download: vgg_generated_120.i
-- data: Download: face_landmark_model.dat
--
-- General configuration for OpenCV 3.4.6 =====================================
-- Version control…
-
Hi, thanks for sharing your amazing work @QhelDIV
I have a question regarding the UV unwrapping for 3D models.
Is UV unwrapping generally applicable to 3D models that consist of multiple assem…
-
### Expected behaviour
In the main thread, it works well as written in the example bellow:
```python
import multiprocessing.pool
import cv2
import numpy as np
import tqdm
img = np.random…