EBImage icon indicating copy to clipboard operation
EBImage copied to clipboard

:art: Image processing toolbox for R

Results 35 EBImage issues
Sort by recently updated
recently updated
newest added

Would it be possible to add a version of `floodFill` that performs the operation in place? I have images roughly 1500x1000 to 1800x1400 with hundreds of regions I want to...

enhancement

Hi @aoles I'd like watershed to work in 3D (on z-stacks). Right now I can run the function on a stack, but it seems to just perform watershed on each...

feature request

Create one at [Bioconductor/BiocStickers](https://github.com/Bioconductor/BiocStickers), consider using [GuangchuangYu/hexSticker](https://github.com/GuangchuangYu/hexSticker). Use the original package logo: ![logo](https://cloud.githubusercontent.com/assets/6545356/25825441/4ff5c698-3443-11e7-9576-aa080e3462a4.png)

Add sections to the vignette on: - image concatenation - histogram equalization: `equalize` and `clahe` - further reading: links to data packages demonstarating aplications of EBImage, e.g. [furrowSeg](http://bioconductor.org/packages/furrowSeg/)

enhancement

As observed across BioC builders (at least malbec1 & malec2). ```r readImage(system.file('images', 'nuclei.tif', package='EBImage')) # Warning in readTIFF(x, all = all, ...): TIFFFetchNormalTag: ASCII value for # tag "JPEGTables" does...

I think it is often useful to be able to check that the image I am currently manipulating actually comes from the file I think it comes from. A quick...

feature request

I have a problem : i am trying to deploy an app using EBImage on shinyapp.io and I have this error message : Error: Unhandled Exception: Child Task 726948673 failed:...

I have a multiple channels tiff and the below is the info about this tiff === TIFF directory 0 === TIFF Directory at offset 0x8 (8) Image Width: 14066 Image...

I'm trying to deploy on Posit an app using this library, but I'm getting the error: Package fftw3 was not found in the pkg-config search path.