Cris Luengo

Results 113 comments of Cris Luengo

An update, for when you have time to look at it. [This site](https://diplib.org/diplib-docs/) is now generated by the new dox++ tool. I have significantly modified your templates so that I...

The dox++ project has modified copies of your CSS and HTML templates, which sucks because it'll be lots of work to port over your improvements. The CSS is mostly the...

I tried this, it works wonderfully! Many thanks! For my project, this is exactly the right solution to the biggest issue with search in m.css.

I had exactly the same error and same stack trace. The error for me read: ```none java.lang.Throwable: older parent=for older MATLABs. It is the default option since R2010b or R2011a...

@dmagee Did you get anywhere with tthis? I just saw [this comment](https://lists.andrew.cmu.edu/pipermail/openslide-users/2013-September/000656.html), which is not promising: > In addition, the downsampled tiles have embedded overlaps, so we have to do...

It seems that someone pushed a commit that causes wrong formatting: what used to be correctly identified as a string is now identified as a builtin. Not happy about this...

The problem is that `reversed(x)` could be an indexing operation on a variable, or it could be a function call, you don't know unless you do a much more complex...

It is typically not efficient to use the FT to compute a Gaussian filter (it depends on image size, I guess). `dip::Gauss` (and therefore everything in DIPlib that uses Gaussian...

Thanks! I've updated the list at the top of the page.

@fb39ca4 Yes, you can suggest it. Thanks! And if you can write the code it's even better! :)