Ask Your Question

daferna2's profile - activity

2014-06-04 04:40:26 -0600 received badge  Necromancer (source)
2014-06-03 19:04:36 -0600 answered a question OpenCV - Matlab bindings are not working

Hi, I submitted the patch. There is also a separate bug with the cv.m file. If you open up the m-file in MATLAB you will see two errors. For some reason the constants KAZE and AKAZE are not being assigned to anything and MATLAB doesn't like this. I just assign these constants to zero because I do not use any CV modules that need these constants. Java seems to have a similar problem with AKAZE: https://github.com/Itseez/opencv/pull/2822