seaborn-image icon indicating copy to clipboard operation
seaborn-image copied to clipboard

High-level API for attractive and descriptive image visualization in Python

Results 29 seaborn-image issues
Sort by recently updated
recently updated
newest added

I think it would be a good idea to make a function like rgbplot, showing the channels of each image separately, but not assuming it's an image in RGB, it...

enhancement

Matplotlib has some pending deprecations and behavior change while re-registering a cmap: prior to 3.5 it raised a warning whereas in 3.6 it raises ValueError (if `force=False`) This part of...

dependencies

I am not quite sure how the aspect parameter is interacting with the size of the histogram in the imghist function. For a square image, with the vertical orientation, an...

Add ability to overlay multiple images in `ImageGrid` using a new `overlay` parameter. ```python g = isns.ImageGrid(IMG_LIST, overlay=True) g = isns.ImageGrid(3D_IMG, overlay=True) ``` would result in a `ImageGrid` object with...

enhancement

## Allow chaining different filters together to give a final filtered image For example, Raw Image ---> Gaussian Filter ---> Percentile Filter ---> Visualize the final filtered image Currently, in...

enhancement

This will allow users to easily find similar functions that might help them or be of interest. `numpy`, `pandas` etc already implement it and would be good to have in...

documentation
good first issue

- [ ] Implement a `segplot` (?) function - [ ] Allow any arbitrary segmentation function from scipy/skimage

enhancement

Firstly, thanks for this wonderful library. If it had been around during my PhD it would have saved me a lot of time! My PhD was in satellite imaging, and...

enhancement