Clement Caporal
Clement Caporal
Partially? close https://github.com/haesleinhuepf/BioImageAnalysisNotebooks/issues/27 Hello, I hope you are going well. This PR proposes to update : - The distance matrix label plot to make it more self-explanatory - The `compute_true_positives`...
Hello , Thank you for your work. There is always a notebook for what I am looking for! In this notebook : https://haesleinhuepf.github.io/BioImageAnalysisNotebooks/20_image_segmentation/Segmentation_3D.html In the section intensity and background correction...
Hello, Thank you for your work. I have two questions concerning the [29_algorithm_validation/validate-spot-counting](https://github.com/haesleinhuepf/BioImageAnalysisNotebooks/blob/main/docs/29_algorithm_validation/validate-spot-counting.ipynb) ## Maximum or sum projection ? ```python def compute_true_positives(distance_matrix, thresh): dist_mat = cle.push(distance_matrix) count_matrix = dist_mat <...
Hello! Bonne année ## 🚀 Feature lt could be very useful for us to have rudimentary support to render multiple channels volume images in Napari. Specifically the rendering depends on...
Hello, Attempt to close #363 In this PR I propose to add to `v.0.9.0` the point layer features column `LAYER_SELECTED_DATA_CLUSTER_ID`. The event connection is added during `_on_update_layer_selection` (and never removed?)....
## Motivation Using the plugin I can find objects from the `PlotterWidget` to the `layer` using the `MANUAL_CLUSTER_ID`. I would like to also find objects from the `layer.selected_data` to the...
Hello, I hope this issue finds you well. Thank you for the great tool! I am not sure this can be considered as a bug, feel free to update the...