Emmanuelle Gouillart
Emmanuelle Gouillart
Here is a list of colors matching nicely together, to be used for the tutorials. MidnightBlue / LightSkyBlue Aquamarine / LightSeaGreen Orange / Gold DarkBlue / LightPink DarkBlue / RoyalBlue...
Is there a usecase where we do not want to accept `'container'` for `xref` and `yref`? One possible use would be to draw a vertical line between two columns of...
This PR is here to share some work I've been doing during the BIDS spring to accelerate cython for loops using prange. I do get a nice acceleration (factor of...
Would it be interesting to have a tool for building pipelines in scikit-image, which would allow to chain filters? scikit-learn has a pipeline tool in order to chain estimators (https://scikit-learn.org/stable/modules/compose.html)...
At the moment, Gabor filters are not 3-D compatible. See http://demonstrations.wolfram.com/Gabor3D/ for the shape of a Gabor kernel in 3D, and http://www.sciencedirect.com/science/article/pii/S0262885605000934 for an example of using 3D Gabor filters
This PR is made of two contributions: - I modified and extended `tools.py` so that it can parse a jupyter notebook file (to be included as a markdown file for...
We've already mentioned a few times that the part on plotly graphs in Dash applications should be expanded. I'm trying here to summarize what could go into a new version:...
# App name https://dash-gallery.plotly.host/dash-image-annotation/ # Description of bug The hover information are in fact quite annoying when trying to draw rectangles. ``` fig.update_traces(hoverinfo='none', hovertemplate='') ```
# App name https://dash-gallery.plotly.host/dash-image-annotation/ # Description of bug When drawing a annotation which appears in the table, it is not possible to change the class of the annotation with the...
App name : bounding box app, trainable segmentation app, superpixels app At the moment we use quite a lot of CSS to make sure that the different parts of the...