-
```
What steps will reproduce the problem?
When I type make for building I get some errors
What is the expected output? What do you see instead?
aam-opencv compiled
when I type :
cmake .. OK
make …
-
```
https://build.opensuse.org/package/live_build_log?arch=i586&package=pam-face-aut
hentication&project=home%3Adamianator%3Aface-authentication&repository=openSUSE_
Factory
It reports missing openCV…
-
```
https://build.opensuse.org/package/live_build_log?arch=i586&package=pam-face-aut
hentication&project=home%3Adamianator%3Aface-authentication&repository=openSUSE_
Factory
It reports missing openCV…
-
Hello,
Have anyone build successfully this repo? it keeps giving me issues when building
**Trial 1:**
Using Opencv3.4 (latest version to date) gave me an issue regarding the "gpu.h" library, …
-
I have multiple OpenCV versions on Ubuntu 14.04. OpenCV 3.0 is installed globally to /usr/local and OpenCV 2.4.11 locally $HOME/DevTools/OpenCV2.4.11/compiled.
And I want to compile openbr with Op…
-
Hello, I came across your work and I must say it's truly impressive. However, I faced an issue while trying to configure the files using CMake on Windows, this is my CMake configuration:
![image](h…
-
Did someone tried to compile with opencv 3.0 since i am having numurous errors like CV_FILLED was not declared in this scope..
-
##### System information (version)
- OpenCV => 4.5.5
- Operating System / Platform => iOS 15.4
- Compiler => Xcode 13.3
##### Detailed description
When the OpenCV framework is built u…
-
Hi @TakuroNegishi ,
I run the program on my smartphone, then I get the results..
![image](https://cloud.githubusercontent.com/assets/11980763/19769616/b714f6d4-9c8e-11e6-83a1-92c679e0d996.png)
![qq 2…
-
```
#include // One-stop header.
#include
#include
#include
#include
using namespace std;
using namespace cv;
int main(int argc, const char* argv[]) {
//加载模型
string model = "model.p…