Ask Your Question

sid311's profile - activity

2020-09-27 12:06:51 -0600 received badge  Popular Question (source)
2020-06-09 05:53:42 -0600 received badge  Famous Question (source)
2019-12-17 21:43:08 -0600 asked a question How to specify IPP version with CMake for versions 4.1.2/4.2.0?

How to specify IPP version with CMake for versions 4.1.2/4.2.0? I've built version 4.2.0 and extra modules with Intel's

2019-07-17 08:59:49 -0600 received badge  Notable Question (source)
2019-01-06 05:49:23 -0600 received badge  Popular Question (source)
2018-03-29 22:03:20 -0600 edited question Phantom Intel IPP Asynchronous C/C++ Converters

Phantom Intel IPP Asynchronous C/C++ Converters Today in the morning I tried to follow this tutorial: Intel IPP Asynchro

2018-03-29 21:17:03 -0600 commented question Phantom Intel IPP Asynchronous C/C++ Converters

@Tetragramm Well thanks for responding anyways. I was just hoping someone might know of an updated tutorial. I'll ask o

2018-03-26 09:41:07 -0600 commented question Phantom Intel IPP Asynchronous C/C++ Converters

I have version 2018.0.2 installed, which came with Intel Parallel Studio 18.0. The zip file from the link you gave, ippi

2018-03-25 14:04:11 -0600 edited question Phantom Intel IPP Asynchronous C/C++ Converters

Phantom Intel IPP Asynchronous C/C++ Converters Today in the morning I tried to follow this tutorial: Intel IPP Asynchro

2018-03-25 14:03:41 -0600 asked a question Phantom Intel IPP Asynchronous C/C++ Converters

Phantom Intel IPP Asynchronous C/C++ Converters Today in the morning I tried to follow this tutorial: Intel IPP Asynchro

2018-02-18 03:12:49 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

Ok I built opencv_world without errors and VS complained about a missing zlib DLL when I tried to compile the sample C++

2018-02-18 00:51:51 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

