-
based on opencv-2.4.10. my code was:
```
#include
#include
#include
using namespace std;
using namespace cv;
int main (int argc, char **argv)
{
cv::Mat img = cv::imread (argv[1], -1);
co…
-
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 ..
…
-
I know cuda10 is new but since I am using tensorflow 2.0 apis so move on cuda10 is the eventually things, this codes now can not built on cuda10, it has this error:
```
apollo_perception_ros/src/c…
-
```
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 …
-
Here's the error (ignore the NumPy 1.7 deprecated warning before it):
```
[ 92%] Building CXX object thirdparty/opencv-ndarray-conversion/CMakeFiles/conversion.dir/conversion.cpp.o
In file included f…
-
### System Information
OpenCV version: 3.2.0 (also have tested in 3.4.10)
Operating System / Platform: Ubuntu 18.04
Compiler & compiler version: GCC 7.5.0
I test this in CLion-2022.3.1.
###…
-
We have migrated a bunch of users from Ubuntu to RHEL8 and in the process of trying to compile the software, it fails at the linking stage with the following error:
```
[ 76%] Linking CXX executab…
-
https://github.com/NixOS/nixpkgs/blob/54a0e269b390ed436f19cf66a74cc757eac8c84f/pkgs/development/libraries/opencv/4.x.nix#L188
https://github.com/NixOS/nixpkgs/blob/9ec439e009098b3132848c525a033a602f7…
-
I'm trying to compile a simple opencv code using Xcode but I'm getting a compilation error.
The opencv version is 3.0.0 and Xcode version is 7.0 (OS X 10.11)
In Xcode, Apple LLVM 6.1 Language C++ se…
-
on a 501x501 gridmap, the toImage function takes about 200ms on an i7-8700 CPU. Same is true for the addLayerFromImage for the same. I need to perform a behaviour similar to the one illustrated in the…