-
Im using ubuntu 16.04 and attempting to compile this code since the version of opencv I use is 3.3.1 and therefore doesn't contain this within it. When running cmake, I successfully find opencv : -- F…
-
Polygon rendering in synfig is done in the `Contour` class. The algorithm used is basically:
1. Calculate each point in each edge and record it in an array (except for horizontal lines where we recor…
-
```
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…
-
디지털도어락-
![default](https://user-images.githubusercontent.com/29946480/42637741-ee0190de-8626-11e8-9555-1573b6da4523.JPG)
지문인식도어락
![default](https://user-images.githubusercontent.com/29946480/42637…
-
-
Both examples
```
cd Arducam_tof_camera/example
mkdir build && cd build
cmake .. && make
```
and
```
cd Arducam_tof_camera/pcl_preview
mkdir build && cd build
cmake ..
…
-
Hi,
I'm in the process of migrating our build system to Bazel.
I've been trying to import the prebuilt OpenCV framework for iOS with:
```
apple_static_framework_import(
name = "opencv-ios…
-
Environment: ubuntu16.04 + GTX1660 + cuda8.0 + cudnn6.0 + opencv3.4.1 + matlab2017a.
The version of gcc and g++: 4.9
I have downloaded the code from github.
First step: run the install
the resul…
-
https://github.com/Manishearth/HandWave/tree/androidstudio
This code works on android studio
-
I am running into a compile time error making iai_kinect2 under ROS. I have installed freenect2 and am able to run Protonect successfully. Is this an opencv version error? I have built opencv 3.3 from…