Results 28 comments of Amro

Your previous link is dead. Here is my personal build with MATLAB support (link removed per XhmikosR request) Basically I rebased the `matlab` branch on top of `master`, and merged...

@XhmikosR: Fair enough. Do you want me to remove the link? I was just trying to give a quick solution for those who dont have the necessary dev tools installed...

As the comment in the code suggests, that's the intended behavior: ```matlab % real/imaginary storage format for complex arrays if ~mexopencv.isOctave() && ~verLessThan('matlab', '9.4') % keep using the "separate complex...

Are you getting an error because of the flag?

Oh I see now, I'm getting an error in R2018b when I run this: ``` >> mex -R2017b -largeArrayDims testmex.cpp Error using mex Calling MEX with both 'R2017b' and 'largeArrayDims'...

Do you have the Computer Vision System Toolbox? >> ver vision >> ls /usr/local/MATLAB/R2018b/bin/glnxa64/libopencv* The output from `getBuildInformation` indicates that the wrong opencv is being loaded at runtime (v3.4.0 libs...

@AvinoamK Thanks, I added your first suggestion in PR #268 I chose not to implement latter ones, I think it is better to leave that choice to the user if...

Yes if you followed the instructions in the wiki, the correct location is `C:\dev\build\install`. Basically you should have the following directory structure: ![pic](https://camo.githubusercontent.com/aa827f4f0c264426c40a61677e6ade19a3416146/687474703a2f2f692e696d6775722e636f6d2f637947717651492e706e67) The images were taken a while ago,...

> Any plans to support OpenCV version 3.4.3? Yes that's the plan. I had begun updating from 3.4.0 to 3.4.1 but took a break... Then I accidentally lost most of...

Never seen this error before, but it sounds like an incompatibility between Qt libs included in MATLAB and the system ones (am I correct in assuming you compiled opencv with...