dchang0

Results 8 comments of dchang0

I'm getting the exact same error as etale-cohomology--perhaps it is because I am running OpenCV 3.1.0 and not OpenCV 2.4.8... I have g++ 4.9.2 on Debian 8.5.

I'm currently building OpenCV 2.4.13 from Github to see if this BRISK implementation builds properly. (It should.) Hopefully OpenCV 2 and OpenCV 3 can co-exist on the same system...

I am able to get past the error above after building and installing OpenCV 2.4.13 from the opencv.org Download page. However, it breaks later on with a different error (after...

Perhaps they moved the function out to xfeatures2d (or some other library)? You might want to check that first before porting... > On Jul 2, 2016, at 14:27, Clemens Korner...

Thanks for the help, both of you. I ended up switching from Debian to Ubuntu 14.04 and Mac OS X Sierra, on which these problems did not occur. Not sure...

Follow up on the underlying issue that led to this ticket. CreateOutlookItemsAddIn.dll is definitely not loading because MFCMAPI.exe is unable to read the registry to get the InclusionList and ExclusionList....

Follow-up: In Parser/Item.php, line 161, `$elements = XmlParser::getXPathResult($this->xml, $query, $this->namespaces);` `$this->xml` appears to be empty. `$query` has the correct tag name like so: `.//id` `$this->namespace` is: `http://www.w3.org/2005/Atom` I don't think...

I found a way to cheat and get the original value of the tag. In Parser/Atom.php, line 269, I removed the call to `$this->generateId()` and passed the value straight through....