-
Hi,
I'm interested in MTF, and try to build it in VS2019 with OpenCV 3.1.0, but I failed.
OS: Win10 1903
IDE: Microsoft Visual Studio Community 2019 Version 16.6.2
OpenCV (built with OpenCV-Co…
-
Hi @dlandon
I was trying to compile opencv 4.3 with the newly downloaded files from Nvidia for CUDA 11.0 but it fails to build (cuDNN: NO).
When looking through the log I can see this:
"Could NO…
sic79 updated
4 years ago
-
I have a test code for opencv dnn module with CUDA backend like below.
This code works well with OpenCV 4.3 released in Javacpp 1.5.3, but not work with OpenCV 4.4-SNAPSHOT in Javacpp 1.5.4-SNAPSHOT,…
-
Hey!
### Environment description :
**Summary :** Java ( war ) deployed on tomcat inside a docker container.
**Details :**
1. Java :
**openjdk version "1.8.0_275"
OpenJDK Runtime En…
-
macOS 10.15.5 + AMD Radeon Pro Vega 48
![image](https://user-images.githubusercontent.com/10215098/85920264-e12a1400-b8a4-11ea-8da4-aa4570a6618f.png)
单独选ACNET+HDN没有问题。如果想更多的信息排查,用中文沟通就行。
log:…
hstdt updated
4 years ago
-
The error I started with was here:
```
20:52 Gradle sync started with single-variant sync
20:52 Gradle sync failed: Plugin with id 'com.github.dcendents.android-maven' not found. (524 ms)
20:52 …
-
1. Pop OS 20.04
2. Installed OpenCV from apt
3. OpenCV version: 4.2.0
Steps to reproduce:
1. Create new project: `cargo new testcv`
2. Add dependency: `opencv = { version = "^0.41", features …
-
I am on Pop OS (Ubuntu) 20.04, with system opencv and default llvm/clang installed.
Trying to build without `buildtime-bindgen` fails with linking error, while with bindgen I get some problem on bind…
-
I have two cameras with RGB and IR from a same USB line. The camera names in device manage is:
* CameraWN.AHD
* CameraWN.AHD
The code is like:
```csharp
using System;
using System.Collecti…
-
1. Operating system is Windows 10
2. The way you installed OpenCV: vcpkg
3. OpenCV version: last from vcpkg
4. Attach the full output of the following command from your project directory:
```
ca…