Pablo Hernandez-Cerdan

Results 124 comments of Pablo Hernandez-Cerdan

Wierd error indeed. I will test it again once I am on a computer. But meanwhile, from my prior experience with CMake, I have to ask: are you testing it...

I cannot reproduce it, I can configure without problems. It might be related to the cmake version, and the `LANGUAGES` option in `project`. I have removed that line, because `C`...

That's probably a Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/openblas/+bug/1728068 But should we able to work-around it, related: https://github.com/opencv/opencv/issues/9953#issuecomment-394395246

Umm, I think the best would be to require a modern lapacke version (3.6.1 at least), so we can forget about maintaining the homemade `FIND_LAPACKE` we were using. I will...

Uff, travis use trusty (2014) and it is just getting dated for the lapacke purposes. The current Find_LAPACKE tries to find cblas.h... but trusty libopenblas-dev doesn't incude it. In xenial,...

@albarji that's great! Thanks for letting me know. I will try to update this branch accordingly. By the way, not sure if it is intended to show [this](https://github.com/albarji/proxTV/blob/master/.travis.yml#L63) line or...

Cool, it was the first time I was seeing that in a travis file, so, better to check with you it wasn't sensible info. Thanks for the explanation!

Development of this feature (and the option to use Eigen instead of Blas/Lapack) is going on in my fork on this branch: https://github.com/phcerdan/proxTV/tree/use_eigen

> @phcerdan Let's fix #267 in with a dedicated PR. Opened #274 for this, please have a look!

Asking here out of curiosity. What is the difference between KnSpace and the current Khalimsky Space? Where is the bottle neck in current implementation of K-Spaces? And... more generally: is...