Cris Luengo

Results 22 issues of Cris Luengo

I got really tired of all the weird work-arounds in my documentation sources for Doxygen. And I see no solution in sight for some issues like the lack of links...

needs fermenting

Here I'll keep a list of functionality I'd like to add to *DIPlib* at some point: - Filtering: - A specialization of `dip::PercentileFilter` for 8-bit and 16-bit images could use...

enhancement
help wanted
component:DIPlib

The functions are grouped by the new header file they should be declared in. Between brackets is the name of the old header file it's declared in. Only a few...

component:DIPlib

Issue #25 was getting too long, I added a recap at the end. Here's a clean slate to continue the process. - We need lots of usage, lots of feedback...

enhancement
help wanted
component:PyDIP

The new macOS computers use the new Apple Silicon architecture (arm64), which is not compatible with x86_64. Consequently, a native Python installation on those machines will not be able to...

component:PyDIP

In *DIPlib* we can, in a simple header file: - define a function to create a `dip::Image` object around image data from other libraries, - define a function to convert...

enhancement
help wanted
component:DIPlib

Some functions that haven't been ported are not listed here -- these will not be ported. Pure M-files: - `afm_flatten` - `backgroundoffset` - `cpf` - `dpr` - `find_lambda` - `frc`...

component:DIPimage

We need to add more tests for some stuff that was implemented before the test framework was integrated. Most of the library infrastructure is covered by tests, but not all....

enhancement
help wanted
component:DIPlib

~~`ProjectionScan` ([source](https://github.com/DIPlib/diplib/blob/4e8b5398989c0ed56aef07ccb09398570260aba9/src/statistics/projection.cpp#L44)), which is used by all projection statistics functions such as `dip::Mean` and `dip::Percentile`, needs to be parallelized by adding an OpenMP pragma to the loop. This is not...

enhancement
component:DIPlib

For R2018a and newer, complex data are no longer stored in two separate data segments. This is good overall, but requires changes to the *DIPlib*-MATLAB interface. It is possible to...

component:DIPimage