Ok, so I had to disable the building of shared libs and opencv_world. First, it gave me a usable python file (import cv2

2018-02-18 00:42:44 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

Ok, so I had to disable the building of shared libs and opencv_world. First, it gave me a usable python file (import cv2

2018-02-17 10:12:09 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

So by unchecking BUILD_SHARED_LIBS it results in huge 180MB python file, but I still receive the same error as above. Di

2018-02-17 09:55:15 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Building with Intel compilers results in errors: 7> Creating library C:/OpenCV/build/lib/Debug/opencv_core340d.lib

2018-02-16 10:42:04 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

After clearing the CMake cache and restarting the computer, CMake seems to like the Intel compiler now. I'll build the p

2018-02-16 10:35:39 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

In order to for CMake-GUI to find the 2018 version of IPP, follow these instructions. In a nutshell, create a new entry

2018-02-16 01:28:01 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

Here is my CMake Output and my CMake Variables just incase.

2018-02-16 00:34:22 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Just to clarify about the edit to the CMakeLists.txt - I edited the file like so: ... include(cmake/OpenCVMinDepVersion

2018-02-16 00:34:07 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Just to clarify about the edit to the CMakeLists.txt - I edited the file like so: ... include(cmake/OpenCVMinDepVersion

2018-02-16 00:33:37 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Just to clarify about the edit to the CMakeLists.txt - I edited the file like so: ... include(cmake/OpenCVMinDepVersion

2018-02-16 00:33:08 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Just to clarify about the edit to the CMakeLists.txt - I edited the file like so: ... include(cmake/OpenCVMinDepVersion

2018-02-16 00:26:59 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

OK so the first method actually works when you put in the EXACT name of your compiler. I assumed since I had Intel Paral

2018-02-16 00:26:04 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Looking at this Matlab Support Document, it seems like this compiler might not be supported yet. Not sure if it's a tech

2018-02-16 00:23:02 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

OK so the first method actually works when you put in the EXACT name of your compiler. I assumed since I had Intel Paral

2018-02-15 03:25:40 -0600 commented question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

Hmm I think I've tried that, I remember seeing that tip in one of the Java tutorials, but maybe I wasn't paying attentio

2018-02-15 03:22:16 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Ok, tomorrow I will investigate if there is a way to do that method in Windows with the CMake GUI. Thank you.

2018-02-15 02:36:56 -0600 asked a question Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindings

Adventures in OpenCV Building: OpenCV + Contrib 3.4 build results in neutered Java and Python files and no Matlab bindin

2018-02-15 02:36:02 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Doesn't seem to work for me. The guy says to add the line: set(CMAKE_GENERATOR_TOOLSET "Intel C++ Compiler XE 14.0" CAC

2018-02-14 19:58:58 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Intel's compilers don't show up as an option to choose as a generator. I am able to configure, generate and build using

2018-02-14 01:15:33 -0600 commented question Trouble generating Matlab bindings using latest OpenCV 3.4.0 software

Building the opencv_matlab project by itself gives these errors: Severity Code Description Project File Line

2018-02-14 01:14:34 -0600 commented question Trouble generating Matlab bindings using latest OpenCV 3.4.0 software

Building the opencv_matlab project by itself gives these errors: Severity Code Description Project File Line

2018-02-14 01:11:59 -0600 commented question Trouble generating Matlab bindings using latest OpenCV 3.4.0 software

Seems to work for the most part except I do get one failed project. Output from Visual Studio: 72> Failed to compi

2018-02-14 00:08:03 -0600 received badge  Enthusiast
2018-02-13 00:28:14 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Then I invoked CMake from the command prompt using: C:\WINDOWS\system32>"C:\Program Files (x86)\IntelSWTools\compile

2018-02-13 00:26:04 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

OK I think I got it to work, and by work I mean all the configurations look right and I get reassuring output from CMake

2018-02-12 23:18:56 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Ok, followed the instructions I found here and here. Everything auto populates for LAPACK when manually setting the fil

2018-02-12 23:18:26 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Ok, followed the instructions I found here and here. Everything auto populates for LAPACK when manually setting the fil

2018-02-12 17:54:08 -0600 commented question How do you build OpenCV with LAPACK on Windows 10 via CMake?

Right, but how to set that up? For LAPACK, I've pointed to mkl_lapack95_lp64.lib, and for BLAS mkl_blas95_lp64.lib, bot

2018-02-12 04:10:53 -0600 received badge  Editor (source)
2018-02-12 04:10:53 -0600 edited question How do you build OpenCV with LAPACK on Windows 10 via CMake?

How do you build OpenCV with LAPACK on Windows 10 via CMake? Hello, I've been having trouble getting CMake to cooperate

2018-02-12 03:48:41 -0600 asked a question How do you build OpenCV with LAPACK on Windows 10 via CMake?

How do you build OpenCV with LAPACK on Windows 10 via CMake? Hello, I've been having trouble getting CMake to cooperate

2018-02-11 22:38:19 -0600 commented question CMake cannot detect latest Apache Ant 1.10.2

It seems to be a system variables issue. Even though I uninstalled Java 1.8.0_161, it left folders behind and paths set

2018-02-10 04:59:44 -0600 commented question CMake cannot detect latest Apache Ant 1.10.2

I uninstalled Java 1.8.0_161 but now CMake won't detect my Java 9.0.4. It is set up correctly in my Paths system variabl

2018-02-10 04:58:16 -0600 asked a question CMake cannot detect latest Apache Ant 1.10.2

CMake cannot detect latest Apache Ant 1.10.2 Hello, I am trying to install OpenCV 3.4 but CMake is unable to detect Apa

2018-02-10 04:58:15 -0600 asked a question CMake cannot detect latest Apache Ant 1.10.2

CMake cannot detect latest Apache Ant 1.10.2 Hello, I am trying to install OpenCV 3.4 but CMake is unable to detect Apa

2018-02-09 22:10:38 -0600 commented question Trouble generating Matlab bindings using latest OpenCV 3.4.0 software

(Sorry, ran out of characters) Matlab: YES mex: C:/Program Files/MATLAB/

2018-02-09 22:07:55 -0600 commented question Trouble generating Matlab bindings using latest OpenCV 3.4.0 software

I think the issue is the way the CMake files determine what architecture of Matlab is installed. In the Cmake file ''Op

2018-02-09 20:41:25 -0600 asked a question Trouble generating Matlab bindings using latest OpenCV 3.4.0 software

Trouble generating Matlab bindings using latest OpenCV 3.4.0 software Hello, I'm trying to install the new OpenCV sourc