Cris Luengo

Results 22 issues of Cris Luengo

## Description **This PR is not backwards-compatible.** The stain unmixing functionality in skimage seems to cause lots of confusion. One cause, I think, is that it's presented as a color...

:scroll: API
:hand: Wait for skimage2

As I mentioned in #1706, this simple tweak of changing `\s` into `[ \t]` avoids the command syntax spanning lines. I have added a test for this particular case, and...

libpng is rather obtuse to use, but [libspng](https://libspng.org) has a much simpler API and could be a good way to implement PNG support. It would be useful if DIPlib could...

enhancement
component:DIPlib

### Description: There are several changes I would suggest we make to the morphological operators for 2.0 that will change their results. The goal is to make the gray-scale and...

:pray: Feature request

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

XML output for the group pages does not include links to types (for example for function input and output arguments). The HTML output does. Given this code (`include.h`): ```cpp ///...

bug
XML

We can currently iterate over a `dip::Measurement` object and fish out object IDs for objects that satisfy certain conditions. It would be nice if we could do so without iterating...

enhancement
component:DIPlib

I created a file `javaio/java/bioformats/bio-formats-stripped.jar` that contains the minimal set of .class files needed for the build of `BioFormatsInterface.java`. This file is used to resolve the references to functions and...

component:DIPjavaio

In Bio-Formats, `reader.getSeriesCount()` will return the number of images in the file, and `reader.setSeries(i)` will configure the reader to start reading the image number `i`. We could add a parameter...

enhancement
component:DIPjavaio

`viewslice` doesn't work for me any more, I get the following error message: > java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.NativeLibrary I'm running MATLAB R2023b on a M1 Mac with macOS...

bug
component:DIPimage
component:DIPviewer